I just installed Content Server 6.5 SP1 on a dev VM with Windows Server 2008 and Oracle 11g. A test repository was created and comes up just fine. I added exceptions for both the connection broker and the repository ports for the Windows 2008 firewall.
I then deployed DA 6.5 SP1 to Tomcat 6.0.18 and when I attempt to login, I get the following (the same occurs with Webtop 6.5 SP1):
DfServiceException:: THREAD: Thread-1; MSG: [DFC_SESSION_DOCBASE_UNREACHABLE] Docbase "cebd65sp1" is unreachable; ERRORCODE: ff; NEXT: null
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.establishNew
RpcClient(DocbaseConnection.java:246)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.open(Docbase
Connection.java:113)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.<init>
(DocbaseConnection.java:87)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnection.<init>
(DocbaseConnection.java:54)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnectionFactory.newDo
cbaseConnection(DocbaseConnectionFactory.java:26)
at com.documentum.fc.client.impl.connection.docbase.DocbaseConnectionManager.getDo
cbaseConnection(DocbaseConnectionManager.java:74)
at com.documentum.fc.client.impl.session.SessionFactory.newSession(SessionFactory.
java:29)
at com.documentum.fc.client.impl.session.PrincipalAwareSessionFactory.newSession(P
rincipalAwareSessionFactory.java:35)
at com.documentum.fc.client.impl.session.PooledSessionFactory.newSession(PooledSes
sionFactory.java:47)
at com.documentum.fc.client.impl.session.SessionManager.getSessionFromFactory(Sess
ionManager.java:111)
at com.documentum.fc.client.impl.session.SessionManager.newSession(SessionManager.
java:64)
at com.documentum.fc.client.impl.session.SessionManager.getSession(SessionManager.
java:168)
at com.documentum.web.preset.PresetUtils.isPresetRepositoryAccessible(PresetUtils.
java:376)
at com.documentum.web.preset.PresetUtils.isPresetsTurnedOn(PresetUtils.java:342)
at com.documentum.web.preset.PresetListener.notifyApplicationStart(PresetListener.
java:161)
at com.documentum.web.env.NotificationManager$ApplicationEventNotificationSender.n
otifyStartEventForListener(NotificationManager.java:435)
at com.documentum.web.env.NotificationManager$EventNotificationSender.notifyStartE
vent(NotificationManager.java:397)
at com.documentum.web.env.NotificationManager.doApplicationStart(NotificationManag
er.java:212)
at com.documentum.web.env.NotificationManager.contextInitialized(NotificationManag
er.java:111)
Installing a copy of DA 6.0 SP1 works just fine. Maybe I missed it, but I didn't see any special new instructions for configuring DA after deployment. Anyone have any idea what my problem might be? I'm guessing the new web applications use a new connection method?