10-07-2009 08:29 AM
10-08-2009 06:49 AM
I also think that the RMI service needs to be able to access the localhost using it's hostname, so you need to make sure that the server can resolve it's own hostname. Try and ping the server hostname, from the server, and make sure that the ip adress is correct.
10-08-2009 07:22 AM
netstat -npl |grep 50500
10-08-2009 07:42 AM
If that's not the problem, you should check if your server knows the ip of it's own hostname. Run "hostname" (if you're running Linux) to see what your hostname is, then run "ping <hostname>" and check that the ip adress is correct (it should be either 127.0.0.1 or whatever ip you have assigned to your networking interface).
netstat -npl |grep 50500
this didnt show any output..10-08-2009 07:53 AM
127.0.0.1 localhost.localdomain localhost
127.0.0.1 your_hostname localhost.localdomain localhost
10-08-2009 09:15 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.