dev@glassfish.java.net

Re: 'WEB5003: Exception in handleAfterEvent' after roller deployment

From: Amy Roh <Amelia.Roh_at_Sun.COM>
Date: Mon, 06 Feb 2006 16:38:20 -0800

Thanks. Changing to FINE logging, I'm finding the problem boils down to
o.a.c.realm.GenericPrincipal NotSerializableException. I've seen
similar postings on tomcat mailing lists. I'll look into this more and
let you know my findings.

[#|2006-02-06T16:12:36.390-0800|SEVERE|sun-appserver-pe9.0|org.apache.catalina.session.ManagerBase|_ThreadID=10;_ThreadName=main;_RequestID=c44ca3a1-bc4e-4736-82db-8d1cadfd3bc1;|Exception
loading sessions from persistent storage
java.lang.NullPointerException
    at
com.sun.web.ui.model.CCManageChildrenModel.readObject(CCManageChildrenModel.java:545)

[#|2006-02-06T16:12:43.515-0800|SEVERE|sun-appserver-pe9.0|org.apache.catalina.session.ManagerBase|_ThreadID=10;_ThreadName=main;_RequestID=c44ca3a1-bc4e-4736-82db-8d1cadfd3bc1;|IOException
while loading persisted sessions: java.io.WriteAbortedException: writing
aborted; java.io.NotSerializableException:
org.apache.catalina.realm.GenericPrincipal
java.io.WriteAbortedException: writing aborted;
java.io.NotSerializableException: org.apache.catalina.realm.GenericPrincipal

Vince.Kraemer_at_Sun.COM wrote:

>you may want to follow the advice Jan gave me this morning... see
>
>https://glassfish.dev.java.net/servlets/ReadMsg?list=users&msgNo=122
>
>It seemed to help me find out more about what is 'going wrong' with my app which uses acecgi for security...
>
>vbk
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>
>
>