DIIOP, Java & Linux

Hello folks,

just want to share my experience of using DIIOP under linux-based Domino servers.

  1. Default DIIOP port must be 60148 (not 63148 as for Windows).

  2. In case you’re getting this error in you Java application:

NotesException: Could not open Notes session: org.omg.CORBA.COMM_FAILURE: java.net.ConnectException: Connection refused Host: 127.0.0.1 Port: 60148 minor code: 1 completed: No [See nested exception: NotesException: Could not open Notes session: org.omg.CORBA.COMM_FAILURE: java.net.ConnectException: Connection refused Host: 127.0.0.1 Port: 60148 minor code: 1 completed: No]

Add “DIIOPIORHost” variable to you Linux Domino Notes.ini file, for example:

DIIOPIORHost=192.168.0.215

NOTE: you MUST enter the valid network Domino host IP (NOT the Domino host name, even if you’re able to ping it).

  1. Restart your server and enjoy. :slight_smile:

  2. Also, please read carefully the following article:

Best regards,

Eugene.