cancel
Showing results for 
Search instead for 
Did you mean: 

Error: WriteAbortedException:writing aborted ProcessNavigato

jasminindia
Champ in-the-making
Champ in-the-making
I installed v5.10 with my sql 5.1.11 connection jar and Mysql version as 5.5.
I am getting below error. Can please guide what can be issue?

Sep 10, 2012 3:02:35 PM org.apache.catalina.session.StandardManager doLoad
SEVERE: IOException while loading persisted sessions: java.io.WriteAbortedExcept
ion: writing aborted; java.io.NotSerializableException: org.activiti.explorer.na
vigation.ProcessNavigator
java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException
: org.activiti.explorer.navigation.ProcessNavigator

        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1333)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
        at java.util.HashMap.readObject(HashMap.java:1030)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974
4 REPLIES 4

trademak
Star Contributor
Star Contributor
Hi,

Right, that's a problem in the session serialization. But does that effect the working of the Explorer?

Best regards,

jasminindia
Champ in-the-making
Champ in-the-making
It is working fine. just wanted to confirm it is not stopping any process.

Thanks for quick reply

squawkingmonkey
Champ in-the-making
Champ in-the-making
When will this serialization problem be fixed?  It causes an alert email to be sent whenever I shutdown and restart tomcat.

jbarrez
Star Contributor
Star Contributor
Created http://jira.codehaus.org/browse/ACT-1417

I'll verify and fix it.