com.ecyrd.jspwiki.auth.UserManager throws NotSerializableException
------------------------------------------------------------------
Key: JSPWIKI-679
URL: https://issues.apache.org/jira/browse/JSPWIKI-679
Project: JSPWiki
Issue Type: Bug
Components: Authentication&Authorization
Affects Versions: 2.8.4
Environment: Tomcat 6.0 on Win32
Reporter: Christian Lerch
Priority: Minor
Whenever starting up JSPWiki in Tomcat 6.0 the Tomcat log files shows these
entries (among others):
...
IOException while loading persisted sessions: java.io.WriteAbortedException:
writing aborted; java.io.NotSerializableException:
com.ecyrd.jspwiki.auth.UserManager
java.io.WriteAbortedException: writing aborted;
java.io.NotSerializableException: com.ecyrd.jspwiki.auth.UserManager
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1333)
at
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
...
... 6 more
however without any further consequences - the system comes up and works fine.
Any idea what's going on here and how to cope with it ?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.