[jboss-user] [JBossCache] - Initial State Transfer Failure

2007-11-01 Thread alauro
Hi - I'm new to JBossCache and we are having an initial state transfer failure. Once the clustered caches are up - they talk fine and new objects or updates replicate perfectly. The problem is that if one box goes down, when it comes back up, the cache coming up doesn't get the old data from the

[jboss-user] [JBossCache] - Re: Initial State Transfer Failure

2007-11-01 Thread alauro
Sorry the config file didn't get posted correctly jboss:service=Naming jboss:service=TransactionManager jboss.aop:service=AspectDeployer org.jboss.cache.BatchModeTransactionManagerLookup REPEATABLE_READ REPL_ASYNC

[jboss-user] [JBossCache] - Re: Initial State Transfer Failure

2007-11-01 Thread alauro
3rd try's a charm: &server> jboss:service=Naming jboss:service=TransactionManager jboss.aop:service=AspectDeployer org.jboss.cache.BatchModeTransactionManagerLookup REPEATABLE_READ REPL_ASYNC false

[jboss-user] [JBossCache] - Re: Initial State Transfer Failure

2007-11-01 Thread alauro
and now i'm totally embarrassed. thank you! | | | | | | | | jboss:service=Naming | jboss:service=TransactionManager | jboss.aop:service=AspectDeployer | | | org.jboss.cache.BatchModeTransactionManagerLookup | |

[jboss-user] [JBossCache] - Re: Initial State Transfer Failure

2007-11-02 Thread alauro
I'm sorry I'm a bit new to this stuff so I don't know if I understand what you are asking. We create a web app with EJBs etc and deploy it into a JBoss container. The cache service is configured via an xml file that deploys as a service in the container. We have created an abstract cache class t

[jboss-user] [JBossCache] - Re: Initial State Transfer Failure

2007-11-02 Thread alauro
Manik, I think I understand more what you are asking - it's EJB session replication View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101382#4101382 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101382 __

[jboss-user] [JBossCache] - Re: Initial State Transfer Failure

2007-11-02 Thread alauro
we put initial_hosts to try and fix the problem - when we didn't specify initial_hosts we still had the same problem. so if i understand what you are saying i need to: 1. remove the initial_hosts from PING 2. specify bind_addr in UDP and that should solve the problem, yes? OK - i will try it an

[jboss-user] [JBossCache] - Re: Initial State Transfer Failure

2007-11-02 Thread alauro
Brian and Manik, The bind_addr was the thing - and we did find the other problem. The ejbs were loading after the cache service was loading and so there were failures. We have the cache start up after the ejbs have loaded and all is good! Thank you very much! Tony View the original post : ht