[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Clustering - StringIndexOutOfBoundsException Exception

2004-08-16 Thread ganguri
Hi Bela, I am getting this exception all the time I am calling the method. I know the code is created with the docuemntation we have from jbroups/jboss. But, I think we did something wrong in config or a different version of jdk or something like that.. View the original post : http://ww

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Clustering - StringIndexOutOfBoundsException Exception

2004-08-11 Thread ganguri
We are clustering multiple instances of jboss. We are using RpcDispatcher to send the requests. When we try to make a method call on the client instances, they are throwing StringIndexOutOfBoundsException error, which is reflected in the server that tried to invoke the remote method. The code w

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: ConcurrentModificationException while retreiving Session

2004-07-06 Thread ganguri
I know the problem and the solution now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841124#3841124 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841124 --- Thi

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - ConcurrentModificationException while retreiving Session var

2004-07-02 Thread ganguri
We are getting the ConcurrentModificationException while fetching the session variables. Initially, it is not throwing any exception, but after two or three iterations of session variable changes, it is throwing the error. The code is: public void cleanUpSessionVar (String sessionVarName) {