[jboss-user] [EJB/JBoss] - looking up RMIAdaptorsometimes result in java.rmi.NoSuchObj

sileshikassa do-not-reply at jboss.com
Wed Mar 18 14:32:29 EDT 2009


I am using JBoss remote JMX object invocation via RMIAdaptor: jmx/invoker/RMIAdaptor which is obtained via JNDI. I run into a problem time to time with NoSuchObjectException when I look up for RMIAdaptor and could not recover from it. I have a couple of JBoss servers: one is primary and the other is host standby. The problem occurs after the switch over to standby. Any help is appreciated .


....
Caused by: java.rmi.NoSuchObjectException: no such object in table
        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
        at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
        at sun.rmi.server.UnicastRef.invoke(Unknown Source)
        at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625)
        ... 92 more

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219206#4219206

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219206



More information about the jboss-user mailing list