Hi,
I'm storing an objekt to user.Temp which might be a little large.
Since I've done that there is some trouble with Tomcat:
2003-02-23 00:53:22 StandardManager[/audiotex] Exception loading sessions
from persistent storage
java.io.WriteAbortedException: writing aborted;
java.io.NotSerializableException:
de.geoconnect.audiotex.navigation.Navigation
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1278)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
at java.util.Hashtable.readObject(Hashtable.java:837)
at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:824)
......
The webapp still seems to work properly, except that the login takes 20
seconds.
Is there any restriction in size for storing objects to User.Temp?
Or must objects meet certain requirements to store them to User.Temp?
(must implement Serializable ??)
Marc
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]