You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, while running mvn clean install exec:java
it throw exception :
WARN Config file [/home/myname/neo4j-3.0/community/server/neo4j-home/conf/neo4j.conf] does not exist.
Failed to start Neo4j on unknown address An HTTP connector must be configured to run the server
java.lang.IllegalArgumentException: An HTTP connector must be configured to run the server
at org.neo4j.server.AbstractNeoServer.lambda$new$0(AbstractNeoServer.java:153)
seems need some config file ?
what should I do to start the server?
The text was updated successfully, but these errors were encountered:
hi, while running mvn clean install exec:java
it throw exception :
WARN Config file [/home/myname/neo4j-3.0/community/server/neo4j-home/conf/neo4j.conf] does not exist.
Failed to start Neo4j on unknown address An HTTP connector must be configured to run the server
java.lang.IllegalArgumentException: An HTTP connector must be configured to run the server
at org.neo4j.server.AbstractNeoServer.lambda$new$0(AbstractNeoServer.java:153)
seems need some config file ?
what should I do to start the server?
The text was updated successfully, but these errors were encountered: