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,
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