Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Service will not start: error 1067: the process terminated unexpectedly

We have a custom service that we install with our application. The only problem is that after it is installed, it will not start, generating the error above. I have tried to diagnose what the problem is, but can't seem to find any useful information as to why it is quitting. I have tried the same service on a non "R2" 2008 server, and manual it worked fine.

service simple java file running using batch file. Deamon service.

Has anyone had any experience troubleshooting this type of problem, where there are so few clues?

like image 268
Rani Avatar asked Aug 13 '13 09:08

Rani


3 Answers

Goto:

Registry-> HKEY_LOCAL‌​_MACHINE-> System-> Cur‌​rentControlSet-> Servi‌​ces.

Find the concerned service & delete it. Close regedit. Reboot the PC & Re-install the concerned service. Now the error should be gone.

like image 83
Janugi Rama Avatar answered Oct 23 '22 08:10

Janugi Rama


I resolved the problem.This is for EAServer Windows Service

Resolution is --> Open Regedit in Run prompt

Under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\EAServer

In parameters, give SERVERNAME entry as EAServer.

[It is sometime overwritten with Envirnoment variable : Path value]

like image 4
jayakar jayaraman Avatar answered Oct 23 '22 09:10

jayakar jayaraman


This is a problem related permission. Make sure that the current user has access to the folder which contains installation files.

like image 2
Elijah Avatar answered Oct 23 '22 10:10

Elijah