Questions and General feedback

Cannot start local DBMS in Neo4j desktop 1.5.9.91 on Windows 10, logs attached
Hi I am working at a bank and have my IT department installed Neo4j Desktop for me. However after creating a local DBMS and trying to start it, the following issue shows up: And the corresponding logs in .Neo4jDesktop/logs are: [2024-04-17 17:37:22.631] [info] Retrieving status for DBMS[database-ed7c6fa0-84da-4d84-836d-6f85bda63ead] [2024-04-17 17:37:22.642] [info] Retrieved status for DBMS[database-ed7c6fa0-84da-4d84-836d-6f85bda63ead]: false [2024-04-17 17:37:22.657] [info] Checking ports [2024-04-17 17:37:22.702] [info] Starting Neo4j [2024-04-17 17:37:22.703] [info] Starting DBMS [database-ed7c6fa0-84da-4d84-836d-6f85bda63ead] 'v5.12.0' [2024-04-17 17:37:22.737] [info] Retrieved status for DBMS[database-ed7c6fa0-84da-4d84-836d-6f85bda63ead]: true [2024-04-17 17:37:22.739] [info] Check if neo4j is available on { host: '127.0.0.1', path: '/', port: 7687 } [2024-04-17 17:37:22.741] [info] Check if neo4j is available on { host: '127.0.0.1', path: '/', port: 7474 } [2024-04-17 17:37:22.742] [info] Neo4j @ 7687 is down. connect ECONNREFUSED 127.0.0.1:7687 [2024-04-17 17:37:22.744] [info] Neo4j @ 7474 is down. connect ECONNREFUSED 127.0.0.1:7474 [2024-04-17 17:37:23.762] [info] Retrieved status for DBMS[database-ed7c6fa0-84da-4d84-836d-6f85bda63ead]: true [2024-04-17 17:37:23.764] [info] Check if neo4j is available on { host: '127.0.0.1', path: '/', port: 7687 } [2024-04-17 17:37:23.765] [info] Check if neo4j is available on { host: '127.0.0.1', path: '/', port: 7474 } [2024-04-17 17:37:23.766] [info] Neo4j @ 7687 is down. connect ECONNREFUSED 127.0.0.1:7687 [2024-04-17 17:37:23.767] [info] Neo4j @ 7474 is down. connect ECONNREFUSED 127.0.0.1:7474 [2024-04-17 17:37:24.795] [info] Retrieved status for DBMS[database-ed7c6fa0-84da-4d84-836d-6f85bda63ead]: true [2024-04-17 17:37:24.799] [info] Check if neo4j is available on { host: '127.0.0.1', path: '/', port: 7687 } [2024-04-17 17:37:24.799] [info] Check if neo4j is available on { host: '127.0.0.1', path: '/', port: 7474 } [2024-04-17 17:37:24.801] [info] Neo4j @ 7687 is down. connect ECONNREFUSED 127.0.0.1:7687 [2024-04-17 17:37:24.801] [info] Neo4j @ 7474 is down. connect ECONNREFUSED 127.0.0.1:7474 [2024-04-17 17:37:25.812] [info] Retrieved status for DBMS[database-ed7c6fa0-84da-4d84-836d-6f85bda63ead]: true [2024-04-17 17:37:25.817] [info] Check if neo4j is available on { host: '127.0.0.1', path: '/', port: 7687 } [2024-04-17 17:37:25.817] [info] Check if neo4j is available on { host: '127.0.0.1', path: '/', port: 7474 } [2024-04-17 17:37:25.819] [info] Neo4j @ 7687 is down. connect ECONNREFUSED 127.0.0.1:7687 [2024-04-17 17:37:25.820] [info] Neo4j @ 7474 is down. connect ECONNREFUSED 127.0.0.1:7474 [2024-04-17 17:37:26.832] [info] Retrieved status for DBMS[database-ed7c6fa0-84da-4d84-836d-6f85bda63ead]: false [2024-04-17 17:37:26.833] [info] Buffering metrics until application is online [2024-04-17 17:37:26.833] [info] Buffering metrics until application is online [2024-04-17 17:37:26.835] [info] Buffering metrics until application is online [2024-04-17 17:37:26.836] [info] Buffering metrics until application is online [2024-04-17 17:37:26.869] [info] Buffering metrics until application is online [2024-04-17 17:37:26.869] [info] Buffering metrics until application is online And there is a warning message in neo4j-relate.txt WARNING: Unable to determine Java Version Can someone help with this issue?
0
Importing graph.dump of 3.x into Neo4j of 5.x failed.
root@6eb24e7bf97d:/var/lib/neo4j/bin# neo4j-admin database load --from-path=/var/lib/neo4j/ ckg1 --overwrite-destination=true --verbose Executing command line: /opt/java/openjdk/bin/java -cp /var/lib/neo4j/plugins/ :/var/lib/neo4j/conf/ :/var/lib/neo4j/lib/* -XX:+UseParallelGC -XX:-OmitStackTraceInFastThrow -XX:+UnlockExperimentalVMOptions -XX:+TrustFinalNonStaticFields -XX:+DisableExplicitGC -Djdk.nio.maxCachedBufferSize=1024 -Dio.netty.tryReflectionSetAccessible=true -XX:+ExitOnOutOfMemoryError -Djdk.tls.ephemeralDHKeySize=2048 -XX:FlightRecorderOptions=stackdepth=256 -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/ java.io =ALL-UNNAMED --add-opens=java.base/ sun.nio.ch =ALL-UNNAMED -Dlog4j2.disable.jmx=true -Dfile.encoding=UTF-8 org.neo4j.cli.AdminTool database load --from-path=/var/lib/neo4j/ ckg1 --overwrite-destination=true --verbose neo4j 5.15.0 VM Name: OpenJDK 64-Bit Server VM VM Vendor: Eclipse Adoptium VM Version: 17.0.9+9 JIT compiler: HotSpot 64-Bit Tiered Compilers VM Arguments: [-XX:+UseParallelGC, -XX:-OmitStackTraceInFastThrow, -XX:+UnlockExperimentalVMOptions, -XX:+TrustFinalNonStaticFields, -XX:+DisableExplicitGC, -Djdk.nio.maxCachedBufferSize=1024, -Dio.netty.tryReflectionSetAccessible=true, -XX:+ExitOnOutOfMemoryError, -Djdk.tls.ephemeralDHKeySize=2048, -XX:FlightRecorderOptions=stackdepth=256, -XX:+UnlockDiagnosticVMOptions, -XX:+DebugNonSafepoints, --add-opens=java.base/java.nio=ALL-UNNAMED, --add-opens=java.base/ java.io =ALL-UNNAMED, --add-opens=java.base/ sun.nio.ch =ALL-UNNAMED, -Dlog4j2.disable.jmx=true, -Dfile.encoding=UTF-8] Configuration files used (ordered by priority): /var/lib/neo4j/conf/neo4j-admin.conf /var/lib/neo4j/conf/neo4j.conf -------------------- Done: 190 files, 26.39GiB processed. Failed to load database 'ckg1': Can not read store version of database ckg1Load failed for databases: 'ckg1' org.neo4j.cli.CommandFailedException: Load failed for databases: 'ckg1' at org.neo4j.commandline.dbms.LoadCommand.checkFailure( LoadCommand.java:224 ) at org.neo4j.commandline.dbms.LoadCommand.loadDump( LoadCommand.java:212 ) at org.neo4j.commandline.dbms.LoadCommand.execute( LoadCommand.java:150 ) at org.neo4j.cli.AbstractCommand.call ( AbstractCommand.java:92 ) at org.neo4j.cli.AbstractCommand.call ( AbstractCommand.java:37 ) at picocli.CommandLine.executeUserObject( CommandLine.java:2041 ) at picocli.CommandLine.access$1500( CommandLine.java:148 ) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent( CommandLine.java:2461 ) at picocli.CommandLine$RunLast.handle( CommandLine.java:2453 ) at picocli.CommandLine$RunLast.handle( CommandLine.java:2415 ) at picocli.CommandLine$AbstractParseResultHandler.execute( CommandLine.java:2273 ) at picocli.CommandLine$RunLast.execute( CommandLine.java:2417 ) at picocli.CommandLine.execute( CommandLine.java:2170 ) at org.neo4j.cli.AdminTool.execute( AdminTool.java:94 ) at org.neo4j.cli.AdminTool.main( AdminTool.java:82 ) Caused by: java.lang.IllegalStateException: Can not read store version of database ckg1 at org.neo4j.commandline.dbms.StoreVersionLoader.loadStoreVersionAndCheckDowngrade( StoreVersionLoader.java:95 ) at org.neo4j.dbms.archive.Loader.getStoreVersion( Loader.java:132 ) at org.neo4j.commandline.dbms.LoadDumpExecutor.execute( LoadDumpExecutor.java:82 ) at org.neo4j.commandline.dbms.LoadCommand.loadDump( LoadCommand.java:202 ) ... 13 more Caused by: java.lang.IllegalArgumentException: Unable to read store with version 'v0.A.9'. Please make sure that database is migrated properly to be supported by current version of neo4j. at org.neo4j.kernel.impl.store .LegacyMetadataHandler.storeIdFromLegacyMetadata( LegacyMetadataHandler.java:146 ) at org.neo4j.kernel.impl.store .LegacyMetadataHandler.readMetadata44FromStore( LegacyMetadataHandler.java:98 ) at org.neo4j.kernel.impl.storemigration.RecordStoreVersionCheck.readVersion( RecordStoreVersionCheck.java:74 ) at org.neo4j.kernel.impl.storemigration.RecordStoreVersionCheck.getAndCheckUpgradeTargetVersion( RecordStoreVersionCheck.java:143 ) at org.neo4j.commandline.dbms.StoreVersionLoader.loadStoreVersionAndCheckDowngrade( StoreVersionLoader.java:92 ) ... 16 more
1
Load More