https://issues.apache.org/bugzilla/show_bug.cgi?id=50950

--- Comment #2 from Ronald Klop <ron...@echteman.nl> 2011-03-25 12:51:55 EDT ---
Created an attachment (id=26798)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26798)
server.xml and context to reproduce the issue

If you set up a cluster and ask for /index.jsp than it is ok.
If you ask for /intern/index.jsp (behind a password) than you get serialization
exceptions.
As far as I see, there is no other Realm type which is serializable.
Why is this object on the session anyway?

Mar 25, 2011 5:35:17 PM org.apache.catalina.ha.session.DeltaManager
requestCompleted
SEVERE: Unable to serialize delta request for sessionid
[F9D61003F2344ED314504FDE3BDF9FDA]
java.io.NotSerializableException: org.apache.catalina.realm.GenericPrincipal
        at
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1180)
        at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:346)
        at java.util.LinkedList.writeObject(LinkedList.java:960)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to