[
https://issues.apache.org/jira/browse/JSPWIKI-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552666
]
Olaf Kock commented on JSPWIKI-57:
----------------------------------
A quick fix for this issue is to configure a non-serializeable session manager
that doesn't attempt to save anything to disk, therefor does not need any
serializable stuff.
As far as I recall, in tomcat 5.5 you set pathname="", as documented here:
http://tomcat.apache.org/tomcat-5.5-doc/config/manager.html
But as said above: It's not really an error, just an annoying, non-fatal, log
entry that shouldn't be there.
> UserManager & JSONUserModule missing Serializable
> --------------------------------------------------
>
> Key: JSPWIKI-57
> URL: https://issues.apache.org/jira/browse/JSPWIKI-57
> Project: JSPWiki
> Issue Type: Bug
> Components: Core & storage
> Affects Versions: 2.6.0
> Environment: All
> Reporter: Dave Wolf
> Priority: Trivial
> Fix For: 2.8
>
> Attachments: 20071125-patch.txt
>
>
> Errors being thrown in Catalina logs complaining that the UserManager and its
> inner class JSONUserModule not being Serializable.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.