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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to