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.

Neo4j browser Issue

myrights99
Graph Buddy

Hello:

I upgrade Neo4j community edition from 3.5 to 4.2. After upgrade I see the service is running but i am not able to access "http://localhost:7474/browser/". I am seeing message "Firefox can’t establish a connection to the server at localhost:7474.".

Before upgrade it was working fine. I followed the upgrade instructions and still not able to understand where the issue might be?

I took the backup of 3.5 config file and replicate to new config file of 4.2.

Also if I get step by step uninstalling Neo4j instruction, I would like to try that?

Any help is greatly appreciated.

1 ACCEPTED SOLUTION

myrights99
Graph Buddy

Thanks for your reply. I end-up uninstalling and then reinstall. it worked fine after that.

View solution in original post

4 REPLIES 4

Hi @myrights99 ,

Check these settings in particular:

For 4.2.3, the default out-of-the-box looks like this...

# Bolt connector
dbms.connector.bolt.enabled=true
#dbms.connector.bolt.tls_level=DISABLED
#dbms.connector.bolt.listen_address=:7687
#dbms.connector.bolt.advertised_address=:7687

# HTTP Connector. There can be zero or one HTTP connectors.
dbms.connector.http.enabled=true
#dbms.connector.http.listen_address=:7474
#dbms.connector.http.advertised_address=:7474

# HTTPS Connector. There can be zero or one HTTPS connectors.
dbms.connector.https.enabled=false
#dbms.connector.https.listen_address=:7473
#dbms.connector.https.advertised_address=:7473

-ABK

myrights99
Graph Buddy

Thank you Andreas for your reply. I checked that & they are correct. settings are same as on 3.5 before upgrade.

Ah, ok. Is there anything troubling in the logs? Take a look through logs/neo4j.log to see if anything look wrong.

  • ABK

myrights99
Graph Buddy

Thanks for your reply. I end-up uninstalling and then reinstall. it worked fine after that.