Re: java.lang.IllegalStateException Question

2012-03-22 Thread Lobb, Janos
On Mar 22, 2012, at 11:31 AM, Pid wrote: > On 22/03/2012 17:05, André Warnier wrote: >> Pid wrote: >>> On 22/03/2012 15:47, Lobb, Janos wrote: On Mar 22, 2012, at 7:40 AM, André Warnier wrote: > Martin Gainty wrote: >> Mitch >> One possible cause >> FE Application creat

Re: java.lang.IllegalStateException Question

2012-03-22 Thread Pid
On 22/03/2012 21:12, Mark Eggers wrote: >> >> From: Christopher Schultz >> To: Tomcat Users List >> Sent: Thursday, March 22, 2012 5:35 AM >> Subject: Re: java.lang.IllegalStateException Question >> >> -BEGIN PGP SI

Re: java.lang.IllegalStateException Question

2012-03-22 Thread Mark Eggers
> > From: Christopher Schultz >To: Tomcat Users List >Sent: Thursday, March 22, 2012 5:35 AM >Subject: Re: java.lang.IllegalStateException Question > >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Mark, > >On 3/22/12 8:1

Re: java.lang.IllegalStateException Question

2012-03-22 Thread Pid
On 22/03/2012 17:05, André Warnier wrote: > Pid wrote: >> On 22/03/2012 15:47, Lobb, Janos wrote: >>> On Mar 22, 2012, at 7:40 AM, André Warnier wrote: >>> Martin Gainty wrote: > Mitch > One possible cause > FE Application creates session > passes queryString or posted Data (ho

Re: java.lang.IllegalStateException Question

2012-03-22 Thread André Warnier
Pid wrote: On 22/03/2012 15:47, Lobb, Janos wrote: On Mar 22, 2012, at 7:40 AM, André Warnier wrote: Martin Gainty wrote: Mitch One possible cause FE Application creates session passes queryString or posted Data (hopefully in Sesion) to backend Axis WebService Objects are serialized to disk

Re: java.lang.IllegalStateException Question

2012-03-22 Thread Pid
On 22/03/2012 15:47, Lobb, Janos wrote: > > On Mar 22, 2012, at 7:40 AM, André Warnier wrote: > >> Martin Gainty wrote: >>> Mitch >>> One possible cause >>> FE Application creates session >>> passes queryString or posted Data (hopefully in Sesion) to backend Axis >>> WebService >>> Objects are s

Re: java.lang.IllegalStateException Question

2012-03-22 Thread Lobb, Janos
On Mar 22, 2012, at 7:40 AM, André Warnier wrote: > Martin Gainty wrote: >> Mitch >> One possible cause >> FE Application creates session >> passes queryString or posted Data (hopefully in Sesion) to backend Axis >> WebService >> Objects are serialized to disk with existing JSESSIONID >> FE time

Re: java.lang.IllegalStateException Question

2012-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 3/22/12 8:15 AM, Mark Thomas wrote: > On 22/03/2012 11:40, André Warnier wrote: >> Martin Gainty wrote: >>> Mitch One possible cause >>> >>> FE Application creates session passes queryString or posted >>> Data (hopefully in Sesion) to backen

Re: java.lang.IllegalStateException Question

2012-03-22 Thread Mark Thomas
On 22/03/2012 11:40, André Warnier wrote: > Martin Gainty wrote: >> Mitch >> One possible cause >> >> FE Application creates session >> passes queryString or posted Data (hopefully in Sesion) to backend >> Axis WebService >> Objects are serialized to disk with existing JSESSIONID >> FE times out >>

Re: java.lang.IllegalStateException Question

2012-03-22 Thread André Warnier
Martin Gainty wrote: Mitch One possible cause FE Application creates session passes queryString or posted Data (hopefully in Sesion) to backend Axis WebService Objects are serialized to disk with existing JSESSIONID FE times out back end responds to a disconnected session and tries to re-create

RE: java.lang.IllegalStateException Question

2012-03-22 Thread Martin Gainty
Mitch One possible cause FE Application creates session passes queryString or posted Data (hopefully in Sesion) to backend Axis WebService Objects are serialized to disk with existing JSESSIONID FE times out back end responds to a disconnected session and tries to re-create session with old JSE

Re: java.lang.IllegalStateException Question

2012-03-22 Thread Konstantin Kolinko
2012/3/22 Smith, Mitchell : > Tomcat 5.5.35 > JAVA 5 > > I am seeing: > >> [ERROR] org.apache.catalina.core.ContainerBase.[Catalina].[localhost] - >> Exception Processing ErrorPage[exceptionType=java.lang.Exception, >> location=/base/errors/runtimeError.iface] >> java.lang.IllegalStateException >>