I have build an ubuntu server and the URL https://neo4j_ip:7473 was working fine. We did couple of reboots of this server and stop/start the neo4j service to test the backups but the url is not working now.
I have run the command: sudo netstat -ltnp
here are the results:
ctive Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 745/systemd-resolve
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 917/sshd
tcp6 0 0 :::22 :::* LISTEN 917/sshd
Another command i ran: url localhost:7473
results:
curl: (7) Failed to connect to localhost port 7473: Connection refused
I am running ubuntu server 18.04.
I think the ubuntu server have stopped listening on the neo4j ports. Can someone please let me know what should i do to fix it.