You will need to modify your tomcat startup script to remove *.ser from the work directory. This might not be a good solution but it works.
Another solution would be to change the configuration of Tomcat to not persist sessions between restarts. I am not sure if this is possible. > -----Original Message----- > From: Rob Leachman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 06, 2003 2:07 PM > To: Turbine Users List > Subject: restarting T2.2 & horrible session problem > > > Hello again, > > Here's a real show-stopper to completing my migration to 2.2, and > again I ask if anyone knows what's going on. This one, I *might* be > able to make a bit more headway on, but right now it's just failing > and I don't know why. > > Sometimes (always?) when I shut down Tomcat and then immediately > restart (perhaps to force reload classes) and haven't logged out my > previous session, instead of being challenged for a login I see the > attached error in turbine.log, and worse... things don't get better > until I bounce Tomcat again! The user gets an error message, really > bad. > > Any help or comments are appreciated! > > THANKS > > > [Thu Feb 06 11:56:31 PST 2003] -- ERROR -- Turbine.handleException: > Failed instantiate an User implementation object: Failed to create a > Class object for User implementation > [Thu Feb 06 11:56:31 PST 2003] -- ERROR -- > Exception: > org.apache.turbine.util.security.UnknownEntityException > > -- ERROR -- Turbine.handleException: Failed instantiate an User > implementation object: Failed to create a Class object for User > implementation > -- ERROR -- > Exception: > org.apache.turbine.util.security.UnknownEntityException: Failed > instantiate an User implementation object: Failed to create a Class > object for User implementation > Stack Trace follows: > org.apache.turbine.util.security.UnknownEntityException: > Failed to create a Class object for User implementation > at > org.apache.turbine.services.security.BaseSecurityService.getUs > erClass(BaseSecurityService.java:228) > at > org.apache.turbine.services.security.BaseSecurityService.getUs > erInstance(BaseSecurityService.java:249) > rethrown as org.apache.turbine.util.security.UnknownEntityException: > Failed instantiate an User implementation object: Failed to create a > Class object for User implementation > at > org.apache.turbine.services.security.BaseSecurityService.getUs > erInstance(BaseSecurityService.java:253) > at > org.apache.turbine.services.security.BaseSecurityService.getAn > onymousUser(BaseSecurityService.java:357) > at > org.apache.turbine.services.security.TurbineSecurity.getAnonym > ousUser(TurbineSecurity.java:241) > --snip, it goes on quite a while--- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
