Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CREATE (n:test) results in HeuristicRollbackException #4

Open
rremigius opened this issue Aug 23, 2014 · 2 comments
Open

CREATE (n:test) results in HeuristicRollbackException #4

rremigius opened this issue Aug 23, 2014 · 2 comments

Comments

@rremigius
Copy link

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.
@sarmbruster
Copy link
Owner

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.

@pdipietro
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants