Hi,
I'm receiving the following error when trying to run the OOB example "GetClientForTrustedUser" on the TeamSite server command line
Jun 19, 2014 2:10:14 PM com.interwoven.cssdk.sci.data.CSLocalConfig <init>
INFO: Loading CSSDK configuration from properties object...
Jun 19, 2014 2:10:14 PM com.interwoven.cssdk.sci.data.CSLocalConfig <init>
INFO: Loading CSSDK configuration from ... Completed.
Jun 19, 2014 2:10:15 PM com.interwoven.cssdk.sci.data.CSSessionCache <init>
WARNING: Setting values, cacheCleaningInterval : 30, staleSessionTimeout : 20
Jun 19, 2014 2:10:15 PM com.interwoven.cssdk.sci.search.CSSearchUtil <init>
INFO: Search Connection Pool initialized with 10 connections.
Exception occured while retrieving CSClient object!
com.interwoven.cssdk.common.CSException: Bad write in server skeletons(Internal transport error)
at com.interwoven.cssdk.sci.exception.ExceptionHandler.handleExceptionSci(ExceptionHandler.java:264)
at com.interwoven.cssdk.sci.exception.ExceptionHandler.handleException(ExceptionHandler.java:104)
at com.interwoven.cssdk.sci.exception.ExceptionHandler.handleException(ExceptionHandler.java:78)
at com.interwoven.cssdk.sci.data.CSSessionCache.getSessionStringForTrustedUser(CSSessionCache.java:797)
at com.interwoven.cssdk.sci.access.AccessServiceSciImpl.beginSessionForTrustedUser(AccessServiceSciImpl.java:567)
at com.interwoven.cssdk.access.java.AccessServiceAdapterImpl.beginSessionForTrustedUser(AccessServiceAdapterImpl.java:57)
at com.interwoven.cssdk.factory.CSJavaFactory.getClientForTrustedUser(CSJavaFactory.java:115)
at GetClientForTrustedUser.main(GetClientForTrustedUser.java:50)
I setup a certificate using openssl. Not sure where I am going wrong.
Would appreciate any help if someone has got this to work.
Thanks,
Alistair