Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-18-2020 10:25 PM
All I did was add the following line to the neo4j.template:
dbms.connector.https.listen_address=0.0.0.0:443
And I keep getting the following error in the logs:
pre-neo4j.sh[14410]: Failed to start Neo4j on 0.0.0.0:7474: At least one of the addresses 0.0.0.0:7474:7474 or 0.0.0.0:443 is already in use, cannot bind to it.
pre-neo4j.sh[14410]: 2020-11-19 06:04:35.751+0000 ERROR Failed to start Neo4j on dbms.connector.http.listen_address, a socket address. If f missing port or hostname it is acquired from dbms.default_listen_address. Error starting Neo4j database server at /var/lib/neo4j/data/databases
pre-neo4j.sh[14410]: java.lang.RuntimeException: Error starting Neo4j database server at /var/lib/neo4j/data/databases
Any tips or info on why this keeps happening? EDIT: I've ensured port 443 is not in use.
Solved! Go to Solution.
11-19-2020 05:04 PM
This is a better setup than what I currently have. Will try this in the future. Thanks!
11-19-2020 03:58 AM
if you change
dbms.connector.https.listen_address=0.0.0.0:443
do a different port number, for example
dbms.connector.https.listen_address=0.0.0.0:7473
which is the default Neo4j https port, do you continue to experience failure?
11-19-2020 04:48 PM
I can't use port 7473 as it is not compatible with Cloudflare's proxy. However, changing from port 443 to any one of the other HTTPS ports supported by Cloudflare solved the problem. Though that doesn't explain why Neo4j wasn't able to start when I set dbms.connector.https.listen_address=0.0.0.0:443
.
11-19-2020 04:11 AM
Steps to start Neo4j in EC2:
11-19-2020 05:04 PM
This is a better setup than what I currently have. Will try this in the future. Thanks!
All the sessions of the conference are now available online