Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
isc-rsingh opened this issue Feb 14, 2023 · 4 comments
Open
Labels
stale status:needs_triage For all issues that need to be processed type:bug An unexpected problem or unintended behavior

Comments

@isc-rsingh
Copy link

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
@isc-rsingh isc-rsingh added status:needs_triage For all issues that need to be processed type:bug An unexpected problem or unintended behavior labels Feb 14, 2023
@boring-cyborg
Copy link

boring-cyborg bot commented Feb 14, 2023

Thanks for opening your first issue here!

@stale
Copy link

stale bot commented Mar 18, 2023

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 stale bot added the stale label Mar 18, 2023
@stale
Copy link

stale bot commented May 9, 2023

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 stale bot closed this as completed May 9, 2023
@Golodhros Golodhros reopened this Jul 7, 2023
@stale stale bot removed the stale label Jul 7, 2023
@Golodhros Golodhros added stale and removed stale labels Jul 7, 2023
@stale
Copy link

stale bot commented Aug 7, 2023

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 stale bot added the stale label Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale status:needs_triage For all issues that need to be processed type:bug An unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants