better error handling and reporting for debugging
currently (V5) lines starting with
ERROR:web-
are reported in the client as "Details"
IMHO th reason for this failure should be reported - which is usually a SQL or XML error and looks like
ERROR:init:The XML file does not fit the required schema !
ERROR:init:
AND a few lines before this error
INFO:init:module dimu_code_
especially the database and server versions are missing
Ideas to solve this issue
try :
self.
except :
print >>sys.stderr, "Critical Call failed with ", par1, par2, par2
raise
especially
Code:
self._table.
und
self._table.
in browse_
Code:
return (self._table_name self._id) == (other._table_name, other._id)
in browse_
Code:
record[f] = res2[record['id']]
in orm._read_flat nahe near line 2011
Call:
self.pool.
in orm.create near line 2360
Code:
tocreate[table][v] = vals[v]
in orm.create near line 2385
Code:
return [(r['id'], tools.ustr(
in orm.name_get near line 2650
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by