Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-01-2020 09:29 PM
Neo.ClientError.Procedure.ProcedureCallFailed
Failed to invoke procedure algo.spanningTree.minimum
: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.neo4j.graphalgo.core.huge.loader.NodeStoreScanner
when call 'algo.spanningTree.minimum', the error above display, what's wrong with it?
01-03-2020 04:07 PM
Most likely caused by a mismatch between graphalgo and neo4j versions.
Always check the plugin pom.xml file to see what version of neo4j it supports.
In this case graph-algorithms 3.5.4.0 matches the neo4j version 3.5.4.
Make sure you're running Neo4j 3.5.4, then install the graph-algorithms plugin 3.5.4.0. That should get you running.
All the sessions of the conference are now available online