Hi I Have problem when try to access database from domino server Remotely
The java code looks like:
String host =“9.65.140.218:63148”;
String tmpIOR = NotesFactory.getIOR(host);
session = NotesFactory.createSessionWithIOR(tmpIOR,aUsername,aPassword);
Then I get the exception:
NotesException: Could not open Notes session: org.omg.CORBA.COMM_FAILURE: java.net.ConnectException: Connection refused: connect Host: 127.0.0.1 Port: 63148 vmcid: 0x0 minor code: 1 completed: No
But
http://9.65.140.218:63148/diiop_ior.txt
and http://9.65.140.218:/diiop_ior.txt
Gives same output.
And on server consol it look like
10.15.36 AM DIIOP server: 9.124.236.216 connected
10.15.37 AM DIIOP server: 9.124.236.216 disconnected
What does the exception mean ? and how to resolve this problem ??