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