aspose file tools
The moose likes Tomcat and the fly likes Errors while restarting Tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Errors while restarting Tomcat" Watch "Errors while restarting Tomcat" New topic
Author

Errors while restarting Tomcat

Wojciech Erbetowski
Greenhorn

Joined: Aug 21, 2009
Posts: 1
First I had some NotSerializableExceptions on org.springframework.beans.factory.support.DefaultListableBeanFactory class, so I changed all Services definitions in Beans to transient and now I have something else:



I'm using Spring and JSF on Tomcat 6. Any ideas?
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12268
    
    1
Some reference in your session(s) is to an object that is not serializable. As I recall, there should be some mention in the logs when Tomcat tried to serialize the session out in the first place.

Bill

Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Errors while restarting Tomcat
 
Similar Threads
IOException while loading persisted sessions: java.io.EOFException
Tomcat fails to load: PeekInputStream.readFully
IOException while loading persisted sessions: java.io.EOFException
Netbeans Error
EOFException: Exception loading sessions from persistent storage