> Hi,
>
> In the process of testing a servlet, I have set up a perl script to send
> sequential GET's to the servlet.
>
> The servlet itself doesn't do very much, but it does create a new session
> each time, and invalidate it before it returns.
>
> It definitely doesn't try to use the session after it invalidates it, but
> for some reason after a few thousand GETs, apache reports the following
> error:
>
> java.lang.IllegalStateException: Session 3fed2fb31cbcdbff.1168.936974263117
> has been invalidated.
> at java.lang.Throwable.<init>(Compiled Code)
> at java.lang.Exception.<init>(Compiled Code)
> at java.lang.RuntimeException.<init>(Compiled Code)
> at java.lang.IllegalStateException.<init>(Compiled Code)
> at org.apache.jserv.JServSession.checkState(Compiled Code)
> at org.apache.jserv.JServSession.isNew(Compiled Code)
> at org.apache.jserv.JServServletManager.run(Compiled Code)
> at java.lang.Thread.run(Compiled Code)
>
> Anyone know why this might happen? Do I need to free up some file handle or
> other resource?
I _believe_ this is related to this bug fix...
<http://www.working-dogs.com/cvsweb/index.cgi/jserv/src/java/org/apache/jser
v/JServSession.java.diff?r1=1.7&r2=1.8>
-jon
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html