Neo4j Desktop version not coming up with upgrade of APOC

I upgraded my application to Neo4j 3.5.4 also installed APOC 3.5.0.3 .
Problem:
I can bring my desktop server up if I do not install APOC however with APOC it is not coming up and throwing error like
> 019-05-06 15:14:48.650+0000 ERROR Failed to start Neo4j: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@64078e6a' was successfully initialized, but failed to start. Please see the attached cause exception "Unable to register procedure, because the name apoc.metrics.get is already in use.". Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@64078e6a' was successfully initialized, but failed to start. Please see the attached cause exception "Unable to register procedure, because the name apoc.metrics.get is already in use.".
> org.neo4j.server.ServerStartupException: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@64078e6a' was successfully initialized, but failed to start. Please see the attached cause exception "Unable to register procedure, because the name apoc.metrics.get is already in use.".
> at org.neo4j.server.exception.ServerStartupErrors.translateToServerStartupError(ServerStartupErrors.java:45)

Is it possible you have two different versions of APOC installed?

What is in your plugins directory?

1 Like

thanks. It was version issue I had two version of APOC in the upgraded version of Neo4j

1 Like