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.

Which git branch/tag do I need for building my own APOC lib for version 4.4.11

Hi

I installed Neo4j version 4.4.11 and when I build the latest version of APOC from the code (Git branch 4.4) I get the following error:

Caused by: org.neo4j.kernel.extension.FailedToBuildExtensionException: 
Failed to build kernel extension Extension:JdbcRegistererInitFactory[JdbcDriverRegisterer]
because it is compiled with a reference to a class, method, or field, that is not in 
the class path: 'apoc/ApocConfig'. The most common cause of this problem, is that 
Neo4j has been upgraded without also upgrading allinstalled extensions, such as 
APOC. Make sure that all of your extensions are build against your specific 
version of Neo4j.

I tried various combinations, but no luck. Is there some kind of trick I am missing that is needed to run my own verson of APOC?

Many thanks in advance,

Thomas

1 ACCEPTED SOLUTION

I did a checkout like this git checkout tags/4.4.0.9 and if I build that I can start Neo4j 4.4.11 successfully. 

View solution in original post

1 REPLY 1

I did a checkout like this git checkout tags/4.4.0.9 and if I build that I can start Neo4j 4.4.11 successfully.