Comment 9 for bug 599299

Revision history for this message
Ferdinand (office-chricar) wrote : Re: The path '/error/HTTP_INTERNAL_SERVER_ERROR.html.var' was not found.

sorry to be not more precise - stil not able to fin a pattern

unfortunately not immediately

it seems that after restart some variables are not initialized. just a guess ???

opening a form - the first search fails - back and search again works.

saving an edited form in my current tasks I get
A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.

Script: https://openerp.chricar.at/static/javascript/master.js:73

could it be the long URL issue mentioned in
https://bugs.launchpad.net/bugs/522135

using apache2-2.2.8-28.8 on openSUSE 11.0 (X86-64)
Linux cc-187 2.6.25.5-1.1-default #1 SMP 2008-06-07 01:55:22 +0200 x86_64 x86_64 x86_64 GNU/Linux
branch-server r 2066
web-client r 2880

in http_error.log:
[Wed Jul 07 19:03:32 2010] [error] (103)Software caused connection abort: proxy: pass request body failed to 192.168.160.187:8080 (192.168.160.187)
[Wed Jul 07 19:03:32 2010] [error] (103)Software caused connection abort: proxy: pass request body failed to 192.168.160.187:8080 (192.168.160.187) from 10.147.160.176 ()
[Wed Jul 07 19:03:32 2010] [error] proxy: client 10.147.160.176 given Content-Length did not match number of body bytes read
[Wed Jul 07 19:03:32 2010] [error] (70014)End of file found: proxy: pass request body failed to 192.168.160.187:8080 (192.168.160.187) from 10.147.160.176 ()
[Wed Jul 07 19:03:32 2010] [error] [client 10.147.160.176] Handler for proxy-server returned invalid result code 70014, referer: https://openerp.chricar.at/form/edit?model=project.task&id=91&ids=%5B91%5D&view_ids=%5BFalse%2C%20False%2C%20False%2C%20False%5D&view_mode=%5Bu%27tree%27%2C%20u%27form%27%2C%20u%27calendar%27%2C%20u%27graph%27%5D&domain=%5B(%27user_id%27%2C%20%27%3D%27%2C%205)%2C%20(%27state%27%2C%20%27in%27%2C%20(%27open%27%2C%20%27draft%27))%5D&context=%7B%27lang%27%3A%20u%27en_US%27%2C%20%27tz%27%3A%20u%27Europe%2FVienna%27%2C%20%27_terp_view_name%27%3A%20u%27My%20Current%20Tasks%27%2C%20%27client%27%3A%20%27web%27%2C%20%27active_ids%27%3A%20%5B271%5D%2C%20%27active_id%27%3A%20271%7D&offset=0&limit=20&count=1&search_domain=%5B(%27user_id%27%2C%20%27%3D%27%2C%205)%2C%20(%27state%27%2C%20%27in%27%2C%20(%27open%27%2C%20%27draft%27))%2C%20(%27name%27%2C%20%27ilike%27%2C%20%27debug%27)%5D

Traceback (most recent call last):
  File "/home/terp/OpenERP/branch/server/5.0/bin/netsvc.py", line 247, in dispatch
    result = LocalService(service_name)(method, *params)
  File "/home/terp/OpenERP/branch/server/5.0/bin/netsvc.py", line 76, in __call__
    return getattr(self, method)(*params)
  File "/home/terp/OpenERP/branch/server/5.0/bin/addons/audittrail/audittrail.py", line 363, in execute
    return self.log_fct(db, uid, passwd, model, method, fct_src, *args)
  File "/home/terp/OpenERP/branch/server/5.0/bin/addons/audittrail/audittrail.py", line 256, in log_fct
    res =fct_src( db, uid, passwd, object, method, *args)
  File "/home/terp/OpenERP/branch/server/5.0/bin/addons/base_module_record/base_module_record.py", line 38, in execute
    res = super(recording_objects_proxy, self).execute(*args, **argv)
  File "/home/terp/OpenERP/branch/server/5.0/bin/service/web_services.py", line 577, in execute
    res = service.execute(db, uid, object, method, *args)
  File "/home/terp/OpenERP/branch/server/5.0/bin/osv/osv.py", line 58, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/terp/OpenERP/branch/server/5.0/bin/osv/osv.py", line 119, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/terp/OpenERP/branch/server/5.0/bin/osv/osv.py", line 111, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/terp/OpenERP/branch/server/5.0/bin/addons/project_timesheet/project_timesheet.py", line 162, in write
    hr_anlytic_timesheet.write(cr, uid, [line_id], vals_line, {})
  File "/home/terp/OpenERP/branch/server/5.0/bin/addons/hr_timesheet_sheet/hr_timesheet_sheet.py", line 422, in write
    self._check(cr, uid, ids)
  File "/home/terp/OpenERP/branch/server/5.0/bin/addons/hr_timesheet_sheet/hr_timesheet_sheet.py", line 427, in _check
    if att.sheet_id and att.sheet_id.state not in ('draft', 'new'):
  File "/home/terp/OpenERP/branch/server/5.0/bin/osv/orm.py", line 239, in __getattr__
    return self[name]
  File "/home/terp/OpenERP/branch/server/5.0/bin/osv/orm.py", line 189, in __getitem__
    datas = self._table.read(self._cr, self._uid, ids, fffields, context=self._context, load="_classic_write")
  File "/home/terp/OpenERP/branch/server/5.0/bin/osv/orm.py", line 2228, in read
    result = self._read_flat(cr, user, select, fields, context, load)
  File "/home/terp/OpenERP/branch/server/5.0/bin/osv/orm.py", line 2368, in _read_flat
    res2 = self._columns[f].get(cr, self, ids, f, user, context=context, values=res)
  File "/home/terp/OpenERP/branch/server/5.0/bin/osv/fields.py", line 659, in get
    res = self._fnct(obj, cr, user, ids, name, self._arg, context)
  File "/home/terp/OpenERP/branch/server/5.0/bin/addons/hr_timesheet_sheet/hr_timesheet_sheet.py", line 334, in _sheet
    GROUP BY l.id')
  File "/home/terp/OpenERP/branch/server/5.0/bin/sql_db.py", line 77, in wrapper
    return f(self, *args, **kwargs)
  File "/home/terp/OpenERP/branch/server/5.0/bin/sql_db.py", line 122, in execute
    res = self._obj.execute(query, params)
ProgrammingError: syntax error at or near ")"
LINE 1: ...r_id = al.user_id) WHERE l.id in ()