Re: Clustering probleme

2009-02-20 Thread Stephane DUCAS
Hello all, I've been debugging this for a while: It happen when trying to deserialize: org.jboss.seam.CONVERSATION#48$entityManager : It seems the seam framework put a JPA entityManager in session... I while post that to seam forums also.. The EntityManager implementation is serializable so i

Re: Clustering probleme

2009-02-20 Thread Stephane DUCAS
Hello Fillip No that's impossible because the same war file is deployed on the two instances. 2009/2/20 Filip Hanik - Dev Lists > It's a serialization error. One of the attributes in your session that was > serialized on serverA, failed to deserialize on serverB > Are you possible running diffe

Re: Clustering probleme

2009-02-19 Thread Filip Hanik - Dev Lists
It's a serialization error. One of the attributes in your session that was serialized on serverA, failed to deserialize on serverB Are you possible running different versions of the same class on the two servers? Filip Stephane DUCAS wrote: Hello I've tryed vertical clustered tomcat installat

Clustering probleme

2009-02-19 Thread Stephane DUCAS
Hello I've tryed vertical clustered tomcat installation (two instances) but I have an issue when configuraiong it with: When I comment out this line I have no problem but session is not recovered when one node crash When I put this line, loadbalancing don't work (only one node is really hitte