-
Notifications
You must be signed in to change notification settings - Fork 871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to shutdown windows service #6552
Comments
When you run the shutdown.bat manually, do you provide the OrientDB server's password? |
Yes when I use shutdown.bat I use -p password param. I tried passing the same argument for shutdown in the service but it doesnt seem to be working. |
Per the Apache Commons Daemon documentation (https://commons.apache.org/proper/commons-daemon/procrun.html) you can use the StopParams argument when installing the service. Something along these lines worked for me:
|
Pull request to fix this issue - orientechnologies/orientdb-docs#304 |
OrientDB Version, operating system, or hardware.
OrientDB Community 2.2.6
Operating System
Windows 7
I installed OrientDB as a windows service based on the instructions. I can start the service fine but I'm unable to stop the service from windows services console or the prunmgr console. When I try to stop the service I see the following in the orient-server.log.
2016-08-11 11:28:13:815 INFO Received shutdown command from the remote client /127.0.0.1:55730 [ONetworkProtocolBinary]
2016-08-11 11:28:13:830 SEVER Authentication error of remote client /127.0.0.1:55730: shutdown is aborted. [ONetworkProtocolBinary]
I'm able to shutdown the process by running the shutdown.bat.
The text was updated successfully, but these errors were encountered: