Re: ClassNotFoundException when loading session from disk

2020-05-13 Thread Jonathan Yom-Tov
Regarding the deployment location, you're right, it's unusual, but it's a legacy application. I found out the reason for the class not being visible. There was a Context element with docBase defined in server.xml which I hadn't noticed. Nesting the Manager element inside that (rather than in conte

Re: ClassNotFoundException when loading session from disk

2020-05-13 Thread jonathan . smithy
On 5/12/2020 at 7:45 PM, "Mark Thomas" wrote:On 12/05/2020 18:38, Jonathan Yom-Tov wrote: > I'm trying to use PersistentManager with FileStore to load sessions from > disk. Serialization goes ok but when the session is loaded I get an > exception deserializing one of my application's classes. >

Re: ClassNotFoundException when loading session from disk

2020-05-12 Thread Mark Thomas
On 12/05/2020 18:38, Jonathan Yom-Tov wrote: > I'm trying to use PersistentManager with FileStore to load sessions from > disk. Serialization goes ok but when the session is loaded I get an > exception deserializing one of my application's classes. > > [2020-05-12 09:08:52] [SEVERE] Session: > 632