|
From: Palmer, D. <Dav...@ph...> - 2003-03-28 16:48:10
|
> >Could you be more explicit on how you are using createRegistry? > > I am sorry, I have only used the createRegistry statement, > because I wanted > to write an application for the wrapper ;-) and I had read that way of > getting a RMIRegistry in an article at JavaWorld > (http://www.javaworld.com/javaworld/jw-01-2001/jw-0112-rmi.html) > > Now, after reading this information, I haven't been able to figure out the latest problem with this... so I'll ask here :) When we stop the service... the service stops (like one would expect) except that we noticed that the port is still listening for RMI... so even though the service is stopped... our RMI server is still listening... which means, when we start again, we get a: ava.net.BindException: Address already in use: JVM_Bind exception. Is there something I'm missing (again) ??? ./dave "The sender believes that this E-mail and any attachments were free of any harmful and malicious code or defects when sent. This message and its attachments could have been infected during transmission. By reading the message and opening any attachments, the recipient accepts full responsibility for taking protective and remedial action regarding the code or such defects. The sender is not liable for any loss or damage arising in any way from this message or its attachments." |