neo4j-uuid
neo4j-uuid copied to clipboard
CREATE (n:test) results in HeuristicRollbackException
I used a fresh installation of neo4j-community-2.1.3, then installed the neo4j-uuid plugin following the instructions in the readme. Now, when I create a new node in the Neo4j browser, using the cypher query:
CREATE (n:test)
I get the following exception:
javax.transaction.HeuristicRollbackException: Failed to commit transaction Transaction(2, owner:"qtp1341920608-47")[STATUS_NO_TRANSACTION,Resources=1], transaction rolled back ---> Transaction handler failed.
there is a known issue in Neo4j 2.1.x regarding transaction event handler - which neo4j-uuid heavily relies on. AFAIK this is already fixed in Neo4j master branch (which will be the base for 2.2). I have a workaround in mind using some internal API of Neo4j.
AFAYK, is there any solution for this issue? I'm using ruby 2.1.2p95, rails 4.1.5, neo4j (3.0.1), neo4j-community (2.1.3), neo4j-core (3.0.0.alpha.19)