Some tasks initialization failure: Notes Port Driver unavailable

When the domino server start up, I find the following error message show on the console. Why there are some tasks cannot initialize ? What is the notes port driver ?

24/12/2003 11:49:50 SMTP Server: Starting…

24/12/2003 11:49:50 LDAP Server: Starting…

24/12/2003 11:49:50 Agent Manager started

24/12/2003 11:49:50 Database Server started

24/12/2003 11:49:51 IMAP Server: Started

24/12/2003 11:49:51 LDAP Schema: Started loading…

24/12/2003 11:49:51 IMAP Server: Initialization failure: Notes Port Driver unavailable

24/12/2003 11:49:51 IMAP Server: Initialization failure: Notes Port Driver unavailable

24/12/2003 11:49:52 HTTP Server: Using Web Configuration View

24/12/2003 11:49:52 SMTP Server: Started

24/12/2003 11:49:52 IMAP Server: Waiting for all tasks to complete

24/12/2003 11:49:52 SMTP Server: Initialization failure: Notes Port Driver unavailable

24/12/2003 11:49:52 SMTP Server: Initialization failure: Notes Port Driver unavailable

24/12/2003 11:49:52 POP3 Server: Started

24/12/2003 11:49:53 AMgr: Executive ‘1’ started

24/12/2003 11:49:53 POP3 Server: Initialization failure: Notes Port Driver unavailable

24/12/2003 11:49:53 POP3 Server: Initialization failure: Notes Port Driver unavailable

24/12/2003 11:49:53 SchedMgr: Done validating Schedule Database

24/12/2003 11:49:53 LDAP Schema: Finished loading

24/12/2003 11:49:53 JVM: Java Virtual Machine initialized.

24/12/2003 11:49:53 HTTP Server: Java Virtual Machine loaded

24/12/2003 11:49:53 HTTP Server: DSAPI Domino Off-Line Services HTTP extension Loaded successfully

24/12/2003 11:49:54 LDAP Server: Started

24/12/2003 11:49:54 LDAP Server: Initialization failure: Notes Port Driver unavailable

24/12/2003 11:49:54 LDAP Server: Initialization failure: Notes Port Driver unavailable

24/12/2003 11:49:54 SMTP Server: Waiting for all tasks to complete

24/12/2003 11:49:54 POP3 Server: Waiting for all tasks to complete

24/12/2003 11:49:55 JVM: Java Virtual Machine initialized.

24/12/2003 11:49:55 RunJava: Started lotus/notes/addins/ispy/ISpy Java task.

24/12/2003 11:49:55 HTTP Server: Started

24/12/2003 11:49:56 LDAP Server: Waiting for all tasks to complete

24/12/2003 11:50:00 IMAP Server: Listener failure: Notes Port Driver unavailable

24/12/2003 11:50:00 IMAP Server: All tasks have completed

24/12/2003 11:50:00 IMAP Server: Shutdown

24/12/2003 11:50:01 ISpy: Initialization complete.

24/12/2003 11:50:02 SMTP Server: Listener failure: Notes Port Driver unavailable

24/12/2003 11:50:02 SMTP Server: All tasks have completed

24/12/2003 11:50:02 SMTP Server: Shutdown

24/12/2003 11:50:02 POP3 Server: Listener failure: Notes Port Driver unavailable

24/12/2003 11:50:02 POP3 Server: All tasks have completed

24/12/2003 11:50:02 POP3 Server: Shutdown

24/12/2003 11:50:04 LDAP Server: Listener failure: Notes Port Driver unavailable

24/12/2003 11:50:04 LDAP Server: All tasks have completed

24/12/2003 11:50:04 LDAP Server: Shutdown

Subject: Some tasks initialization failure: Notes Port Driver unavailable

Was there ever a solution to this problem? I’m having a similar problem when starting notes 6 on Solaris. I’m trying to start the server on an ldap port other than 389, but notes won’t let me.

Any help?

Subject: RE: Some tasks initialization failure: Notes Port Driver unavailable

We have this problem about AMGR task, on Domino 6.5.1 . Other tasks go on with no problem.

Subject: Some tasks initialization failure: Notes Port Driver unavailable

The fix for me was to go to my server notes.ini file and remove any additional ports, anything with TCPIP* (leaving the line:TCPIP=TCP, 0, 15, 0

).

For more info look in the help under “Binding an Internet service to an IP address”.

Subject: Some tasks initialization failure: Notes Port Driver unavailable

I have an internal TCP port named TCPIP and an external TCP port named TCPEXT. After upgrading from Domino 5.0.xx to Domino 6.0.3 SMTP stopped with the same error message. I found out that the upgrade procedure messed up my notes.ini file.

Make sure you have a line starting with “Ports=” in your servers Notes.ini file and that this line is complete (lists all ports you use).

If you have one port and defined it in the Notes.ini as

TCPIP=TCP, 0, 15, 0

then make sure you also have a line that looks like this:

Ports=TCPIP

If you have more than one port and you defined it something like

TCPIP=TCP, 0, 15, 0

TCPEXT=TCP, 0, 15, 0

then make sure you also have a line that looks like this:

Ports=TCPIP,TCPEXT