Skip to content
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

develop - shutdown isn't working #5311

Closed
robfrank opened this issue Nov 13, 2015 · 2 comments
Closed

develop - shutdown isn't working #5311

robfrank opened this issue Nov 13, 2015 · 2 comments
Assignees
Labels

Comments

@robfrank
Copy link
Contributor

Sending shutdown command to remote OrientDB Server instance...
nov 13, 2015 10:45:29 AM com.orientechnologies.common.log.OLogManager log
INFORMAZIONI: OrientDB auto-config DISKCACHE=988MB (heap=869MB os=3.905MB disk=218.252MB)
nov 13, 2015 10:45:29 AM com.orientechnologies.common.log.OLogManager log
INFORMAZIONI: Loading configuration from: /home/frank/projects/orientdb/distribution/target/orientdb-community-2.2.0-SNAPSHOT-distribution.dir/orientdb-community-2.2.0-SNAPSHOT/config/orientdb-server-config.xml...
Error: null

I modified OshutdownMain with a sysout:

java.io.EOFException
at java.io.DataInputStream.readFully(DataInputStream.java:197)
at java.io.DataInputStream.readFully(DataInputStream.java:169)
at com.orientechnologies.orient.enterprise.channel.binary.OChannelBinary.readString(OChannelBinary.java:149)
at com.orientechnologies.orient.server.OServerShutdownMain.connect(OServerShutdownMain.java:132)
at com.orientechnologies.orient.server.OServerShutdownMain.main(OServerShutdownMain.java:148)
Error: null

@tglman
Copy link
Member

tglman commented Nov 16, 2015

Fixed the network problem, but the shutdown isn't working due to the fact that read the password from the configuration file(config/orientdb-server-config.xml), and for security reasons in recent versions the password is encrypted.

@tglman
Copy link
Member

tglman commented Feb 25, 2016

this was fixed by @robfrank, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants