I am running a Coherence Cache server and it is throwing the following error

Exception in thread "main" java.lang.ExceptionInInitializerError
at com.cis.rtlc.exposurecache.sim.cache.SimFileCacheReader.main(SimFileCacheReader.java:198) Caused by: com.tangosol.net.messaging.ConnectionException: request was canceled
at com.tangosol.coherence.component.comm.RequestStatus.waitForResponse(RequestStatus.CDB:62)
at com.tangosol.coherence.component.comm.Channel.request(Channel.CDB:95)
at com.tangosol.coherence.component.comm.connectionManager.Initiator.connect(Initiator.CDB:34)
at com.tangosol.coherence.component.comm.connectionManager.Initiator.ensureConnection(Initiator.CDB:19)
at com.tangosol.coherence.component.net.extend.remoteService.RemoteCacheService.openChannel(RemoteCacheService.CDB:5)
at com.tangosol.coherence.component.net.extend.RemoteService.doStart(RemoteService.CDB:9)
at com.tangosol.coherence.component.net.extend.RemoteService.start(RemoteService.CDB:5)
at com.tangosol.coherence.component.util.SafeService.startService(SafeService.CDB:16)
at com.tangosol.coherence.component.util.safeService.SafeCacheService.startService(SafeCacheService.CDB:5)
at com.tangosol.coherence.component.util.SafeService.ensureRunningService(SafeService.CDB:27)
at com.tangosol.coherence.component.util.SafeService.start(SafeService.CDB:14)
at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:810)
at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:679)
at com.tangosol.net.DefaultConfigurableCacheFactory.configureCache(DefaultConfigurableCacheFactory.java:872)
at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:277)
at com.cis.rtlc.exposurecache.sim.cache.CoheranceCache.(CoheranceCache.java:23)
at com.cis.rtlc.exposurecache.sim.cache.SimFileCoheranceCacheClient.(SimFileCoheranceCacheClient.java:19)
at com.cis.rtlc.exposurecache.sim.cache.SimFileCoheranceCacheClient.(SimFileCoheranceCacheClient.java:11)

Can you please help me in figuring out what the solution to this could be?
Thanks in advance

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.