|
From: FReAK La M. <fre...@qu...> - 2003-03-31 05:09:21
|
Hi, >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. Well, that means, that the registry doesn't stop to exist, when you stop the service. I don't know why or how you could kill the registry on stopping the service. But if you use the rebind method rebind(String name, Remote obj) you should get around this exception. Have a nice day, FReAK _____________________________________________ Free email with personality! Over 200 domains! http://www.MyOwnEmail.com Looking for friendships,romance and more? http://www.MyOwnFriends.com |