cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

How to install neo4j community 3.4.9 version using tarball

Hi All,

I am trying to install neo4j community version of 3.4.9 tar file (neo4j-community-3.4.9-unix.tar.gz) and I followed the below link for the installation setup,

https://neo4j.com/docs/operations-manual/current/installation/linux/tarball/#unix-console

when I am trying to extract the file and I am getting the below response,

meenagmr9@localhost:~$ tar -zxf neo4j-community-3.4.9-unix.tar.gz

gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

However when I ran the below command to start the neo4j and I am getting the below output response,

meenagmr9@localh:~/neo4j-community-3.4.9/bin$ ./neo4j console
Active database: graph.db
Directories in use:
  home:         /home/meenagmr9/neo4j-community-3.4.9
  config:       /home/meenagmr9/neo4j-community-3.4.9/conf
  logs:         /home/meenagmr9/neo4j-community-3.4.9/logs
  plugins:      /home/meenagmr9/neo4j-community-3.4.9/plugins
  import:       /home/meenagmr9/neo4j-community-3.4.9/import
  data:         /home/meenagmr9/neo4j-community-3.4.9/data
  certificates: /home/meenagmr9/neo4j-community-3.4.9/certificates
  run:          /home/meenagmr9/neo4j-community-3.4.9/run
Starting Neo4j.
Error: Could not find or load main class org.neo4j.server.CommunityEntryPoint

Please let me know your thoughts to resolve this error.

Thanks,
Ganeshbabu R

3 REPLIES 3

Looks like a broken download. Can you check the file size and SHA/MD5 ?

ls -lh neo4j-community-3.4.9-unix.tar.gz 
-rw-r--r--  1 mh  staff    87M 22 Okt 11:12 neo4j-community-3.4.9-unix.tar.gz

md5 neo4j-community-3.4.9-unix.tar.gz 
MD5 (neo4j-community-3.4.9-unix.tar.gz) = c86bc8a4ea833b195e03dc06dae46dcd

Hi @michael.hunger

Below is the response,

meenagmr9@localhost:~$ ls -lh neo4j-community-3.4.9-unix.tar.gz
-rw-rw-r-- 1 meenagmr9 meenagmr9 4.2M Oct 19 09:45 neo4j-community-3.4.9-unix.tar.gz

Below is the response for the above command,

meenagmr9@localhost:~$ md5sum neo4j-community-3.4.9-unix.tar.gz
d2c2710a32ef0785cd4258b941ee511d  neo4j-community-3.4.9-unix.tar.gz

Regards,
Ganeshbabu R

@michael.hunger

Yes found this correct link to download the tarball

wget http://dist.neo4j.org/neo4j-community-3.4.9-unix.tar.gz

Regards
Ganeshbabu R