You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Harry Metske (JIRA)" <ji...@apache.org> on 2010/12/23 20:33:45 UTC

[jira] Closed: (JSPWIKI-679) com.ecyrd.jspwiki.auth.UserManager throws NotSerializableException

     [ https://issues.apache.org/jira/browse/JSPWIKI-679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harry Metske closed JSPWIKI-679.
--------------------------------

    Resolution: Duplicate

> 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.