Hi guys,
I'm having issues with UCS not strarting up. Set the UCS account to log On As default on UCS security tab with full Access to Resources and Environment. Created different accounts. Upgraded UCS and reinstalled different version of Java.UCS Dap is setup as jdbc with Role as Main. Updated the ContactServerDriver.ini file and so on. Current error I'm getting now is:
Can't connect to Configuration Server: Unable to connect to Configuration Server : Exception on reading configuration data
com.genesyslab.cal.exception.CalConnectionException: Unable to connect to Configuration Server : Exception on reading configuration data
Below from the logs:
11:18:53.010 Dbg 29999 [Ucs-Timer] List of Threads: [Reference Handler]DA_; [Finalizer]DA_; [Signal Dispatcher]DA_; [Attach Listener]DA_; [main]_A_; [Ucs-Main]_A_; [Ucs-T
imer]DA_; [PSDK.Timer]DA_; [com.genesyslab.PCT.invoker.cal.pro.ivk]DA_; [com.genesyslab.PCT.invoker.cal.evt.ivk]DA_; [com.genesyslab.PCT.invoker.cal.svc.ivk]DA_; [com.gen
esyslab.PCT.invoker.cal.pro.ivk]DA_; [com.genesyslab.PCT.invoker.cal.evt.ivk]DA_; [com.genesyslab.PCT.invoker.cal.pro.ivk]DA_; [com.genesyslab.PCT.invoker.cal.evt.ivk]DA_
;
11:18:55.420 Trc 04500 Connecting to CONFIG_SERVER '' at host 'vcgenvoicetst01', port 2020
11:18:55.420 Trc 29998 [Ucs-Main] CfgServer con client-side port:null binding-host:null
11:18:55.525 Trc 29998 [Ucs-Main] Connected to Configuration Server on host vcgenvoicetst01:2020 version 8.1.300.16 timeout=60000ms Dbid=99 backupDbid=104
11:18:55.527 Std 29997 [Ucs-Main] Can't connect to Configuration Server: Unable to connect to Configuration Server : Exception on reading configuration data
com.genesyslab.cal.exception.CalConnectionException: Unable to connect to Configuration Server : Exception on reading configuration data
at com.genesyslab.cal.access.psdk.CalAccessorPSDK.open(CalAccessorPSDK.java:436)
at com.genesyslab.cal.CalServiceImpl.open(CalServiceImpl.java:149)
at com.genesyslab.icc.contactserver.ContactServerEngine.connectToConfigServer(ContactServerEngine.java:1005)
at com.genesyslab.icc.contactserver.ContactServerEngine.initInstance(ContactServerEngine.java:422)
at com.genesyslab.icc.contactserver.ContactServerEngine$4.run(ContactServerEngine.java:1345)
at java.lang.Thread.run(Thread.java:662)
Caused by: com.genesyslab.platform.applicationblocks.com.ConfigException: Exception on reading configuration data
at com.genesyslab.platform.applicationblocks.com.ConfService.retrieveObject(ConfService.java:634)
at com.genesyslab.platform.applicationblocks.com.ConfService.retrieveObject(ConfService.java:356)
at com.genesyslab.cal.access.psdk.CalAccessorPSDK.open(CalAccessorPSDK.java:337)
... 5 more
Caused by: java.lang.IllegalStateException: Connection is not opened
at com.genesyslab.platform.commons.protocol.AbstractChannel.throwNotOpened(AbstractChannel.java:311)
at com.genesyslab.platform.commons.protocol.ClientChannel.request(ClientChannel.java:119)
at com.genesyslab.platform.commons.protocol.ClientChannel.request(ClientChannel.java:97)
at com.genesyslab.platform.applicationblocks.com.ConfService.retrieveObject(ConfService.java:631)
... 7 more
Any ideas that may help?
Thanks