amundsen-io / amundsen

Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data.
https://www.amundsen.io/amundsen/
Apache License 2.0
4.39k stars 955 forks source link

Docker neo4j_amundsen service fails with Unknown store version 'AF4.3.0' #2102

Open isc-rsingh opened 1 year ago

isc-rsingh commented 1 year ago

To run on an M1 Macbook, I change the neo4j image in docker-amundsen.yml to:

image: neo4j/neo4j-arm64-experimental:3.5.35-arm64

and run docker-compose -f docker-amundsen.yml up

Expected Behavior

All services start

Current Behavior

neo4j_amundsen service fails with this output:

neo4j_amundsen    | 2023-02-14 20:49:53.186+0000 ERROR Failed to start Neo4j: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@e98770d' was successfully initialized, but failed to start. Please see the attached cause exception "Unknown store version 'AF4.3.0'". Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@e98770d' was successfully initialized, but failed to start. Please see the attached cause exception "Unknown store version 'AF4.3.0'".
neo4j_amundsen    | org.neo4j.server.ServerStartupException: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@e98770d' was successfully initialized, but failed to start. Please see the attached cause exception "Unknown store version 'AF4.3.0'".
neo4j_amundsen    |     at org.neo4j.server.exception.ServerStartupErrors.translateToServerStartupError(ServerStartupErrors.java:45)
neo4j_amundsen    |     at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:187)
neo4j_amundsen    |     at org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:124)
neo4j_amundsen    |     at org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:91)
neo4j_amundsen    |     at org.neo4j.server.CommunityEntryPoint.main(CommunityEntryPoint.java:32)
neo4j_amundsen    | Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.server.database.LifecycleManagingDatabase@e98770d' was successfully initialized, but failed to start. Please see the attached cause exception "Unknown store version 'AF4.3.0'".
neo4j_amundsen    |     at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:473)
neo4j_amundsen    |     at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:111)
neo4j_amundsen    |     at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:180)
neo4j_amundsen    |     ... 3 more

Your Environment

boring-cyborg[bot] commented 1 year ago

Thanks for opening your first issue here!

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] commented 1 year ago

This issue has been automatically closed for inactivity. If you still wish to make these changes, please open a new pull request or reopen this one.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.