Hi,

I'm pretty new with JCS Lateral UDP Discovery and I followed the samples but
i can't seem to make it work. This is how I configured my cache.ccf

Server 1:
jcs.auxiliary.LTCP=org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPCacheFactory
jcs.auxiliary.LTCP.attributes=org.apache.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
jcs.auxiliary.LTCP.attributes.TcpListenerPort=11110
jcs.auxiliary.LTCP.attributes.AllowGet=true
#jcs.auxiliary.LTCP.attributes.PutOnlyMode=false
jcs.auxiliary.LTCP.attributes.UdpDiscoveryAddr=228.5.6.9
jcs.auxiliary.LTCP.attributes.UdpDiscoveryPort=6780
jcs.auxiliary.LTCP.attributes.UdpDiscoveryEnabled=true

Server 2:
jcs.auxiliary.LTCP=org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPCacheFactory
jcs.auxiliary.LTCP.attributes=org.apache.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
jcs.auxiliary.LTCP.attributes.TcpListenerPort=11111
#jcs.auxiliary.LTCP.attributes.PutOnlyMode=false
jcs.auxiliary.LTCP.attributes.AllowGet=true
jcs.auxiliary.LTCP.attributes.UdpDiscoveryAddr=228.5.6.9
jcs.auxiliary.LTCP.attributes.UdpDiscoveryPort=6780
jcs.auxiliary.LTCP.attributes.UdpDiscoveryEnabled=true


I have been searching the mail archives and follow some trails but still
couldn't fix my errors below:

Server 1:
06:20:44,921 ERROR [LateralCacheRestore] Can't fix Can't fix Socket is null,
cannot connect to 127.0.0.1:11111

Server 2:
06:21:00,764 ERROR [LateralCacheRestore] Can't fix Can't fix Socket is null,
cannot connect to 127.0.0.1:11110


As I saw some people saw this problem with Linux/*nix systems and I am
wondering is someone can shed some light on how to resolve this problem.

Please bear with me.

Thanks!


Environment:
JCS 1.3 Lateral UDP Discovery, JBoss 4.2.2, Centos, JDK 1.6.0_07
-- 
View this message in context: 
http://www.nabble.com/Lateral-UDP-Discovery-Issue-with-JBoss-tp19095240p19095240.html
Sent from the JCS - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to