[jboss-user] [JBossCache] - Re: Insert into JBoss Pojo Cache gets Blocked forever

2007-03-21 Thread nirajal
It is a deadlock problem. We could not figure out why it was happening inspite of the synchronized block. Is there any stratey we can follow to avoid such an issue while using the JBoss Cache in high performance environment. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBossCache] - Insert into JBoss Pojo Cache gets Blocked forever

2007-03-20 Thread nirajal
We are currently using JBoss Cache Version 1.4.0.SP1 with JGroups 2.2.8. We are having the folliwng scenario: We are having 10 instances on the server where very instance is trying to insert data in the PojoCache after 2 secs with a different key but in the same region. It works fine for about 1

[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 : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[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 org.jgroups.blocks.RpcDispa

[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 I

[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 sun.

[jboss-user] [Clustering/JBoss] - Re: Load Balancing using client Proxy

2007-02-20 Thread nirajal
I have already used Xdoclet for configuring clustered to true in jboss.xml. But that's not exactly the problem. I will explain the problem with an example: 1) I have three machines in cluster namely A, B and C. 2) IP Address for Machine A is 192.168.10.1, B is 192.168.10.2 and for C is 192.168.10

[jboss-user] [Clustering/JBoss] - Load Balancing using client Proxy

2007-02-20 Thread nirajal
I have EJB's deployed on 3 machines in a cluster. I am accessing the same from a remote client using JNDI. I want to access the EJB's in such a way that in case one of the machine is down then the EJB's is fetched from other machines in the cluster. I don't want to hardcode the IP Address and po

[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 reg

[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 11:

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

2007-02-02 Thread nirajal
I have the following requirement in Clustering. A. We have 2 machines A & B B. Machines A & B are in default partition. C. On Machine A I insert Object X into cache. D. Object X should be Replicated to Cache B. I was able to add 2 machines in a Default Partition. I configured Buddy Replication fo