Registry.rebind disallowed; origin /11.0.10.31 is non-local host.
843793Nov 5 2009 — edited Nov 11 2009Hello everyone.
I have a problem.
I have a server that I register in the RMI registry. Client from a remote machine get the server (as a remote object) and calls his method for the generation of another object on the parameters passed. The server creates this object and tries to register it in the RMI registry, and this raises an exception Registry.Registry.rebind disallowed; origin /11.0.10.31 is non-local host.
What could be the problem and how to solve it?
Thanks.