[jboss-user] [Management, JMX/JBoss] - Looking up RMIAdaptor sometimes results in java.rmi.NoSuchOb

sileshikassa do-not-reply at jboss.com
Wed Mar 18 14:54:27 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=4219211#4219211

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



More information about the jboss-user mailing list