Hello all,
I have been getting this mysql interface exception error for a long while now, it happens randomly while accessing the application on plone2.5 with Zope 2.9.4-final, python 2.4.3 and then disappears after deleting the ZMySQLDA (version 2.0.8) connection object and recreating it. I have also enabled innodb for transactions in mysql tables and database and also switched it off and on in the connection string of the ZMySQLDA connection object. I would really appreciate if some one give me some insight to the fix.
ps: I have also have bigger traceback in the event log will provide if this is not sufficient.
Exception Type
InterfaceError
Exception Value
(0, '')
Traceback (innermost last):
* Module ZPublisher.Publish, line 115, in publish
* Module ZPublisher.mapply, line 88, in mapply
* Module ZPublisher.Publish, line 41, in call_object
* Module App.special_dtml, line 63, in __call__
* Module DocumentTemplate.DT_String, line 476, in __call__
* Module TreeDisplay.TreeTag, line 88, in render
* Module TreeDisplay.TreeTag, line 209, in tpRender
* Module TreeDisplay.TreeTag, line 262, in tpRenderTABLE
* Module Products.ZMySQLDA.DABase, line 116, in tpValues
* Module Products.ZMySQLDA.db, line 220, in tables
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello all,
I have been getting this mysql interface exception error for a long while now, it happens randomly while accessing the application on plone2.5 with Zope 2.9.4-final, python 2.4.3 and then disappears after deleting the ZMySQLDA (version 2.0.8) connection object and recreating it. I have also enabled innodb for transactions in mysql tables and database and also switched it off and on in the connection string of the ZMySQLDA connection object. I would really appreciate if some one give me some insight to the fix.
ps: I have also have bigger traceback in the event log will provide if this is not sufficient.
Exception Type
InterfaceError
Exception Value
(0, '')
Traceback (innermost last):
bump!