Re: JCS LateralTCPCacheFactory

2017-07-27 Thread Russell Sherk
Hi Greg, Tomcat uses two consecutive ports. The one you specify and the next one for shutdown. E.g if you specify 8020, the shutdown port by default is 8021. Try spacing your ports out: 8020, 8022, 8024. --Russ On Jul 26, 2017 10:11 PM, Greg Parker wrote: I'm trying

Re: JCS LateralTCPCacheFactory

2017-07-27 Thread Greg Parker
Thanks Russ, So the TcpListenerPort value should match the tomcat port? So if tomcat is running on port 6080 the cache.ccf on that instance should set TcpListenerPort=6080? I set things up this way and nothing seems to complain; however, now I get a SEVERE error on first access and caching

Re: JCS LateralTCPCacheFactory

2017-07-27 Thread Greg Parker
I reverted the ports back to the way they were and the SEVERE error goes away. I also get some lateral caching going on but its very erratic. In my test, server A is the only instance that writes to the cache. Scenario 1 - success - Start server A, B, C - Access server B - Access server C -

RE: JCS LateralTCPCacheFactory

2017-07-27 Thread Russell Sherk
Hi Greg, Don't know much about JCS. Just general Tomcat stuff. See if this helps: http://sentineltechsupport.gemalto.com/2013/10/java-runtime-log-error-could-not-instantiate-auxfactory-named-dc/ If not, maybe someone else in the list can help. Cheers, --Russ -Original Message-

Re: JCS LateralTCPCacheFactory

2017-07-27 Thread Mat Jaggard
Have you tested to see if any of the the TcpListenerPorts are open on your server? If you're on Linux you can try `netstat -l` On Thu, 27 Jul 2017 at 15:52 Russell Sherk wrote: > Hi Greg, > > Don't know much about JCS. Just general Tomcat stuff. > > See if this