Click to See Complete Forum and Search --> : Java


September 27th, 1999, 07:49 AM
I have written an RMI server that connects to the database and returns the resulset ,but since it is running on an NT m/c sometimes it so happens ,that even after killing the RMIServer and try to start it again ,I get an error message saying port already in use ,BindException ,I created the registry using
LocateRegistry.createRegistry at port no 1099 .How do I get along with this problem ,the implementation is just a few days from now.Please reply immediately
and also sometimes I suffer from RMIDeadLock ,i.e.the client does not show an error nor it responds.