Home
Domino service will not start
IBM (Domino) Friday, 17 March 2017 by paul
Domino server service will not start and displays error when manually started:
 
"The IBM Domino Server (CDominodata) service on Local Computer started and the stopped. Some services stop automatically if they are not in use by other services or programs."
 
No indication in console log but in the server data folder the Domino Controller log file (dcntrlrdcntrlrxxxxxxxxxxxx.out) it contains the error JVM_Bind.
 
To fix add the lines below to the server Notes.ini:
 
ServerController=1
TCPIP_ControllerTcpIpAddress=x.x.x.x:2050
 
Where x.x.x.x is the server IP address and a firewall exception which allows the connection on port 2050.
 
The service should now start.

Add Comment
No Comments.