Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 34032 invoked from network); 23 Aug 2006 15:21:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2006 15:21:05 -0000 Received: (qmail 57103 invoked by uid 500); 23 Aug 2006 15:21:04 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 56560 invoked by uid 500); 23 Aug 2006 15:21:03 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 56547 invoked by uid 99); 23 Aug 2006 15:21:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 08:21:03 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [159.18.103.135] (HELO mrasawp1.datacentres.teranet.ca) (159.18.103.135) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 08:21:02 -0700 Received: from mresbwp3.teranet.ca (Not Verified[172.25.86.30]) by mrasawp1.datacentres.teranet.ca with NetIQ MailMarshal (v6,0,3,8) id ; Wed, 23 Aug 2006 11:20:41 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Error: INFO: Cannot serialize session attribute Date: Wed, 23 Aug 2006 11:20:39 -0400 Message-ID: <74670FA74CEA994DB7D6C9E779A4067E040A12D2@mresbwp3.teranet.ca> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Error: INFO: Cannot serialize session attribute Thread-Index: AcbGx7CpZUSASJNHT4ypHxZbFl6MxQ== From: "Ramon Misho" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello iBatis people: I am using Eclipse Version: 3.0.0 (Build id: 200406251208) and Tomcat = 5.0.19. I edit a java file (in the Eclipse), and click on the 'Save' button. The = 'Reloading" starts as expected. However, very often (but not all the = time), I get the following error messages although these errors don't = seem to have any impact on the compiling process. I have highlighted = (in red) what I thought are key messages. Aug 23, 2006 10:11:32 AM org.apache.catalina.core.StandardContext = reload INFO: Reloading this Context has started Aug 23, 2006 10:11:32 AM org.apache.catalina.session.ManagerBase log INFO: Cannot serialize session attribute myfileBean for session = A2F0ED8D3C199E076B84EB3CF792C6FD java.io.NotSerializableException: = com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList at java.io.ObjectOutputStream.writeObject0(Unknown Source) at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source) at java.io.ObjectOutputStream.writeSerialData(Unknown Source) at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source) at java.io.ObjectOutputStream.writeObject0(Unknown Source) at java.io.ObjectOutputStream.writeObject(Unknown Source) at = org.apache.catalina.session.StandardSession.writeObject(StandardSession.j= ava:1446) at = org.apache.catalina.session.StandardSession.writeObjectData(StandardSessi= on.java:937) at = org.apache.catalina.session.StandardManager.doUnload(StandardManager.java= :586) at = org.apache.catalina.session.StandardManager.unload(StandardManager.java:5= 32) at = org.apache.catalina.session.StandardManager.stop(StandardManager.java:734= ) at = org.apache.catalina.core.StandardContext.stop(StandardContext.java:4436) at = org.apache.catalina.core.StandardContext.reload(StandardContext.java:2984= ) at = org.apache.catalina.core.StandardContext.backgroundProcess(StandardContex= t.java:4584) at = org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.proce= ssChildren(ContainerBase.java:1662) at = org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.proce= ssChildren(ContainerBase.java:1671) at = org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.proce= ssChildren(ContainerBase.java:1671) at = org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(C= ontainerBase.java:1651) at java.lang.Thread.run(Unknown Source) Aug 23, 2006 10:11:41 AM org.apache.catalina.session.StandardManager = doLoad SEVERE: IOException while loading persisted sessions: = java.io.WriteAbortedException: writing aborted; = java.io.NotSerializableException: = com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList java.io.WriteAbortedException: writing aborted; = java.io.NotSerializableException: = com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList at java.io.ObjectInputStream.readObject0(Unknown Source) at java.io.ObjectInputStream.defaultReadFields(Unknown Source) at java.io.ObjectInputStream.readSerialData(Unknown Source) at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source) at java.io.ObjectInputStream.readObject0(Unknown Source) at java.io.ObjectInputStream.readObject(Unknown Source) at = org.apache.catalina.session.StandardSession.readObject(StandardSession.ja= va:1376) at = org.apache.catalina.session.StandardSession.readObjectData(StandardSessio= n.java:920) at = org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:4= 63) at = org.apache.catalina.session.StandardManager.load(StandardManager.java:390= ) at = org.apache.catalina.session.StandardManager.start(StandardManager.java:70= 4) = .........................................................................= ..... etc =09 The name 'myfileBean' is the name of one of my JAVA files. The strange = thing is that when this error is generated, I am usually working with = another JAVA file. Any ideas? Thanks. Ramon