On 12.11.12 16:28, Drew Leamon wrote: > WARNING: Problem creating registry. It may already be started. internal > error: ObjID already in use
Googling for the error message "ObjID already in use" gives you lots of results. Bottom line: The RMI registry has already been created by someone else in your JDK. As you cannot create a second one, your access attempts to the given port fail. I'm no expert in RMI, so I can only guess that this might be the case here. The error message s the result of a system call, so I'd be looking for system specifics to resolve this. Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
