← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 884289] [NEW] Connection refused when doing long tasks

 

Public bug reported:

I have a problem when doing long tasks in the webclient. I got the message: "Connection refused" and purple screen (  130         except socket.error, (e1, e2):
  131             raise common.message(_('Connection refused!'))
  132 
global socket = <module 'socket' from 'C:\PYTHON25\LIB\socket.pyc'>, socket.error = <class 'socket.error'>, e1 undefined, e2 undefined).

I noticed that regardless of these error work is continuing in the background...
I try to change socket timeout (...tiny_socket.py, self.sock.settimeout(12000)), but it dosn't work.
How can I change this?
Regards.

** Affects: openobject-client-web
     Importance: Undecided
         Status: New

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

Title:
  Connection refused when doing long tasks

Status in OpenERP Web Client:
  New

Bug description:
  I have a problem when doing long tasks in the webclient. I got the message: "Connection refused" and purple screen (  130         except socket.error, (e1, e2):
    131             raise common.message(_('Connection refused!'))
    132 
  global socket = <module 'socket' from 'C:\PYTHON25\LIB\socket.pyc'>, socket.error = <class 'socket.error'>, e1 undefined, e2 undefined).

  I noticed that regardless of these error work is continuing in the background...
  I try to change socket timeout (...tiny_socket.py, self.sock.settimeout(12000)), but it dosn't work.
  How can I change this?
  Regards.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/884289/+subscriptions


Follow ups

References