Closed rvalenciano closed 7 years ago
Thanks for the report @rvalenciano Could you check your web browsers JS Console for any error messages? You open it by pressing Command+Option+I (Mac) or Control+Shift+I (Windows, Linux).
Hi @oskarhane , just this:
neo4j-web.min.js:18 WebSocket is already in CLOSING or CLOSED state.
Not very useful ... guess that's why the message of the neo4j log is like the one that gives the most important clue.
My experience and knowledge with Vagrant is very limited. Does Vagrant support forwarding of the websocket protocol?
I was having the same issue as @rvalenciano above on a server running Oracle Java9, switched to 8 and everything works fine now.
Thanks @andrewdalpino; I've been facing the same problem on a Windows 10 machine and that was the issue.
Closing this because it seems like it's resolved, feel free to open if it still exists.
Please check . I get this error - https://community.neo4j.com/t/error-websocket-is-already-in-closing-or-closed-state/2564
OS - ubuntu : 16
Description
I installed neo4j in a Vagrant machine which I use to develop. The actual installation completes ok, and I managed to connect an express app using passport to the neo4j browser. This means I'm able to sign up users and login with them. However, I want to use neo4j browser and I'm not able to. According to the logs, when I try to stablish a connection with bolt, it fails with
Screenshot from the browser:
Reproduce Steps
Expected Behavior
I should be able to connect to my vagrant neo4j using neo4j browser
Current Behavior
Doesn't connect to neo4j server.
Can you propose a solution?
Not sure about what to do or how to help.
Your Environment
Additional Information
Please note, as I mention before, I'm able to connect my express app with neo4j and register/login users using passport, so the db is working ok.
How I installed neo4j in my ubuntu vagrant machine:
Below you can see my neo4j.sh script.
My vagrantfile
Here you can verify also I have mapped ports:
As you can see, I've applied many suggestions found in other questions like allowing to hear from all sources, I've also turned off IPTABLES and it's the same.