I am getting a persistence error that is a little
confusing. After the server sits for about 10 minutes
of so I get a message saying that:

14:03:22,617 ERROR
[Log4jService$ThrowableListenerLoggingAdapter]
unhandled throwable
java.rmi.ServerException: Could not passivate; nested
exception is:
        java.rmi.MarshalException: Invalid remote
object
java.rmi.MarshalException: Invalid remote object
        at
java.rmi.server.RemoteObject.writeObject(RemoteObject.java:148)
        at java.lang.reflect.Method.invoke(Native
Method)
        at
java.io.ObjectOutputStream.invokeObjectWriter(ObjectOutputStream.java:1859)
        at
java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1205)
        at
java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:361)
        at
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.writeExternal(JRMPInvokerProxy.java
:149)
        at
java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1175)
        at
java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:361)
        at
java.io.ObjectOutputStream.outputClassFields(ObjectOutputStream.java:1822)
        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.util.HashMap.writeObject(HashMap.java:807)
        at java.lang.reflect.Method.invoke(Native
Method)

Is this because of a hashmap that I have in my code or
is there a bigger picture that I am not seeing? I have
a hash map in my code that contains a handle to an ejb
and that is the only thing that i think could be
throwing this error.

Thanks,

Bryan

__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com


-------------------------------------------------------
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