Could not get IOR from Domino Server: java.net.SocketException: Connection reset

Hi,I am getting the following notes exception


NotesException: Could not get IOR from Domino Server: java.net.SocketException: Connection reset

at lotus.domino.NotesFactory.readIOR(Unknown Source)

at lotus.domino.NotesFactory.getIOR(Unknown Source)

at lotus.domino.NotesFactory.createSession(Unknown Source)

at lotus.domino.NotesFactory.createSession(Unknown Source)

at com.nyse.mfr.hpdaccess.HPDSession.<init>(HPDSession.java:43)

at com.nyse.mfr.hpdaccess.HPDSession.getInstance(HPDSession.java:58)

at com.nyse.mfr.hpdaccess.HPDDatabase.getPlatform(HPDDatabase.java:26)

at testcases.HPDDatabaseTestCase.main(HPDDatabaseTestCase.java:20)

The piece of code causing this exception is

notesSession = NotesFactory.createSession(notesHost, userName, passwd);

/*

where notesHost=“<host.domain.com>:”

*/

Has any one ever faced this problem, though that’s not necessary to answer this questions.

Thanks (for the answer you’d be posting),

Rakesh.