Skip to content

DeepGL: Could not initialize class org.nd4j.linalg.factory.Nd4j #16

@xaviermerino

Description

@xaviermerino

Hello! I am trying to run the example in: https://tbgraph.wordpress.com/2018/10/17/feature-extraction-on-a-peer-to-peer-network-with-deepgl-embedding-and-neo4j/

This example uses the Gnutella dataset.

At some point, the DeepGL algorithm is called:

CALL embedding.deepgl("Host","CONNECTION", {
nodeFeatures: ['pagerank'],
iterations: 2
})

But it returns the following error:

Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure embedding.deepgl: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.nd4j.linalg.factory.Nd4j

I have tried putting the .jar inside the plugins folder, also, manually compiled the source and tried that. But something is not right.

@meltzerpete is there something that I am missing here?

Thanks for the help 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions