Port 0 in DIIOP_IOR.TXT, how do I change it?
问题 I am trying to login remotely into Domino with standalone Java program. I have ncso.jar (and TrustedCerts.class) in classpath. The DIIOP_IOR.TXT file is generated by the diiop task. If I copy the file contents directly into my program and try creating the session like this: String ior = "IOR:....." // 404 bytes Session session = NotesFactory.createSessionWithIOR(ior, "username", "password"); the result is: org.omg.CORBA.COMM_FAILURE: java.net.ConnectException: connect: Address is invalid on