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.

ERR_CONNECTION_REFUSED after restarting a neo4j community created in Azure VM

LJRB
Graph Buddy

I have installed Neo4j community edition on a VM in Azure.

After having done all the setup required I went to google chrome and I enter:

http://{ip_of_the_VM}:7474/browser

Everything was working well.

I restarted the VM and with the same adress above I have: ERR_CONNECTION_REFUSED

What do I have to do ?

2 REPLIES 2

In Azure, you usually get dynamic IP addresses, and so when you stop and restart the VM you might have gotten a different IP address. It makes sense that the old one would be a refused connection, if the IP address of your instance moved.

Hello, I kept the same IP address. Now it is working but the page with url

http://{ip_of_the_VM}:7474/browser

is very slow to open.