cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j Desktop version not coming up with upgrade of APOC

intouch_vivek
Graph Steward

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)

1 ACCEPTED SOLUTION

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

What is in your plugins directory?

View solution in original post

2 REPLIES 2

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

What is in your plugins directory?

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