openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #07489
[Bug 933542] Re: gunicorn launching Failed
it was a wrong gunicorn.conf.py
but finally i have a another problem.
2012-02-16 17:41:11,103 10201 ERROR ? gunicorn.error: Exception in worker process:
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/gunicorn-0.13.4-py2.6.egg/gunicorn/arbiter.py", line 456, in spawn_worker
worker.init_process()
File "/usr/local/lib/python2.6/dist-packages/gunicorn-0.13.4-py2.6.egg/gunicorn/workers/base.py", line 100, in init_process
self.wsgi = self.app.wsgi()
File "/usr/local/lib/python2.6/dist-packages/gunicorn-0.13.4-py2.6.egg/gunicorn/app/base.py", line 101, in wsgi
self.callable = self.load()
File "/usr/local/lib/python2.6/dist-packages/gunicorn-0.13.4-py2.6.egg/gunicorn/app/wsgiapp.py", line 24, in load
return util.import_app(self.app_uri)
File "/usr/local/lib/python2.6/dist-packages/gunicorn-0.13.4-py2.6.egg/gunicorn/util.py", line 250, in import_app
app = eval(obj, mod.__dict__)
File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'proxied'
** Changed in: openobject-server
Assignee: (unassigned) => Stephane SALAH (stephanesalah)
--
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
References