Domino Server will not run as a Service

Installed and configured a new 8.5.1 server into our existing domain… upon server reboot, the server started up as a Windows service just great. Getting used to using the Java console, but thats another story!

However, a day later, I installed Traveler 8.5.1 on this server. Now, when the Windows server is restarted, the Domino server will not start as a service. I can manually launch the server executable and the server runs just fine.

The event log on the server is giving me no information other than that the service starts and the service stops. The log on the Domino server does not show any activity when the attempts occur.

I have reinstalled Domino 8.5.1 on top of the existing implementation, but that had no effect.

Any thoughts?

Subject: Additional fix

The notes.ini helped one of my servers but on another, I had to define the fully-qualified host name in the hosts file to resolve to the internal IP. I think a local DNS alias would have worked too. The server was resolving its own host name to the publicly-defined IP and that’s what was preventing it from starting.

Subject: RE: Additional fix – Worked

I endlessly try to remind myself and still forget to always check the hosts file…

Two identical (8.5.3 FP1) servers in the cluster both on 2008 R2 SP1

One of them wouldn’t start as a service… That one did not have an entry for itself in the hosts file.

Mahalo!

Subject: Forwarded to development <>

Server/mb

Subject: Try stripping the parameters from the service entry first

You could check the parameters on the Service entry and remove them. Then you can check them to see which one is causing the crash when you add them back in, because manually you have no parameters; unless you pass them on the command line with nserver.exe.

I had this with the Server Console on my 8.5.0 server, reinstalling did not work but reconfiguring did. If you have the wrong IP address in the Java console settings, either in the server document or notes.ini, then it will crash the server in exactly this way.

Worth a look anyway but start by stripping the parameters from the service entry in the registry.

Subject: Will not start as a service on Server 2008

Any luck with getting this resolved? I just had the same problem. Started up ok at first, copied the data in, and it won’t run any more as a service. Just starts and stops. I have another similar box that works just fine - go figure. I’m on Serer 2008 R2 64, Domino 32, 8.5.1FP1, fresh install (tried both with and without the backed up data.) Argh.

Subject: Same problem, but solved

Hi there, sorry for the late response. I hope you will be fine now with Domino. But for the record our problem and solution: Same problem, Windows 2008 64 bit, Domino 8.5.1, service does not start. Can only run as application, but this was not an option.After a long discussion with IBM (John Paganetti; thanks John!) we found that there could be a conflict with the controller IP port.

I added one line to the server’s notes.ini:

If IP address of Domino Server is: 8.55.128.173

In notes.ini, below Ports=TCPIP

you would add

TCPIP_ControllerTcpIpAddress=8.55.128.173:2050

You also can try onother port. See this thread:

http://www-10.lotus.com/ldd/nd85forum.nsf/5f27803bba85d8e285256bf10054620d/9d18279e566e5272852576030046e4e0?OpenDocument&Highlight=0,controller

Subject: Same problem

I tried this but it still doesn’t start as service. Also I tried recreate service. I have 8.5.3 x64 on windows 2003 R2 x64.

Subject: This solves my problem :smiley: thank you very much !

Solved my problem with the domino service…I just added entry in my lotus notes.ini file TCPIP_ControllerTcpIpAddress=localaddress:2050

and it works fine now :slight_smile:

Thank you very much for your post… this really saved my day …

Subject: That Worked for Cloud Server too

I know this is dated, but I had a domino server setup on Amazon cloud and was working fine, then it just stopped starting after restarting the server. Windows 2012 64Bit. Domino 8.5.3 FP6. This worked. I’ll get it upgraded to Domino 9.0.1 soon, but for now, this worked.

Subject: This solved it for me too!

Thank you very much! In my case the Domino server that had run fine as a service for 3 years on 64 bit Win 2008 server suddendy did not start as a service any more. When I added those two lines to NOTES.INI it started again!

Here is the technote:

http://www-01.ibm.com/support/docview.wss?uid=swg21449200

Subject: Windows 7 Home Premium

Did anybody get this working ? I’m running Windows 7 Home Premium 64 bit and starting the server via the executable works fine but starting as a service doesn’t work at all. If I try to manually start the service, it will start and stop with no error information and nothing in the Event Log.

Subject: I got this to work on Windows 7 Ultimate

I simply added this line to my notes.ini:TCPIP_ControllerTcpIpAddress=127.0.0.1:2050

I didn’t want to create a new problem so I didn’t tie it to the actual IP of the system. This is just the controller so I don’t think it matter so long as the IP is valid and 127.0.0.1 is always valid on my systems.

Subject: Yes but…

…I don’t remember exactly how I got it working. (I hate when people don’t respond though.) I have vague recollections of working with this and finding something somewhere that finally got it going.