Call procedure 'algo.spanningTree.minimum' error

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?

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.