How to install Neo4j on Ubuntu 16.04?

I cannot start the Neo4j service on Ubuntu 16.04. Some time ago I was running Ubuntu 14, and I was able to install Neo4j just fine. But then I deleted it, and the time passed, and I upgraded to Ubuntu 16, and now I want to check Neo4j again and not install. I have java and all that he asks. I know little that Ubuntu has changed the service launcher, and I think it could be so, but I don't know enough in either Ubuntu or Neo4j to find out where to start debugging, to figure out how to do it.

Can someone point me to the magazines to watch or can they fill all my knowledge to help me?

UPDATE

michael@Acer:~$ systemctl status neo4j
● neo4j.service - LSB: Neo4j Graph Database server
   Loaded: loaded (/etc/init.d/neo4j; bad; vendor preset: enabled)
   Active: active (running) since Tue 2016-09-27 13:56:05 MDT; 3 days ago
     Docs: man:systemd-sysv-generator(8)
    Tasks: 37
   Memory: 120.3M
      CPU: 46min 31.410s
   CGroup: /system.slice/neo4j.service
           └─17663 /usr/bin/java -cp             /var/lib/neo4j/plugins:/etc/neo4j:/usr/share/neo4j/lib/*:/var/lib/neo4j/plugins/    * -server -XX:+UseG1GC -XX:-OmitStackTraceInFastThr

Oct 01 11:44:53 Acer systemd[1]: Started LSB: Neo4j Graph Database server.
Oct 01 11:45:00 Acer systemd[1]: Started LSB: Neo4j Graph Database server.
Warning: Journal has been rotated since unit was started. Log output is     incomplete or unavailable.
lines 1-13/13 (END)

Here is the information from the firewall:

 netstat -ntlp | grep 17663
tcp6       0      0 127.0.0.1:7473          :::*                    LISTEN      17663/java
tcp6       0      0 127.0.0.1:7474          :::*                    LISTEN      17663/java
tcp6       0      0 127.0.0.1:1337          :::*                    LISTEN      17663/java
tcp6       0      0 :::42787                :::*                    LISTEN      17663/java
tcp6       0      0 127.0.0.1:7687          :::*                    LISTEN      17663/java
+4
1

! Neo4j.

Neo4j . , , . Neo4j 3.0 , neo4j.config , . , .

+2

Source: https://habr.com/ru/post/1656463/


All Articles