Can you clarify a bit more ... are you saying this is not coming from an entity bean like I think it is and that it is from one of my stateful session beans that has a variable that isn't serialized somewhere?

On Tuesday, Sep 2, 2003, at 18:06 US/Central, Scott M Stark wrote:

This is a stateful session instance variable that is not serializable.

-- xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx


G.L. Grobe wrote:

Hey All, I'm getting the following 'Could not passivate' exceptions. I believe this is happening in either an entity or message bean. I've added 'transient' to my Connection objects which has worked on knocking out most all these exceptions, but I've got one exception left and ... what other type of class might it not be able to serialize that I need to mark as transient, or could there be another reason?
Any help much appreciated.
---
03:43:42,203 ERROR [Log4jService$ThrowableListenerLoggingAdapter] unhandled throwable
javax.ejb.EJBException: Could not passivate; CausedByException is:
org.jboss.mq.il.oil.OILClientILService
at org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager.passivateS ession(StatefulSessionFilePersistenceManager.java:294) at org.jboss.ejb.plugins.StatefulSessionInstanceCache.passivate(StatefulS essionInstanceCache.java:78) at org.jboss.ejb.plugins.AbstractInstanceCache$1.execute(AbstractInstance Cache.java:616) at org.jboss.util.WorkerQueue$QueueLoop.run(WorkerQueue.java:206)
at java.lang.Thread.run(Thread.java:479)
java.io.NotSerializableException: org.jboss.mq.il.oil.OILClientILService
at java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1143)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:361)
at java.io.ObjectOutputStream.outputClassFields(ObjectOutputStream.java:1 822)
at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java: 475)
at java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1209)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:361)
at java.io.ObjectOutputStream.outputClassFields(ObjectOutputStream.java:1 822)
at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java: 475)
at java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1209)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:361)
at org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager.passivateS ession(StatefulSessionFilePersistenceManager.java:288) at org.jboss.ejb.plugins.StatefulSessionInstanceCache.passivate(StatefulS essionInstanceCache.java:78) at org.jboss.ejb.plugins.AbstractInstanceCache$1.execute(AbstractInstance Cache.java:616) at org.jboss.util.WorkerQueue$QueueLoop.run(WorkerQueue.java:206)
at java.lang.Thread.run(Thread.java:479)




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user




------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to