- Hello! Since a while back I haven't been able to build my java project. When I run mvn clean install -e, I get the following traceback with the following error:
Caused by: java.lang.NullPointerException
at org.neo4j.tooling.procedure.visitors.RecordTypeVisitor.lambda$validateFieldType$3 (RecordTypeVisitor.java:78)
I don't know what I should do to avoid this error. What could be causing this neo4j NullExceptionError and what should I do to avoid it when I'm building my project?
Here's my pom.xml.