You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The procedureType is loaded using a custom classloader having the classloader which provides the Neo4j classes as parent. The registration itself is successful, but trying to use the procedure
call apoc.help('help')
fails with
Neo.ClientError.Procedure.ProcedureCallFailed
Failed to invoke procedure `apoc.help`: Caused by: java.lang.NoClassDefFoundError: apoc/help/Help