You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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:
I get the following exception:
The text was updated successfully, but these errors were encountered: