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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to