openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #07479
[Bug 933542] [NEW] gunicorn launching Failed
Public bug reported:
since my last pull of the trunk branch
i have an error on launching openerp gunicorn.
before launching the server with gunicorn work correctly.
command : gunicorn openerp:wsgi.application -c gunicorn.conf.py
Failed to read config file: gunicorn.conf.py
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/gunicorn-0.13.4-py2.6.egg/gunicorn/app/base.py", line 65, in load_config
execfile(opts.config, cfg, cfg)
File "gunicorn.conf.py", line 27, in <module>
on_starting = openerp.wsgi.on_starting
AttributeError: 'module' object has no attribute 'on_starting'
** Affects: openobject-server
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/933542
Title:
gunicorn launching Failed
Status in OpenERP Server:
New
Bug description:
since my last pull of the trunk branch
i have an error on launching openerp gunicorn.
before launching the server with gunicorn work correctly.
command : gunicorn openerp:wsgi.application -c gunicorn.conf.py
Failed to read config file: gunicorn.conf.py
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/gunicorn-0.13.4-py2.6.egg/gunicorn/app/base.py", line 65, in load_config
execfile(opts.config, cfg, cfg)
File "gunicorn.conf.py", line 27, in <module>
on_starting = openerp.wsgi.on_starting
AttributeError: 'module' object has no attribute 'on_starting'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/933542/+subscriptions
Follow ups
References