Skip to content

Instantly share code, notes, and snippets.

Cypher In:
{
"statements": [
{
"statement": "MATCH node WHERE id(node)={nodeId} SET node.__lock=true RETURN node.__lock",
"parameters": {
"nodeId": 2
}
},
{
This file has been truncated, but you can view the full file.
Oct 22, 2013 12:34:08 AM org.neo4j.server.logging.Logger log
WARNING: You are using an unsupported Java runtime. Please use Oracle(R) Java(TM) Runtime Environment 7.
Oct 22, 2013 12:34:16 AM org.neo4j.server.logging.Logger log
INFO: Setting startup timeout to: 120000ms based on -1
Oct 22, 2013 12:34:33 AM org.neo4j.server.logging.Logger log
INFO: Successfully started database
Oct 22, 2013 12:34:44 AM org.neo4j.server.logging.Logger log
INFO: Starting HTTP on port :7474 with 10 threads available
Oct 22, 2013 12:34:47 AM org.neo4j.server.logging.Logger log
INFO: Enabling HTTPS on port :7473