← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 816832] [NEW] long time loading is weird

 

Public bug reported:

New web client

if add more feature -> wizard wit all apps -> check apps -> install -> don't know really what happens -> is it crashing? is it loading ? ah after waiting 5 minutes, it crashes :)
Client Traceback (most recent call last):
  File "/home/aline/openerp/web/openerp-web/openerpweb/openerpweb.py", line 307, in dispatch
    response["result"] = method(controller, self, **self.params)
  File "/home/aline/openerp/web/openerp-web/addons/base/controllers/main.py", line 533, in save
    r = m.write([id], data, req.session.eval_context(req.context))
  File "/home/aline/openerp/web/openerp-web/openerpweb/openerpweb.py", line 58, in <lambda>
    return lambda *l:self._session.execute(self._model, name, *l)
  File "/home/aline/openerp/web/openerp-web/openerpweb/openerpweb.py", line 113, in execute
    r = self.proxy('object').execute(self._db, self._uid, self._password, model, func, *l, **d)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.6/xmlrpclib.py", line 1253, in request
    return self._parse_response(h.getfile(), sock)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1392, in _parse_response
    return u.close()
  File "/usr/lib/python2.6/xmlrpclib.py", line 838, in close
    raise Fault(**self._stack[0])

** Affects: openerp-web
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/816832

Title:
  long time loading is weird

Status in OpenERP Web:
  New

Bug description:
  New web client

  if add more feature -> wizard wit all apps -> check apps -> install -> don't know really what happens -> is it crashing? is it loading ? ah after waiting 5 minutes, it crashes :)
  Client Traceback (most recent call last):
    File "/home/aline/openerp/web/openerp-web/openerpweb/openerpweb.py", line 307, in dispatch
      response["result"] = method(controller, self, **self.params)
    File "/home/aline/openerp/web/openerp-web/addons/base/controllers/main.py", line 533, in save
      r = m.write([id], data, req.session.eval_context(req.context))
    File "/home/aline/openerp/web/openerp-web/openerpweb/openerpweb.py", line 58, in <lambda>
      return lambda *l:self._session.execute(self._model, name, *l)
    File "/home/aline/openerp/web/openerp-web/openerpweb/openerpweb.py", line 113, in execute
      r = self.proxy('object').execute(self._db, self._uid, self._password, model, func, *l, **d)
    File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__
      return self.__send(self.__name, args)
    File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request
      verbose=self.__verbose
    File "/usr/lib/python2.6/xmlrpclib.py", line 1253, in request
      return self._parse_response(h.getfile(), sock)
    File "/usr/lib/python2.6/xmlrpclib.py", line 1392, in _parse_response
      return u.close()
    File "/usr/lib/python2.6/xmlrpclib.py", line 838, in close
      raise Fault(**self._stack[0])

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/816832/+subscriptions


Follow ups

References