graphaware / neo4j-uuid

GraphAware Runtime Module that assigns a UUID to all nodes (and relationships) in the graph transparently
103 stars 22 forks source link

Graphaware: ERROR Could not deserialize metadata for module ID NLP #59

Closed abydalzain closed 3 years ago

abydalzain commented 4 years ago

I've been trying to use Graphaware plugin with Neo4j 3.5. I followed the instruction in the GitHub page: https://github.com/graphaware/neo4j-nlp

Also I increased the heap size to 6GB

Neo4j plugin directory contains: graphaware-server-all-3.5.14.55 nlp-3.5.4.53.18 nlp-stanfordnlp-3.5.4.53.18 stanford-english-corenlp-2018-10-05-models

However when I call the CALL ga.nlp.createSchema() I got this error: There is no procedure with the name ga.nlp.createSchema registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.

I checked the log file and found this error: ERROR Could not deserialize metadata for module ID NLP

I also checked the debug file and I found this: Failed to load org.springframework.web.servlet.view.tiles2.TilesConfigurer$SpringTilesInitializer from plugin jar /D:/Neo4JDB/neo4jDatabases/database-0499c20c-0af4-452a-af79- 144cb7d6a21d/installation-3.5.14/plugins/graphaware-server-all-3.5.14.55.jar and this was printed for every function in the jar file.

Any help will be appreciated.

Thanks, Abyd.