TeamSite version 7.1
Solaris 10
In our lower environment, Database that were used by the TeamSite were decommissioned and we have updated new DB details wherein required with new one.
After changing the details we had restarted the TeamSite services, so the TeamSite is up and running but when we try to login to the server we get error message has “server disconnected” in the UI.
We have enabled debug mode and able to see below error message with error code:
In the content center log, we see this following error message,
2015-03-26 11:31:30,742 [pool-2-thread-1] DEBUG com.interwoven.ui.teamsite.util.TeamSiteLicenseUtils () - License info update successful
2015-03-26 11:33:15,898 [http-8080-1] DEBUG com.interwoven.cssdk.sci.data.CSSessionCache () - getSessionString
2015-03-26 11:33:15,898 [http-8080-1] DEBUG com.interwoven.cssdk.sci.data.CSSessionCache () - userName :: vmohana
2015-03-26 11:33:15,898 [http-8080-1] DEBUG com.interwoven.cssdk.sci.data.CSSessionCache () - roleName ::
2015-03-26 11:33:15,898 [http-8080-1] DEBUG com.interwoven.cssdk.sci.data.CSSessionCache () - locale :: en
2015-03-26 11:33:15,898 [http-8080-1] DEBUG com.interwoven.cssdk.sci.data.CSSessionCache () - appContext :: iw-cc
2015-03-26 11:33:15,898 [http-8080-1] DEBUG com.interwoven.cssdk.sci.data.CSSessionCache () - serverName :: [servername-I-have-changed-it-here-under-log]
2015-03-26 11:33:15,900 [http-8080-1] DEBUG com.interwoven.cssdk.sci.data.CSSessionCache () - Using HTTPS over HOPI...
2015-03-26 11:33:15,900 [http-8080-1] DEBUG com.interwoven.cssdk.sci.data.CSSessionCache () - sslPath :: /usr1/app/interwoven/TeamSite/servletd/conf/ssl_cert
2015-03-26 11:33:15,902 [http-8080-1] DEBUG com.interwoven.cssdk.sci.exception.ExceptionHandler () - error code :: 5000059
2015-03-26 11:33:15,902 [http-8080-1] DEBUG com.interwoven.cssdk.sci.exception.ExceptionHandler () - error code :: 5000059
2015-03-26 11:33:15,902 [http-8080-1] DEBUG com.interwoven.cssdk.sci.data.CSSessionCache () - Found unused session.
2015-03-26 11:33:15,906 [http-8080-1] DEBUG com.interwoven.cssdk.sci.data.CSSessionCache () - releasing session
2015-03-26 11:33:15,906 [http-8080-1] DEBUG com.interwoven.cssdk.sci.exception.ExceptionHandler () - error code :: 5000059
2015-03-26 11:33:15,906 [http-8080-1] DEBUG com.interwoven.cssdk.sci.exception.ExceptionHandler () - error Msg :: Server disconnected
2015-03-26 11:33:15,906 [http-8080-1] DEBUG com.interwoven.cssdk.sci.exception.ExceptionHandler () - auxData :: Server closed connection
2015-03-26 11:33:15,906 [http-8080-1] ERROR com.interwoven.ui.teamsite.auth.CSClientContext () - Unexpected authentication failure
com.interwoven.cssdk.common.CSException: Server closed connection(Server disconnected)
at com.interwoven.cssdk.sci.exception.ExceptionHandler.handleExceptionSci(ExceptionHandler.java:264)
at com.interwoven.cssdk.sci.exception.ExceptionHandler.handleException(ExceptionHandler.java:104)
Below are the errors under servletd_out.log:
log4j: debug attribute= "false".
Mar 26, 2015 11:31:03 AM org.apache.catalina.core.ApplicationContext log
SEVERE: There was a fatal error reading the configuration files. The servlet cannot start.
com.interwoven.ui.base.config.FatalConfigurationException: Error getting trusted client.
at com.interwoven.ui.teamsite.customops.CustomOpSet.updateServer(CustomOpSet.java:162)
at com.interwoven.ui.teamsite.customops.CustomOpSet.initialize(CustomOpSet.java:450)
at com.interwoven.ui.base.config.ConfigManager.init(ConfigManager.java:642)
at com.interwoven.ui.base.config.ConfigManager.doSetup(ConfigManager.java:188)
at com.interwoven.ui.base.config.ConfigManager.doSetup(ConfigManager.java:158)
at com.interwoven.ui.base.config.ConfigManager.setup(ConfigManager.java:102)
at com.interwoven.ui.base.config.Startup.contextInitialized(Startup.java:60)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4342)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:516)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Mar 26, 2015 11:31:03 AM org.apache.catalina.core.ApplicationContext log
INFO: Command servlet started.
I have gone through many posts over devenet and checked cssdk.cfg server name and other configurations seems fine.
Looking for any pointers to solve this issue.
Since it is TS 7.1 we cannot open a case with HP Autonomy.
Thanks,
Navid Khan.