我是 Neo4j 使用的新用户,我的操作系统是 32 位 Ubuntu12.04。您需要通过进入 Neo 的目录从终端启动服务器,然后键入
bin/neo4j start
直到昨天,一切都已设置且正确,现在有一些问题,我明白了
WARNING: Max 1024 open files allowed, minimum of 40 000 recommended.
See the Neo4j manual.WARNING! You are using an unsupported Java runtime.
Please use JDK 6.Neo4j Server already running with pid 3527
我不知道为什么这个错误突然发生。当我
localhost:7474
在浏览器上运行时,它不再识别它。我尝试按照在 Ubuntu 12.04 上安装 JDK6链接更新我的版本,但似乎不起作用。仍然给出相同的错误。
从终端检查版本后
java -version
我收到
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.3) (6b27-1.12.3-0ubuntu1~12.04.1)
OpenJDK Server VM (build 20.0-b12, mixed mode)
如何使 localhost:7474 在我的机器上工作?
谢谢。