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

一个人想着一个人 提交于 2019-12-08 16:03:46

问题


I have 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 to work. Titan is still working and data are present but Django stopped to work 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 dont know how to apply it. Maybe lib update with pip.... Please help.

来源:https://stackoverflow.com/questions/33975524/rexproscriptexception-transaction-is-not-open-in-django-with-titan-graph-db

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!