neo4j-devtools / neo4j-desktop

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

Can't install neo4j desktop v1.4.15 in ubuntu 20.04 #119

Open urvisism opened 2 years ago

urvisism commented 2 years ago

I had neo4j desktop in my laptop and it was working fine. After that I start to use neo4j fabric server in docker. Today I tried to run .AppImage file of neo4j desktop and It did't work. I also tried using terminal like this...

$ ./neo4j-desktop-1.4.15-x86_64.AppImage

It also didn't work & throws an error. So, I uninstalled it and tried multiple time to reinstall the latest vesrion (v1.4.15) of neo4j desktop and every time it throws an errors as given below. Please help.

[17:10:55.819] [info]  Starting Neo4j Desktop 1.4.15 @ Linux 5.13.0-39-generic
[17:10:57.082] [info]  Initializing persistence
[17:10:57.083] [info]  GraphQL server is running @ http://127.0.0.1:11001
[17:10:57.622] [info]  Configuring crash reporting
[17:10:57.624] [info]  Reading settings
[17:10:57.713] [info]  Reading bundled resources /tmp/.mount_neo4j-UVWDfE/resources
[17:10:57.714] [info]  Distribution folder for java should exist
[17:11:27.595] [info]  Will copy []
[17:11:27.629] [info]  Distribution folder for neo4j should exist
[17:11:34.289] [info]  Will copy []
[17:11:34.290] [info]  Reading bundled resources /tmp/.mount_neo4j-UVWDfE/resources
[17:11:34.297] [info]  Distribution folder for graphApps should exist
[17:11:34.341] [warn]  Failed to read installed 'neo4j-browser', will replace with bundled distribution Error: Graph-App[neo4j-browser] does not contain package.json
    at c (/tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:55736)
    at async d (/tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:42923)
    at async /tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:81886
    at async Promise.all (index 1)
    at async w (/tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:81755)
    at async /tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:83669
    at async t.default (/tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:83953)
    at async App.<anonymous> (/tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:230777)
[17:11:34.381] [warn]  Failed to read installed 'neo4j-bloom', will replace with bundled distribution Error: Graph-App[neo4j-bloom] does not contain package.json
    at c (/tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:55736)
    at async d (/tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:42923)
    at async /tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:81886
    at async Promise.all (index 0)
    at async w (/tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:81755)
    at async /tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:83669
    at async t.default (/tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:83953)
    at async App.<anonymous> (/tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:230777)
[17:11:34.382] [info]  Will copy [ 'neo4j-bloom-2.1.1.tar.gz', 'neo4j-browser-4.4.3.tar.gz' ]
[17:11:37.204] [error] App initialization error Error: EISDIR: illegal operation on a directory, read
    at Object.readSync (fs.js:592:3)
    at tryReadSync (fs.js:366:20)
    at Object.readFileSync (fs.js:403:19)
    at Object.e.readFileSync (electron/js2c/asar_bundle.js:5:8872)
    at Function.loadEnvFile (/tmp/.mount_neo4j-UVWDfE/resources/app.asar/node_modules/@nestjs/config/dist/config.module.js:152:56)
    at Function.forRoot (/tmp/.mount_neo4j-UVWDfE/resources/app.asar/node_modules/@nestjs/config/dist/config.module.js:53:56)
    at Function.register (/tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:252260)
    at t.bootstrapRelateModule (/tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:236374)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at async App.<anonymous> (/tmp/.mount_neo4j-UVWDfE/resources/app.asar/dist/main.prod.js:1:230798)