在运行bin/neo4j console出现 Starting Neo4j failed: Component’[email protected]’ was successfully initialized, but failed to start:
bin/neo4j console运行错误问题
原因是你的neo4j服务没有关掉,但有可能你运行bin/neo4j stop 会显示neo4j not running,我的原因是因为我在启动neo4j时crtl+z了一下,将前台进程放在了后台(而且是暂停状态),这个时候就得使用jobs命令。
bin/neo4j console运行错误问题
接着(1表示第几个进程)bin/neo4j console运行错误问题
最后crtl+c,结束。
bin/neo4j console运行错误问题

相关文章:

  • 2021-10-04
  • 2021-10-24
  • 2021-12-08
  • 2021-04-22
  • 2021-08-01
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-05
  • 2022-01-13
  • 2023-04-03
  • 2021-05-14
  • 2021-06-12
相关资源
相似解决方案