[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Trying to connect to running db in progress explorer

  • Thread starter Thread starter Matt Baker
  • Start date Start date
Status
Not open for further replies.
M

Matt Baker

Guest
The ads0.exp file indicates the RMI failed to create the necessary adminserver bindings in the local RMI registry. Probably because something else was/is using port 20931. This caused all sorts of other stuff in the adminserver not be setup properly, including the database plugin which is why you are getting timed out messages about database not connecting. Exception at Tue Jun 26 16:19:01 EDT 2018: java.rmi.ConnectException Message (throw): RegistryManager: Bind failed Message (excp): Connection refused to host: RCOHEN-2016; nested exception is: java.net.ConnectException: Connection timed out: connect Stack Trace: java.rmi.ConnectException: Connection refused to host: RCOHEN-2016; nested exception is: ...

Continue reading...
 
Status
Not open for further replies.
Back
Top