[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-12 Thread [EMAIL PROTECTED]
Could you set your log level to trace? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027296#4027296 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4027296 ___ jboss-user mailing

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-11 Thread nirajal
I am getting a Replication Failure in Buddy Replication. The log of the problem is given below: 10:58:24,219 WARN [UNICAST] min_threshold is deprecated and will be ignored 10:58:24,235 INFO [STDOUT] --- GMS: address is 192.168.2.202:2853

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-09 Thread nirajal
Inspite of all the changes the replication is not working properly. It throws a failure while doing Buddy replication. I am not sure what the exact problem is? Any help in this regard would be really appreciated. View the original post :

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-09 Thread [EMAIL PROTECTED]
What failure do you see when using BR? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026649#4026649 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026649 ___ jboss-user mailing

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-05 Thread [EMAIL PROTECTED]
I can't see the contents of your cfg file. Could you pls try with SP2 and let me know if it persists? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025020#4025020 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025020

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-05 Thread nirajal
I tried using SP2 and I was facing the same problem. The error log while starting JBoss is given below: 15:15:35,494 WARN [ServiceController] Problem starting service jboss.cache:serv ice=PojoCache java.lang.RuntimeException: failure to marshal argument(s) at

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-05 Thread [EMAIL PROTECTED]
I have fixed this in CVS, Branch_JBossCache_1_4_0 which will become 1.4.1.SP3 at some point in the future. You may want to check out the branch from CVS and give it a try. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025049#4025049 Reply to the post :

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-01 Thread [EMAIL PROTECTED]
Could you paste a few of the log messages leading up to this exception? Also, have you tried this with 1.4.1.SP1 or SP2? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=402#402 Reply to the post :

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-01 Thread nirajal
The Log leading up to the problem is given below: 10:56:54,187 INFO [ProxyFactory] Bound EJB Home 'PartnerFacade' to jndi 'ejb/Pa rtnerFacade' 10:56:54,265 WARN [TreeCache] removeObject(): exception occurred: java.lang.Run timeException: java.lang.reflect.InvocationTargetException 10:56:54,265

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-02-27 Thread nirajal
The Stack Trace for the problem is pasted below: I am using Jboss cache version 1.4.1.GA. 12:56:19,980 INFO [TxInterceptor] There was a problem handling this request java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-02-09 Thread [EMAIL PROTECTED]
Do you have a full stack trace for that exception? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013551#4013551 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013551 ___

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-02-06 Thread nirajal
I was able to solve the problem by upgrading to Jgroups 2.4 version. But now I am facing the following problem: Caused by: java.lang.IllegalArgumentException: Marshaller.extractFqn(): Unknown method call id: -1 I have been trying to solve the problem since yesterday evening. Any help in this

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-02-04 Thread nirajal
I tried changing the jgroups version. Currently I am using 2.2.9 version. The earlier problem has been resolved. Now I am getting the following problem: 11:27:58,298 ERROR [RpcDispatcher] exception=java.lang.IllegalArgumentException: Marshaller.extractFqn(): Unknown method call id: -1

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-02-02 Thread [EMAIL PROTECTED]
Could you please paste the full stack trace? I want to see who's trying to call JBCMethodCall.getId(). This is a bug, it should be calling JBCMethodCall.getMethodId(). For a full explanation, JGroups exposes a class called MethodCall which we subclass as JBCMethodCall. We add a field called

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-02-02 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBCACHE-965 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4010005#4010005 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4010005 ___ jboss-user

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-02-02 Thread [EMAIL PROTECTED]
Found and fixed. It was used in a log statement somewhere (!!) The fix will be in 1.4.1.SP1, but like I said, as a workaround, you could just upgrade your JGroups jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4010004#4010004 Reply to the post :