You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jay Wright <jw...@once.com> on 2002/11/26 21:53:36 UTC

persistence errors in 1.1-b2

I'm getting a persistent storage error that I've never seen before and it
seems to be tied to the struts validator:

2002-11-25 15:13:10 StandardManager[/waf] Exception loading sessions from
persistent storage

Is there a way to turn this off?  Or a reason it's happening?  I don't want
to persist sessions, I'd rather they die and go away if there's any problems
on the server.  

I'm running tomcat 4.1.12 in dev and 4.0.4 in production and just today I've
started seeing it in both places for the first time.  I'm running struts
1.1-b2.

Jay

java.io.WriteAbortedException: writing aborted;
java.io.NotSerializableException:
org.apache.commons.validator.ValidatorResult$ResultStatus
	at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1268)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:322)
	at java.util.HashMap.readObject(HashMap.java:974)
.
.
.
Caused by: java.io.NotSerializableException:
org.apache.commons.validator.ValidatorResult$ResultStatus
	at
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1054)
	at
java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
	at java.util.HashMap.writeObject(HashMap.java:946)
.
.
.
2002-11-26 12:52:50 StandardManager[/web/cir/cingularvip] Exception loading
sessions from persistent storage
java.io.WriteAbortedException: writing aborted;
java.io.NotSerializableException:
org.apache.commons.validator.ValidatorResult$ResultStatus
	at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1268)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:322)
	at java.util.HashMap.readObject(HashMap.java:974)
.
.
.
Caused by: java.io.NotSerializableException:
org.apache.commons.validator.ValidatorResult$ResultStatus
	at
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1054)
	at
java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
.
.
.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>