TR : Error : Why IllegalStateException ?

2002-07-23 Thread jose saloio
Hi, I have this error: Current state = FLUSHED, new state = CODING 7-10 11:09:48 - Ctx( /test): IllegalStateException in: R( /test+) Current state = FLUSHED, new state = CODING 7-10 11:09:48 - Ctx( /kalima ): IllegalStateException in: R( /test+) Current state = FLUSHED, new state = CODING 7-10 1

Re: TR : Error : Why IllegalStateException ?

2002-07-23 Thread Brian J. Glas
Are you by chance using the jdk1.4 ? It has been known to cause errors like the one you are seeing. Have you tried using jdk1.3.1 ? Brian jose saloio wrote: > Hi, > > I have this error: > Current state = FLUSHED, new state = CODING > 7-10 11:09:48 - Ctx( /test): IllegalStateException in: R( /t

Re: TR : Error : Why IllegalStateException ?

2002-07-23 Thread Jose Saloio
Re : Yes, I use jdk1.4, but I must use this jdk. How can I do for resolve this problem : "IllegalStateException in: R( /test+) Current > state = FLUSHED, new state = CODING" with this version 1.4 ? Jose. --

Re: TR : Error : Why IllegalStateException ?

2002-07-23 Thread Brian J. Glas
I believe in one of the newer versions of Tomcat (4.x) it is fixed, but I don't think you can get it to work in Tomcat 3.2.4 I can't remember which version of Tomcat it is ok with, if someone else could post that, it would be great Sorry I couldn't be of more help. Brian Jose Saloio wrote: > Re