We installed was 4.04 on a Redhat 8.0 box, we're using as a testbox.Trying to run adminclient on that box , remotely by doing
adminclient <testbox name>
from a any other machine on our network(Window and Linux boxes) , gives an error maessage saying
A communication error occured.
Caught exception while getting initial context:javax.namimg.CommunicationException:Caught CORBA.COMM_FAILURE when resolving initial reference=WsnNameService [Root exception is org.omg.CORBA.COMM_FAILURE: minor code: 3 completed: No]
Check misspelled hostname or hostname case for admin server
Well , we have checked the hostname , and even used its ip address as the argument to the adminclient command , but still get the same error message.We can ping the box though?
We have also tried
adminclient <ip address of testbox> 900 , but still get the same error.Port 900 is open , because doing a
telnet <ip address of testbox> 900 , establishes a connection.
What are we missing?
jeff mutonho