help...Error deserializing session

2001-07-10 Thread John Miller
Hi, I have written an EJB which does a pretty simple Oracle select and am getting this error, when the bean is instantiated for the first time: Error deserializing session: java.io.WriteAbortedException: Writing aborted by exception; java.io.NotSerializableException: com.evermind.sql.ak

RE: help...Error deserializing session

2001-07-10 Thread Jin Tong
session Hi, I have written an EJB which does a pretty simple Oracle select and am getting this error, when the bean is instantiated for the first time: Error deserializing session: java.io.WriteAbortedException: Writing aborted by exception; java.io.NotSerializableException

RE: help...Error deserializing session

2001-07-10 Thread Andre Vanha
...Error deserializing session Hi, I have written an EJB which does a pretty simple Oracle select and am getting this error, when the bean is instantiated for the first time: Error deserializing session: java.io.WriteAbortedException: Writing aborted by exception; java.io.NotSerializableException

SV: Error deserializing session

2001-04-09 Thread Magnus Rydin
Title: SV: Error deserializing session Sounds like you have stuff in your session that can't be serialized. Was it during restart or session timeout? WR -Ursprungligt meddelande- Fran: Sergei Batiuk [mailto:[EMAIL PROTECTED]] Skickat: den 8 april 2001 05:26 Till: Orion-Interest

Re: SV: Error deserializing session

2001-04-09 Thread Dan North
restart or session timeout? WR -Ursprungligt meddelande- Fran: Sergei Batiuk [mailto:[EMAIL PROTECTED]] Skickat: den 8 april 2001 05:26 Till: Orion-Interest Amne: Error deserializing session Hello all, What does the following error mean? It looks more like a warning

Error deserializing session

2001-04-08 Thread Sergei Batiuk
Hello all, What does the following error mean? It looks more like a warning, since I did not encounter any abnormal behavior with orion. Is it serious? What might have caused it? Error deserializing session: java.io.WriteAbortedException: Writing aborted by e xception

Error deserializing session

2000-08-24 Thread Ishpal
Hello, I have a strange kinda error... ProfileManagerEJB is a stateful session bean. I had done a proper shutdown using "java -jar admin.jar ormi://localhost/ admin ishpal -shutdown". when I restart the server I see this error. Error deserializing session: java.io.InvalidClas

Error deserializing session: java.lang.NullPointerException

2000-07-14 Thread Joel Shellman
I see the following error in the log (stdout or stderr actually) and notice that my stateful session bean did not survive the restart of the server. Error deserializing session: java.lang.NullPointerException Unfortunately, that error does very little to help me track it down. Can someone