Difference between revisions of "Neo4j status"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
[[neo4j]] status
 +
Neo4j is running at pid 52413
 +
 
  [[neo4j]] status
 
  [[neo4j]] status
 
  Neo4j is not running.
 
  Neo4j is not running.
Line 5: Line 9:
  
  
 +
[[brew services restart neo4j]] && [[brew services info neo4j]]
 +
 +
 +
neo4j status --verbose
 +
neo4j 5.18.0
 +
VM Name: OpenJDK 64-Bit Server VM
 +
VM Vendor: Homebrew
 +
VM Version: 21.0.2
 +
JIT compiler: HotSpot 64-Bit Tiered Compilers
 +
VM Arguments: [-Xmx128m, -Dapp.name=neo4j, -Dapp.pid=51647, -Dapp.repo=/Users/user/brew/Cellar/neo4j/5.18.0/libexec/repo, - Dapp.home=/Users/user/brew/Cellar/neo4j/5.18.0/libexec, -Dbasedir=/Users/user/brew/Cellar/neo4j/5.18.0/libexec]
 +
Configuration files used (ordered by priority):
 +
/Users/user/brew/Cellar/neo4j/5.18.0/libexec/conf/[[neo4j.conf]]
 +
--------------------
 
<pre>
 
<pre>
neo4j status --verbose
 
neo4j 5.18.0
 
VM Name: OpenJDK 64-Bit Server VM
 
VM Vendor: Homebrew
 
VM Version: 21.0.2
 
JIT compiler: HotSpot 64-Bit Tiered Compilers
 
VM Arguments: [-Xmx128m, -Dapp.name=neo4j, -Dapp.pid=51647, -Dapp.repo=/Users/user/brew/Cellar/neo4j/5.18.0/libexec/repo, -Dapp.home=/Users/user/brew/Cellar/neo4j/5.18.0/libexec, -Dbasedir=/Users/user/brew/Cellar/neo4j/5.18.0/libexec]
 
Configuration files used (ordered by priority):
 
/Users/user/brew/Cellar/neo4j/5.18.0/libexec/conf/[[neo4j.conf]]
 
--------------------
 
 
org.neo4j.cli.CommandFailedException: Neo4j is not running.
 
org.neo4j.cli.CommandFailedException: Neo4j is not running.
 
at org.neo4j.server.startup.Bootloader$Dbms.status(Bootloader.java:529)
 
at org.neo4j.server.startup.Bootloader$Dbms.status(Bootloader.java:529)

Latest revision as of 13:21, 18 March 2024

neo4j status
Neo4j is running at pid 52413
neo4j status
Neo4j is not running.
Run with '--verbose' for a more detailed error message.


brew services restart neo4j && brew services info neo4j


neo4j status --verbose
neo4j 5.18.0
VM Name: OpenJDK 64-Bit Server VM
VM Vendor: Homebrew
VM Version: 21.0.2
JIT compiler: HotSpot 64-Bit Tiered Compilers
VM Arguments: [-Xmx128m, -Dapp.name=neo4j, -Dapp.pid=51647, -Dapp.repo=/Users/user/brew/Cellar/neo4j/5.18.0/libexec/repo, - Dapp.home=/Users/user/brew/Cellar/neo4j/5.18.0/libexec, -Dbasedir=/Users/user/brew/Cellar/neo4j/5.18.0/libexec] 
Configuration files used (ordered by priority):
/Users/user/brew/Cellar/neo4j/5.18.0/libexec/conf/neo4j.conf

org.neo4j.cli.CommandFailedException: Neo4j is not running.
	at org.neo4j.server.startup.Bootloader$Dbms.status(Bootloader.java:529)
	at org.neo4j.server.startup.StatusCommand.execute(StatusCommand.java:37)
	at org.neo4j.cli.AbstractCommand.call(AbstractCommand.java:92)
	at org.neo4j.cli.AbstractCommand.call(AbstractCommand.java:37)
	at picocli.CommandLine.executeUserObject(CommandLine.java:2041)
	at picocli.CommandLine.access$1500(CommandLine.java:148)
	at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
	at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
	at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
	at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
	at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
	at picocli.CommandLine.execute(CommandLine.java:2170)
	at org.neo4j.server.startup.Neo4jAdminCommand.call(Neo4jAdminCommand.java:123)
	at org.neo4j.server.startup.Neo4jAdminCommand.call(Neo4jAdminCommand.java:42)
	at picocli.CommandLine.executeUserObject(CommandLine.java:2041)
	at picocli.CommandLine.access$1500(CommandLine.java:148)
	at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
	at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
	at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
	at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
	at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
	at picocli.CommandLine.execute(CommandLine.java:2170)
	at org.neo4j.server.startup.Neo4jCommand.main(Neo4jCommand.java:41)
	at org.neo4j.server.startup.Neo4jBoot.main(Neo4jBoot.java:30)


See also[edit]

Advertising: