Re: ClassCastException on cluster deserialization

2006-05-23 Thread Jean-Christophe Praud
Hi, I've upgraded with your JAR, and corrected some bugs in my SessionListener (it only logs messages to trace session updates between nodes). It seems to work fine. Thank you all for your help :) JC Filip Hanik - Dev Lists wrote: Hi Jean-Christophe, can you try out this JAR, it sets the

Re: ClassCastException on cluster deserialization

2006-05-21 Thread Filip Hanik - Dev Lists
Hi Jean-Christophe, can you try out this JAR, it sets the context class loader upon attribute realization. http://people.apache.org/~fhanik/catalina-cluster.jar filip Jean-Christophe Praud wrote: Hi all, I'm setting up a Tomcat cluster on two servers, and I keep getting a ClassCastException

Re: ClassCastException on cluster deserialization

2006-05-21 Thread Peter Rossbach
ing from a oracle.X to an oracle.X as they come from different class loaders. Tim -Original Message- From: Jean-Christophe Praud [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 11:02 AM To: users@tomcat.apache.org Subject: ClassCastException on cluster deserialization Hi

Re: ClassCastException on cluster deserialization

2006-05-21 Thread Martin Gainty
s List" Sent: Sunday, May 21, 2006 7:58 AM Subject: Re: ClassCastException on cluster deserialization what does line ClusterAppSessionListener.java:47 do? can you send us a test case, could be possible that the context classloader isn't set, hence the loading is failing. java.lang.C

Re: ClassCastException on cluster deserialization

2006-05-21 Thread Filip Hanik - Dev Lists
n/lib, you can get a CCE casting from a oracle.X to an oracle.X as they come from different class loaders. Tim -Original Message- From: Jean-Christophe Praud [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 11:02 AM To: users@tomcat.apache.org Subject: ClassCastException

Re: ClassCastException on cluster deserialization

2006-05-18 Thread Jean-Christophe Praud
ND in common/lib, you can get a CCE casting from a oracle.X to an oracle.X as they come from different class loaders. Tim -Original Message- From: Jean-Christophe Praud [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 11:02 AM To: users@tomcat.apache.org Subject: ClassCastExcepti

RE: ClassCastException on cluster deserialization

2006-05-18 Thread Tim Lucia
: Jean-Christophe Praud [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 11:02 AM To: users@tomcat.apache.org Subject: ClassCastException on cluster deserialization Hi all, I'm setting up a Tomcat cluster on two servers, and I keep getting a ClassCastException on a session variabl

ClassCastException on cluster deserialization

2006-05-18 Thread Jean-Christophe Praud
Hi all, I'm setting up a Tomcat cluster on two servers, and I keep getting a ClassCastException on a session variable (GW). The server which handles the request works well, but the other one can't get the session data. Its GW object seems to be instantiated, valueBound(HttpSessionBindingEven