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.

Running new Neo4J on Centos 7 with Java 11

Greetings Community,
I am brand new to neo4j so please if this is obvious let me know.
I hava a brand new install of Neo4j. Runs fine in console mode but won't start with systemctl.
I am seeing 2 errors.
ERROR Multiple users matching initial user password from auth.ini file: neo4j
ERROR Failed to start Neo4j on dbms.connector.http.listen_address, a socket address. If missing port or hostna

Here is my config
Java is
[bduser@tdap-db-01 ~]$ java --version
openjdk 11.0.12 2021-07-20 LTS
OpenJDK Runtime Environment 18.9 (build 11.0.12+7-LTS)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.12+7-LTS, mixed mode, sharing)

[bduser@tdap-db-01 ~]$ neo4j --version
neo4j 4.3.6
[bduser@tdap-db-01 ~]$ cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

am I missing something obvious? Please advise.

2 REPLIES 2

Hello
Please check neo4j.conf for configuration parameter shown above
Thanking you
G Sameer

can you share the neo4j.conf file? did you install through tar file or rpm ?