neosemantics icon indicating copy to clipboard operation
neosemantics copied to clipboard

Neo.ClientError.Procedure.ProcedureCallFailed

Open wpwoodjr opened this issue 5 years ago • 4 comments

I'm getting this error with version 4.1.1 of neo4j and neosemantics 4.0.0.1: image

Text is: Failed to invoke procedure n10s.graphconfig.show: Caused by: java.lang.ClassCastException: class java.lang.Long cannot be cast to class java.lang.Integer (java.lang.Long and java.lang.Integer are in module java.base of loader 'bootstrap')

wpwoodjr avatar Aug 11 '20 16:08 wpwoodjr

This error does not happen with neo4j 4.0.7

wpwoodjr avatar Aug 11 '20 17:08 wpwoodjr

wow, quite interesting. Can you help me reproducing it? How did you get there? Did you by any chance manually modify any of the values in the GraphConfig node?

Thanks!

JB.

jbarrasa avatar Aug 11 '20 17:08 jbarrasa

Hmmm, upon further investigation it appears to be related to the data in the database, perhaps not to the neo4j version. Let me investigate further. What values in the GraphConfig node would be relevant? I'm debugging this for one of my end users.

wpwoodjr avatar Aug 11 '20 17:08 wpwoodjr

Did you by any chance manually modify any of the values in the GraphConfig node?

My user sent me this:

image

wpwoodjr avatar Aug 14 '20 19:08 wpwoodjr