Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@minotaur.apache.org Received: (qmail 53170 invoked from network); 24 Dec 2010 03:56:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Dec 2010 03:56:09 -0000 Received: (qmail 28009 invoked by uid 500); 24 Dec 2010 03:56:09 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 27908 invoked by uid 500); 24 Dec 2010 03:56:07 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 27900 invoked by uid 99); 24 Dec 2010 03:56:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 03:56:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 03:56:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBO3tikf022835 for ; Fri, 24 Dec 2010 03:55:45 GMT Message-ID: <23286613.7261293162944958.JavaMail.jira@thor> Date: Thu, 23 Dec 2010 22:55:44 -0500 (EST) From: "Bruce Wen (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Commented: (JSPWIKI-679) com.ecyrd.jspwiki.auth.UserManager throws NotSerializableException In-Reply-To: <14494899.289481293120965157.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/JSPWIKI-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974828#action_12974828 ] Bruce Wen commented on JSPWIKI-679: ----------------------------------- This is also occurred in Tomcat 5.5.29 > 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.