Agreement process button blocks OpenERP server
Posted: Tue Jan 05, 2010 4:52 am
In last stable OpenERP server v. 5.0.6. I create a methodology, a service and an agreement. When I press Process button in agreement form, the server is blocked showing this message repeatedly on console:
Exception exceptions.RuntimeError: 'maximum recursion depth exceeded' in <bound method Cursor.__del__ of <sql_db.Cursor object at 0x9178f8c>> ignored
Server no accepts any connection, I must restart the server but when it is started, it follows with the same repeated error and is blocked another time.
I've discovered that two scheduled actions has been created (ir.cron) _run_filters and _prolong. I can restart the server correctly if I go to database and change active field of _prolong scheduled action to False, so I suppose the _prolong method has some problems with OpenERP 5.0.6 (or I have forgotten to configure something). Do you have any idea about the problem?
BTW, congratulations for account_invoicing set of modules. It is a nice module, well designed and very useful for IT companies. Do you think about creating a launchapd project for it like IT resource manager for Oerp?
Jordi
Exception exceptions.RuntimeError: 'maximum recursion depth exceeded' in <bound method Cursor.__del__ of <sql_db.Cursor object at 0x9178f8c>> ignored
Server no accepts any connection, I must restart the server but when it is started, it follows with the same repeated error and is blocked another time.
I've discovered that two scheduled actions has been created (ir.cron) _run_filters and _prolong. I can restart the server correctly if I go to database and change active field of _prolong scheduled action to False, so I suppose the _prolong method has some problems with OpenERP 5.0.6 (or I have forgotten to configure something). Do you have any idea about the problem?
BTW, congratulations for account_invoicing set of modules. It is a nice module, well designed and very useful for IT companies. Do you think about creating a launchapd project for it like IT resource manager for Oerp?
Jordi