当我尝试在Ubuntu 14.04上启动我的Neo4j数据库时,我看到一条消息:警告:不更改用户.这是什么意思,重要的是如何克服警告?
警告不会阻止服务器启动.
全输出:
adam@ubuntu:~$sudo service neo4j-service start 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 -XX:-OmitStackTraceInFastThrow Starting Neo4j Server...WARNING: not changing user process [3699]... waiting for server to be ready..... OK. http://localhost:7474/ is ready.