neo4j-devtools / neo4j-desktop

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

App initialization error: Error: Unknown or unsupported transport “disabled” for address “disabled:” #48

Closed abhishekunotech closed 5 years ago

abhishekunotech commented 5 years ago

I am getting an error while running the desktop application

[12:06:34.775] [info] App starting [12:06:35.089] [info] GraphQL server is running @ localhost:4000 [12:06:35.095] [info] Create PouchDB database if not exists - projects [12:06:35.096] [info] Create PouchDB database if not exists - databases [12:06:35.097] [info] Create PouchDB database if not exists - userData [12:06:35.097] [info] Create PouchDB database if not exists - graphApps [12:06:35.098] [info] Create PouchDB database if not exists - plugins [12:06:35.098] [info] Create PouchDB database if not exists - distributions [12:06:35.099] [info] Create PouchDB database if not exists - licenses [12:06:35.297] [info] Create persistent store if not exists - projects [12:06:35.305] [info] Create persistent store if not exists - databases [12:06:35.321] [info] Create persistent store if not exists - userData [12:06:35.329] [info] Create persistent store if not exists - graphApps [12:06:35.339] [info] Create persistent store if not exists - plugins [12:06:35.346] [info] Create persistent store if not exists - distributions [12:06:35.352] [info] Create persistent store if not exists - licenses [12:06:35.359] [info] Create persistent store if not exists - karhu [12:06:35.375] [info] Create persistent store if not exists - permissions [12:06:35.381] [info] Reading bundled resources /tmp/.mount_neo4j-iu1qdH/resources [12:06:35.386] [info] Distribution folder for java should exist [12:06:36.553] [info] Will copy [] [12:06:36.568] [info] Distribution folder for neo4j should exist [12:06:38.415] [info] Will copy [] [12:06:38.440] [info] Distribution folder for graphApps should exist [12:06:38.614] [info] Will copy [] [12:06:38.637] [error] App initialization error: Error: Unknown or unsupported transport “disabled” for address “disabled:” Error: Unknown or unsupported transport “disabled” for address “disabled:”

I am trying to run the neo4j desktop application, which I downloaded from the following link -

https://neo4j.com/download-thanks-desktop/?edition=desktop&flavour=unix&release=1.1.15&offline=true

My system version -

root@hostname:/home/user/Downloads# cat /etc/os-release NAME="Ubuntu" VERSION="18.10 (Cosmic Cuttlefish)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.10" VERSION_ID="18.10" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=cosmic UBUNTU_CODENAME=cosmic

I already have neo4j server installed and running -

root@hostname:/home/user/Downloads# neo4j version neo4j 3.5.3 root@hostname:/home/user/Downloads# neo4j status Neo4j is running at pid 15916

abhishekunotech commented 5 years ago

Additional Java Information:

root@hostname:/home/user/Downloads# java -version openjdk version "1.8.0_191" OpenJDK Runtime Environment (build 1.8.0_191-8u191-b12-2ubuntu0.18.10.1-b12) OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode)

Metaur commented 5 years ago

@abhishekunotech Do you have a gnome-keyring installed? If not - please run sudo apt install gnome-keyring

abhishekunotech commented 5 years ago

@metaur .. will be checking it in the next 30 minutes and revert back on this post. Thanks for the suggestion.

abhishekunotech commented 5 years ago

Moved to Ubuntu 18.04 and could not reproduce the issue