You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Sunil Kumar P <Su...@fss.co.in> on 2013/06/25 14:03:40 UTC

[JCS] Remote Cache

Dear User,


Hi , i'm new to JCS ! i was trying out Remote Cache ! In Failover Server i have confiured two Server . When primary Server is down . Data in cache is not empty secondary Server . Please Find Below Configuration 


Primary Server is 10.44.71.15 9000 and Secondary Server is 10.44.71.14 9000 

When i get Connection refused for 71.15 ! Data in Cache is not received in 71.14 Server ! Please Help me OUt 

# Remote RMI Cache set up to failover 
jcs.auxiliary.RFailover=org.apache.jcs.auxiliary.remote.RemoteCacheFactory 
jcs.auxiliary.RFailover.attributes=org.apache.jcs.auxiliary.remote.RemoteCacheAttributes 
jcs.auxiliary.RFailover.attributes.FailoverServers = 10.44.71.15:9000,10.44.71.14:9000 
jcs.region.RFailover.elementattributes.IsEternal=false 
jcs.auxiliary.RFailover.attributes.RemoveUponRemotePut=true 
jcs.auxiliary.RFailover.attributes.GetOnly=false 



Regards,
Sunil Kumar P
sunilkumarp@fss.co.in




DISCLAIMER:
==========================================================================================================================================================The information contained in this e-mail message may be privileged and/or confidential and protected from disclosure under applicable law. It is intended only for the individual to whom or entity to which it is addressed as shown at the beginning of the message. If the reader of this message is not the intended recipient, or if the employee or agent responsible for delivering the message is not an employee or agent of the intended recipient, you are hereby notified that any review, dissemination,distribution, use, or copying of this message is strictly prohibited. If you have received this message in error, please notify us immediately by return e-mail and permanently delete this message and your reply to the extent it includes this message. Any views or opinions presented in this message or attachments are those of the author and do not necessarily represent those of the Company. All e-mails and attachments sent and received are subject to monitoring, reading, and archival by the Company.==========================================================================================================================================================

Re: [JCS] Remote Cache

Posted by Thomas Vandahl <tv...@apache.org>.
On 25.06.2013 14:03, Sunil Kumar P wrote:
> Hi , i'm new to JCS ! i was trying out Remote Cache ! In Failover Server i have confiured two Server . When primary Server is down . Data in cache is not empty secondary Server . Please Find Below Configuration
>
>
> Primary Server is 10.44.71.15 9000 and Secondary Server is 10.44.71.14 9000
>
> When i get Connection refused for 71.15 ! Data in Cache is not received in 71.14 Server ! Please Help me OUt

I cannot see anything wrong in this configuration snippet. Please 
configure a logger for org.apache.jcs at level DEBUG and check the 
initialization sequence of the caches in the logs. JCS is quite chatty 
in DEBUG mode. You should be able to see what goes wrong.

Bye, Thomas.



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org