Questions tagged [neo4j]

8 questions
17
votes
1 answer

Why is there an inconsistency in base64 output?

I am using the java based neo4j graph database on lubuntu 15.04. The neo4j HTTP authentication header uses base64 encoding of 'username:password' (not including quotes). Using wireshark I can see the base64 code generated by neo4j. However if I…
Lozdown
  • 173
  • 1
  • 6
3
votes
0 answers

neo4j start causes ERROR: JAVA_HOME is incorrectly defined as

I'm trying to run the neo4j server on an Ubuntu machine using this command: sudo neo4j start But it gives me this error: ERROR: JAVA_HOME is incorrectly defined as /usr/lib/jvm/java-1.7.0-openjdk-amd64/bin/ (the executable…
3
votes
1 answer

Install Neo4j Ubuntu 18.04

I am following this blog to install latest Neo4j in Ubuntu 18.04. I already update ubuntu with following commands. $ sudo apt-get update $ sudo apt-get dist-upgrade When I followed Neo4j installation step at the end every time getting the…
Gaurav Sharma
  • 1,281
  • 2
  • 13
  • 26
2
votes
1 answer

How can I check which JRE version I have?

I tried java -version, but it returned something like: java version "1.7.0_95" OpenJDK Runtime Environment (IcedTea 2.6.4) (7u95-2.6.4-0ubuntu0.14.04.1) OpenJDK Zero VM (build 24.95-b01, mixed mode) According to the program I am trying to start, it…
inf3rno
  • 242
  • 1
  • 3
  • 14
1
vote
1 answer

How to bind neo4j to IP address not with localhost

I have installed neo4j community edition 3.0.1. It is bound to localhost. I want to bind it to IP address. Please help.
user60679
  • 111
  • 3
0
votes
1 answer

how to restart a service on reboot after server service is running?

I am following this guide and this…
user305883
  • 151
  • 1
  • 2
  • 7
0
votes
1 answer

how to install Neo 4j in ubuntu

How to install neo4j in Ubuntu server by command line. I really didn't found any good documentation. Thanks.
Thirumal
  • 959
  • 5
  • 13
  • 25
0
votes
1 answer

Unable to resolve host address while installing neo4j database on ubuntu 16.04. How to solve this?

How to solve this? sudo wget -O - https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-key add - --2018-07-07 17:23:46-- https://debian.neo4j.org/neotechnology.gpg.key Resolving debian.neo4j.org (debian.neo4j.org)... failed: Name or service…