Install4j ServiceException during "stop a service" action -


our uninstaller has remove windows service installed. action "stop service" throws error:

[error] com.install4j.runtime.beans.actions.services.stopserviceaction [id 1194]: serviceexception{errorcode=5001}

what cause of this?

this means service did not shut down within maximum shutdown time, typically 20 seconds.

to increase shutdown time, see

https://support.microsoft.com/en-us/kb/146092


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -