Re: [Neo4j] Bugfix: ERROR! Neo4j cannot be started using java version .

2016-01-27 Thread Lasse Westh-Nielsen
Gert, We (as in my colleague Ben) have at long last fixed this issue: https://github.com/neo4j/neo4j/pull/6304 Regards, Lasse On Thu, Oct 30, 2014 at 3:21 PM, Gert Hulselmans wrote: > > Hi Lasse, > > I know that your have functionality in place for managing memory using > Neo4j configs ( I

Re: [Neo4j] Bugfix: ERROR! Neo4j cannot be started using java version .

2014-10-30 Thread Gert Hulselmans
Hi Lasse, I know that your have functionality in place for managing memory using Neo4j configs ( I use it ). The "ERROR! Neo4j cannot be started using java version . " error occurs because of the following command: java -version which does not use the config settings used in the Neo4J conf

Re: [Neo4j] Bugfix: ERROR! Neo4j cannot be started using java version .

2014-10-30 Thread Lasse Westh-Nielsen
Gert, We have functionality in place for you to manage memory using Neo4j configs. Look for neo4j-wrapper.conf in $NEO4J_HOME/conf. The configuration in there is used here: https://github.com/neo4j/neo4j/blob/master/packaging/standalone/src/main/distribution/shell-scripts/bin/neo4j#L73 As for usi

[Neo4j] Bugfix: ERROR! Neo4j cannot be started using java version .

2014-10-29 Thread Gert Hulselmans
Hi, I have problems with starting Neo4J on a server with 256GiB of RAM. $ ./neo4j-community-2.1.5/bin/neo4j start ERROR! Neo4j cannot be started using java version . * Please use Oracle(R) Java(TM) 7 or OpenJDK(TM) to run Neo4j Server. * Please see http://docs.neo4j.org/ for Neo4j Server install