neo4j-labs / neosemantics

Graph+Semantics: Import/Export RDF from Neo4j. SHACL Validation, Model mapping and more.... If you like it, please ★ ⇧
https://neo4j.com/labs/neosemantics/
Apache License 2.0
824 stars 143 forks source link

Issue running demo example #49

Open ghost opened 6 years ago

ghost commented 6 years ago

When the demo instructions from your blog are followed, and the query CALL semantics.importRDF("file:///home/sbachlet/Downloads/en.openfoodfacts.org.products.rdf","RDF/XML", {shortenUrls: false, commitSize: 25000}) is run is get the error Failed to invoke procedure semantics.importRDF: Caused by: java.lang.RuntimeException: Error executing in separate transaction: java.lang.UnsupportedOperationException: Creating new transactions and/or spawning threads are not supported operations in store procedures.

jimjonesbr commented 6 years ago

@sbachlet have you found a solution to this issue? I'm struggling for ages to make my neo4j Enterprise to work with neosemantics (importRDF).