NotesException: Could not open Notes session: org.omg.CORBA.COMM_FAILURE: java.net.ConnectException: Connection timed out: connect Host: 10.1.150.219 Port: 63148 vmcid: 0x0 minor code: 1 completed: No

I found part of answer I asked.The Domino toolkit for Java have some internal bug.When I replace the Notes.jar and NCSO.jar with newer two, some of my problem corrected.But now I have another problem when I coding:

Session s = NotesFactory.createSession(“TKServer:63148”,“teken”,“00000000”);

when this code running ,the console of remote server shows:

"

DIIOP Server: 127.0.0.1 connected

DIIOP Server: 127.0.0.1 disconnected

"

but the application didn’t response for a long time,after timeout throw blow error:

NotesException: Could not open Notes session: org.omg.CORBA.COMM_FAILURE: java.net.ConnectException: Connection timed out: connect Host: 10.1.150.219 Port: 63148 vmcid: 0x0 minor code: 1 completed: No

Please help.Thanks!

Subject: See two part article

These two articles describe the information you’re need. Try them and then post any additional questions you have.

Java access to the Domino Objects, Part 1
An introduction to Domino Objects for Java programmers, this article covers the basics of local and remote access, then addresses access control. This article focuses on developing Java applications.

Java access to the Domino Objects, Part 2
Part 2 of 2: This article covers advanced topics in developing Java applications using Domino Objects including SSL encryption, servlets, connection pooling, single sign-on, session timeouts, and recycling, and suggests some troubleshooting techniques

Steve Nikopoulos