这是失败的:
$ sudo service orientdb stop这也失败了:
$ sudo /data/db/orientdb/bin/shutdown.sh
Sending shutdown command to remote OrientDB Server instance...
Dec 19, 2015 6:50:09 PM com.orientechnologies.common.log.OLogManager log
INFO: OrientDB auto-config DISKCACHE=991MB (heap=869MB os=3,909MB disk=175,894MB)
Dec 19, 2015 6:50:09 PM com.orientechnologies.common.log.OLogManager log
INFO: Loading configuration from: /data/db/orientdb/config/orientdb-server-config.xml...
Error: Read timed out文件权限是正确的:
12K -rwxrwx--- 1 orientdb orientdb 9.6K Dec 19 18:05 orientdb-server-config.xml如果尝试了注释shutdown.sh文件中引用“tried server-config.xml”的脚本,那么没有什么区别。
该系统:
发布于 2016-08-27 09:13:54
您可能想尝试使用此命令。这在我正常关闭的时候起作用了。
sh shutdown.sh localhost 2424https://stackoverflow.com/questions/34377807
复制相似问题