| 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
|
|
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
|
 |
 |
|
|
subject: Errors while restarting Tomcat
|
|
|