Quando provo ad avviare il mio database Neo4j su Ubuntu 14.04, vedo un messaggio: WARNING: not changing user
. Che cosa significa questo, è importante e come posso superare l'avvertimento?Cosa significa "ATTENZIONE: non cambiare utente" in Neo4j?
L'avviso non impedisce l'avvio del server.
uscita completa:
[email protected]buntu:~$ 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.
grazie per le informazioni. Sembra un po 'strano quando lo eseguo con 'sudo'? – Adam
C'è anche l'utente "neo4j" che è possibile selezionare per creare su 'install' e che dovrebbe essere usato in produzione per eseguire neo4j. –