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.

APOC 4.4.0.3 throws errors Failed to invoke procedure

In my Windows installation of neo4j I suddenly have problems with using APOC procedures

call apoc.load.xls('file:///export.xlsx','Sheet1')
Causes
Neo.ClientError.Procedure.ProcedureCallFailed

Failed to invoke procedure apoc.load.xls: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.poi.util.IOUtils

Sometimes it is missing org.apache....log4j..

I did install a Java runtime in windows to try Apache Hop, but removed it again. Not sure if this is related.

How do I resolve this error? Thank in advance!
Regards, Bent

1 ACCEPTED SOLUTION
2 REPLIES 2

Hi,

thanks that solved the problem! I had installed the additional libraries for .xlsx but not the one you pointed to!

Thanks for your support on this!

Regards, Bent

fre. 25. mar. 2022 kl. 20:53 skrev Dana Canzano via Neo4j Online Community <notifications@neo4jcommunity.discoursemail.com>: