I recently installed ubuntu 14.04 and neo4j 3.4.9.
when I run
sudo neo4j start
Active database: graph.db
Directories in use:
home: /var/lib/neo4j
config: /etc/neo4j
logs: /var/log/neo4j
plugins: /var/lib/neo4j/plugins
import: /var/lib/neo4j/import
data: /var/lib/neo4j/data
certificates: /var/lib/neo4j/certificates
run: /var/run/neo4j
Neo4j is already running (pid 3760).
now when i open neo4j browser and try :sysinfo it returns empty and if I execute any query it gets stuck on loading browser result
Thank you