无法启动neo4j控制台 [英] Can't start neo4j console

查看:1024
本文介绍了无法启动neo4j控制台的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我以前将neo4j安装在计算机上的小型硬盘上,并在较大的硬盘上创建了新安装,但现在无法启动neo4j控制台.我可以启动neo4j shell,但是控制台在此之后挂断:

I used to have neo4j on a small hard drive on my machine and I created a new installation on a larger hard drive and now I can't start neo4j console. I can start neo4j shell, but console hangs up after this:

WARNING: Max 16384 open files allowed, minimum of 40 000 recommended. See the Neo4j manual.
Starting Neo4j Server console-mode...
Using additional JVM arguments:  -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties -Dlog4j.configuration=file:conf/log4j.properties -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -Xms512m -Xmx30000m
2015-01-09 19:24:14.268+0000 INFO  [API] Setting startup timeout to: 120000ms based on -1

关于为什么会发生这种情况的任何建议?我曾经得到过类似的Max x open文件允许警告,并且一切正常.关于在哪里寻找错误源的任何建议都是很好的.谢谢!

Any suggestions on why this may be happening? I used to get the similar Max x open files allowed warning and everythign worked fine. Any suggestions on where to look for the source of error would be great. Thanks!

推荐答案

不是因为有关打开文件的警告.

It is not because of the warning about open files.

但是,您肯定会在文件graph.db/messages.log中的日志中找到错误.

But, you will definitely find the error in the log that is located in the file graph.db/messages.log.

通常,这些类型的错误是由于以下任一原因造成的:

Typically these types of errors is because of either:

  • 配置错误,例如路径,大小或类似内容
  • 需要商店升级,因此您需要设置allow_store_upgrade=true

这篇关于无法启动neo4j控制台的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆