neo4j-devtools / neo4j-desktop

The Neo4j Graph Platform, on your desktop OS.
19 stars 1 forks source link

neo4j-desktop segmentation fault when trying to start on Ubuntu 18.10 #37

Closed kaerumy closed 5 years ago

kaerumy commented 5 years ago

Segmentation fault when trying to start

Steps to reproduce

  1. Start existing or newly downloaded App Image

~/dev$ ./neo4j-desktop-1.1.10-x86_64.AppImage

Expected behavior

neo4j Desktop starts and opens

Actual behavior

Segmentation fault (core dumped)

P1zz4br0etch3n commented 5 years ago

I also face this issue after upgrading Fedora 28 to 29. Before that it worked fine. I tried with neo4j-desktop-1.1.12-x86_64.AppImage

P1zz4br0etch3n commented 5 years ago

It might be something websocket related, because I also face problems in browsing our Neo4j VMs via HTTP from my machine. I can open the Neo4j Browser via <hostname>:7474/browser but I can't connect to the database. When i try to connect with username and password (which are correct) I get following error: ServiceUnavailable: WebSocket connection failure.

The development console says something like: Can't connect to server ws://<hostname>:7687

Same in Chrome and Firefox. On a Fedora 28 machine everything works fine.

Update: Bolt connect from python driver works on F29

P1zz4br0etch3n commented 5 years ago

Error is gone for me with neo4j-desktop-offline-1.1.13-x86_64.AppImage

mattcasters commented 5 years ago

Same for me, error is gone.

Metaur commented 5 years ago

@P1zz4br0etch3n @mattcasters Thanks for the feedback, guys! It seems that the fresh electron version did resolve your issue, so I'll close this one.