Hi All

Have been running OpenERP (5.0 stable branch) on our Windows 2008 Small 
Business server happily for several months, however in the last few weeks the 
openerp server process has started refusing connections after a period of time 
(the exact time before it does this seems to depend on how much the system is 
being used).

The error being reported by the web client when this happens is:

[08/Jan/2010:11:38:02] HTTP Traceback (most recent call last):
  File "C:\Python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_c
prequest.py", line 606, in respond
    cherrypy.response.body = self.handler()
  File "C:\Python25\lib\site-packages\cherrypy-3.1.2-py2.5-win32.egg\cherrypy\_c
pdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "C:\OpenERP\web\openerp\controllers\base.py", line 130, in wrapper
    return fn(*args, **kw)
  File "C:\OpenERP\web\openerp\tools\expose.py", line 204, in func_wrapper
    res = func(*args, **kw)
  File "C:\OpenERP\web\openerp\controllers\tree.py", line 281, in open
    return self.do_action('tree_but_open', datas=datas)
  File "C:\OpenERP\web\openerp\controllers\tree.py", line 235, in do_action
    return actions.execute_by_keyword(name, adds=adds, model=model, id=id, ids=i
ds, context=ctx, report_type='pdf')
  File "C:\OpenERP\web\openerp\controllers\actions.py", line 347, in execute_by_
keyword
    actions = rpc.session.execute('object', 'execute', 'ir.values', 'get', 'acti
on', keyword, [(data['model'], id)], False, rpc.session.context)
  File "C:\OpenERP\web\openerp\rpc.py", line 351, in execute
    return self.gateway.execute(obj, method, *args)
  File "C:\OpenERP\web\openerp\rpc.py", line 153, in execute
    return self.__execute(obj, method, args)
  File "C:\OpenERP\web\openerp\rpc.py", line 128, in __execute
    raise common.message(_('Connection refused!'))
  File "C:\OpenERP\web\openerp\common.py", line 78, in message
    raise TinyMessage(message=msg)
TinyMessage: Connection refused!

When this happens I can still telnet to the server process on 8070 so the port 
doesn't seem to be closed. I have also eliminated the database and database 
server as the cause of the problem.

I'm wondering whether this could be something to do with the windows firewall / 
IP Security on windows 2008, possibly something to do with a recent windows 
update?

Does anyone else run OpenERP on windows 2008? Is it working ok for you at the 
moment?

Many Thanks

Russ

------------------------
Junari Ltd - www.junari.com
 * CRM & Business Management Solutions
 * Bespoke Software Development




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=49115#49115

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to