Exception loading sessions from persistent storage

2003-12-16 Thread L.Karam
Can anyone tell me what this error means, and what I need to fix. (Tomcat 4.1.24) Exception loading sessions from persistent storage java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: servlet.beanParametro Thanks! Leandro Karam Quintas Desenvolvedor WEB EBS

RE: Exception loading sessions from persistent storage

2003-12-16 Thread Shapira, Yoav
Howdy, Don't use non-Serializable session attributes. Yoav Shapira Millennium ChemInformatics -Original Message- From: L.Karam [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 11:19 AM To: Tomcat Users List Subject: Exception loading sessions from persistent storage Can

Re: Exception loading sessions from persistent storage

2003-12-16 Thread L.Karam
loading sessions from persistent storage Can anyone tell me what this error means, and what I need to fix. (Tomcat 4.1.24) Exception loading sessions from persistent storage java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException

Re: Exception loading sessions from persistent storage

2003-12-16 Thread Ben Souther
: Shapira, Yoav To: Tomcat Users List Sent: Tuesday, December 16, 2003 2:25 PM Subject: RE: Exception loading sessions from persistent storage Howdy, Don't use non-Serializable session attributes. Yoav Shapira Millennium ChemInformatics -Original Message

Re: Exception loading sessions from persistent storage

2003-12-16 Thread L.Karam
I'm not using j2ee plataform. There is any problem ? - Original Message - From: Ben Souther To: Tomcat Users List Sent: Tuesday, December 16, 2003 3:10 PM Subject: Re: Exception loading sessions from persistent storage If you store an object in session, make

Re: Exception loading sessions from persistent storage

2003-12-16 Thread Ben Souther
2003 12:22 pm, L.Karam wrote: I'm not using j2ee plataform. There is any problem ? - Original Message - From: Ben Souther To: Tomcat Users List Sent: Tuesday, December 16, 2003 3:10 PM Subject: Re: Exception loading sessions from persistent storage If you

re: exception loading sessions from persistent storage?

2002-12-05 Thread Paul Tomsic
? From the stack trace, seems your persisting something do is not serializable...I guest you will have to list what you are trying to persist -- Jeanfrancois Paul Tomsic wrote: here's the whole stack trace: 2002-12-04 11:54:59 StandardManager[/cdg] Exception loading sessions from

RE: exception loading sessions from persistent storage?

2002-12-05 Thread Roberts, Eric
- From: Paul Tomsic [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 05. Dezember 2002 18:16 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: re: exception loading sessions from persistent storage? hmm, we're not persisting anything. Is it Tomcat that's persisting something? Where does tomcat

exception loading sessions from persistent storage?

2002-12-04 Thread Paul Tomsic
When I stop/start tomcat 4.1.12, I'm getting the following error: Exception loading sessions from persistent storage java.io.WriteAbortedException: Writing aborted by exception; java.io.NotSerializableException: org.apache.xerces.util.DOMErrorHandlerWrapper it doesn't seem to prevent tomcat from

Re: exception loading sessions from persistent storage?

2002-12-04 Thread Jeanfrancois Arcand
Could you give exactly what you are doing? What are you serializing in your session? Please give more information :-) -- Jeanfrancois Paul Tomsic wrote: When I stop/start tomcat 4.1.12, I'm getting the following error: Exception loading sessions from persistent storage

Re: exception loading sessions from persistent storage?

2002-12-04 Thread David Brown
Paul Tomsic writes: When I stop/start tomcat 4.1.12, I'm getting the following error: Exception loading sessions from persistent storage java.io.WriteAbortedException: Writing aborted by exception; java.io.NotSerializableException: org.apache.xerces.util.DOMErrorHandlerWrapper it doesn't

re: exception loading sessions from persistent storage?

2002-12-04 Thread Paul Tomsic
PROTECTED] Subject: Re: exception loading sessions from persistent storage? Could you give exactly what you are doing? What are you serializing in your session? Please give more information :-) -- Jeanfrancois Paul Tomsic wrote: When I stop/start tomcat 4.1.12, I'm getting the following error

Re: exception loading sessions from persistent storage?

2002-12-04 Thread Jeanfrancois Arcand
] Subject: Re: exception loading sessions from persistent storage? Could you give exactly what you are doing? What are you serializing in your session? Please give more information :-) -- Jeanfrancois Paul Tomsic wrote: When I stop/start tomcat 4.1.12, I'm getting the following error: Exception

Re[2]: exception loading sessions from persistent storage?

2002-12-04 Thread Jacob Kjome
, I'm getting the following error: Exception loading sessions from persistent storage java.io.WriteAbortedException: Writing aborted by exception; java.io.NotSerializableException: org.apache.xerces.util.DOMErrorHandlerWrapper it doesn't seem to prevent tomcat from starting, but it's troubling

Re: exception loading sessions from persistent storage?

2002-12-04 Thread Paul Tomsic
here's the whole stack trace: 2002-12-04 11:54:59 StandardManager[/cdg] Exception loading sessions from persistent storage java.io.WriteAbortedException: Writing aborted by exception; java.io.NotSerializableException: org.apache.xerces.util.DOMErrorHandlerWrapper

Re: exception loading sessions from persistent storage?

2002-12-04 Thread Jeanfrancois Arcand
-04 11:54:59 StandardManager[/cdg] Exception loading sessions from persistent storage java.io.WriteAbortedException: Writing aborted by exception; java.io.NotSerializableException: org.apache.xerces.util.DOMErrorHandlerWrapper at java.io.ObjectInputStream.readObject(ObjectInputStream.java:440