REPOST - Error restoring application state

2001-10-24 Thread Christian . Tellefsen

REPOST - I think my previous attempt failed.


I always get this strange exception when i start Orion after creating a
stateful session bean:

D:\oriontest\orion>java -jar orion.jar
Licensed to Telenor Mobil AS
[...]
Error restoring application state: java.lang.NullPointerException (null)
Orion/1.5.3 initialized


...and my stateful sessions are lost. Does anyone have any experience with
this problem? The error message is unfortunately too nondescriptive, a stack
trace might have helped a lot here.

This has never worked for us with earlier Orion versions either, so it's not
a 1.5.3 thing.

Yours,
Christian.





Error restoring application state

2001-09-27 Thread Daniel López

Hi,

Lately I'm getting this error when I update my web applications and
hence the application state is not restored and I lose all my sesions.
The complete error message is:
---
Error restoring application state: java.io.WriteAbortedException
(Writing aborted by exception; java.io.NotSerializableException:
com.evermind.server.http.HttpApplication)
---

It might be that I'm storing a reference to some object that cannot be
serializable, but it used to work and I can't see the problem. Besides,
the problem comes from an orion internal class so I don't know where to
start looking. Is there any way to get a more detailed error message?
Has anybody come across this message before? Any hits?

Thanks in advance?,
D.