amundsen
amundsen copied to clipboard
Docker neo4j_amundsen service fails with Unknown store version 'AF4.3.0'
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
- Amunsen version used: versions in docker-amundsen.yml
- Data warehouse stores: n/a
- Deployment (k8s or native): docker
- Link to your fork or repository: n/a
Thanks for opening your first issue here!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
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.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.