RexProScriptException transaction is not open in Django with Titan (graph DB)
Asked Answered
G

1

14

I am stuck with my TitanDB, Django1.8 and Mogwai0.7.7 package. I have Graph database titan/cassandra on localhost dev machine, and after creating wrong queries in rexster gremlin web interface my Django Object Graph Mapper mogwai stopped working. Titan is still working and data is present but Django stopped working with it.

File "/Users/x/envs/graph/lib/python2.7/site-packages/rexpro/connectors/base.py", line 281, in close_transaction
    raise exceptions.RexProScriptException("transaction is not open")
RexProScriptException: transaction is not open.

After googling, I found this bitbucked fix But I don't know how to apply it. Maybe doing a lib update with pip...

Gluttonize answered 28/11, 2015 at 19:31 Comment(2)
Who wants bounty? No one can help?Gluttonize
possibly related: #35323535Hanfurd
O
1

you might need to check django atomic transacion and recheck how package handling transaction for db connection.

Ointment answered 6/4, 2021 at 10:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.