I foundt out that I actually do get an error before that. Calling  
RMIServerInvoker rmiserver = new RMIServerInvoker(myLocator); 

gives 
ERROR [org.jboss.remoting.transport.rmi.RMIServerInvoker - 246] Error unbinding 
RMIServerInvoker from RMI registry.
java.rmi.NotBoundException: remoting/RMIServerInvoker/3455
        at sun.rmi.registry.RegistryImpl.unbind(RegistryImpl.java:140)
        at 
org.jboss.remoting.transport.rmi.RMIServerInvoker.destroy(RMIServerInvoker.java:242)
        at 
org.jboss.remoting.transport.rmi.RMIServerInvoker.finalize(RMIServerInvoker.java:260)
        at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
        at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)
        at java.lang.ref.Finalizer.access$100(Finalizer.java:14)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)

I have no idea why that is...

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960323
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to