Re: [JBoss-user] Replication fails: strange JavaGroups Exception

2003-01-18 Thread Jules Gosnell
Vladyslav Kosulin wrote: Jules Gosnell wrote: Alternatively, d/l the latest Jetty 4.2.5? from jetty.mortbay.org and follow the instructions in this FAQ for updating your jbossweb.sar with fresh Jetty jars... Unfortunately, FAQ is not clear in some details: 1) Jetty 4.2.5 includes org.mortbay

Re: [JBoss-user] Replication fails: strange JavaGroups Exception

2003-01-17 Thread Vladyslav Kosulin
Jules Gosnell wrote: Alternatively, d/l the latest Jetty 4.2.5? from jetty.mortbay.org and follow the instructions in this FAQ for updating your jbossweb.sar with fresh Jetty jars... Unfortunately, FAQ is not clear in some details: 1) Jetty 4.2.5 includes org.mortbay.jetty.jar and org.mortbay.j

Re: [JBoss-user] Replication fails: strange JavaGroups Exception

2003-01-17 Thread Jules Gosnell
The code in question does this : try { target.getClass().getMethod(methodName, argClasses).invoke(target, argInstances); } catch (Exception e) { _log.error("this should never happen - code version mismatch ?", e); } } A method invocation has arrived via JavaGroups and I am disp

Re: [JBoss-user] Replication fails: strange JavaGroups Exception

2003-01-16 Thread Vladyslav Kosulin
Vladyslav Kosulin wrote: This exception is shown only on Linux side, and any replication does not happen. I am wrong - it looks like it is thrown on the data receiver side, either Linux or Win. Vlad --- This SF.NET email is sponsored by: Th

[JBoss-user] Replication fails: strange JavaGroups Exception

2003-01-16 Thread Vladyslav Kosulin
16:45:28,718 ERROR [JGStore] this should never happen - code version mismatch ? java.lang.NullPointerException at org.mortbay.j2ee.session.AbstractReplicatedStore.dispatch(AbstractReplicatedStore.java:194) at org.mortbay.j2ee.session.JGStore.dispatch(JGStore.java:266) at sun