[Neo4j] Stop and Start neo4j from remote machine

2016-09-22 Thread Pradeep Panzade
How to start and stop neo4j from remote machine. I have configured org.neo4j.server.webserver.address to my domain and 7474 port. I am able to connect to neo4j on server using specific username and password. But I am unable to start and stop neo4j from remote machine. Please help. --

Neo4j fails to start with certain kinds of corruption?? WAS: Re: [Neo4j] Neo4j failed to start under Docker: "Already closed exception"

2016-09-22 Thread Alan Robertson
But I know how to work around it for my particular case... Remove all the files under /var/lib/neo4j/data/databases/graph.db (!) That seems a little extreme... But I didn't need that data for my particular circumstance - so it works for me. Presumably someone else will run into

Re: [Neo4j] Neo4j failed to start under Docker: "Already closed exception"

2016-09-22 Thread Alan Robertson
Wrong. I didn't test what I thought I did - it's still broken - Sigh... For some reason I didn't have the initial failure messages in the logs below - but here are some additional messages. [o.n.k.i.s.f.RecordFormatSelector] Selected RecordFormat:StandardV3_0[v0.A.7] record format from store

Re: [Neo4j] Neo4j failed to start under Docker: "Already closed exception"

2016-09-22 Thread Alan Robertson
It looks like this is some kind of bug related to Docker and apparmor. Disabling apparmor makes it go away... On 09/01/2016 11:11 AM, Alan Robertson wrote: > Hi, > > I've been having trouble with getting Neo4j to start in a docker > image. This image was produced by a Dockerfile which built my

[Neo4j] [Neo4j 3.0.6] Impossible to connect to remote shell

2016-09-22 Thread Pierre-Alexandre Voye
Information I can give afk : Linux Debian 8 Java 8 -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+unsubscr...@googlegroups.com. For more options, visit

[Neo4j] [Neo4j 3.0.6] Impossible to connect to remote shell

2016-09-22 Thread Pierre-Alexandre Voye
Hi, I have a strange bug as I'm unable to connect to remote shell with neo4j 3.0.6 from a machine A to B. The server B (ip address192.168.10.204) hosts Neo4j. First, dbms.shell.enabled=true and dbms.shell.host=0.0.0.0 (and port) are of course set in neo4j.conf I dig into this bug and got