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
how i do this ? I'm using : javax.servlet.http.HttpSession; session.setAttribute(parametros, vPar); - Original Message - From: Shapira, Yoav To: Tomcat Users List Sent: Tuesday, December 16, 2003 2:25 PM Subject: RE: Exception loading sessions from persistent

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
hmm, we're not persisting anything. Is it Tomcat that's persisting something? Where does tomcat persist sessions when it is shut down? Is there a directory that it serializes sessions to? thanks again for the help.. Paul Well, to be honest, I have no idea :-( What are you trying to serialize?

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

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: 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 at

Re: exception loading sessions from persistent storage?

2002-12-04 Thread Jeanfrancois Arcand
Well, to be honest, I have no idea :-( What are you trying to serialize? 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: