Jeremy Stein - Brain

« »

IOException while loading persisted sessions: java.io.EOFException

After I integrated Crystal Reports Java Reporting Component into my web application, I started getting this error on startup:

IOException while loading persisted sessions: java.io.EOFException

That’s because the Java web viewer (or perhaps the sample code) puts nonserializable data in the session. I had to change my tomcat/conf/Catalina/localhost/app.xml file to turn off Restart persistance by adding this element:

<Manager className="org.apache.catalina.session.StandardManager" pathname=""/>

December 5, 2006 1 Comment.

One Comment

  1. skatc replied:

    Thank you! Was having the same problem and this fixed it.

    March 22nd, 2007 at 1:38 am. Permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

Why ask?

« »