← Back to team overview

openerp-india team mailing list archive

[Bug 933542] Re: gunicorn launching Failed

 

The WSGI entry point was located in openerp.wsgi and moved to
openerp.wsgi.core. Another entry point was added under
openerp.wsgi.proxied. Comments in the sample gunicorn configuration file
were updated at the same time.

For reference, the changes were made in this commit:
revno: 4040 [merge]
revision-id: vmt@xxxxxxxxxxx-20120210153500-689bnj0a1f51nvjc

** Changed in: openobject-server
   Importance: Undecided => Wishlist

** Changed in: openobject-server
       Status: New => Invalid

** Changed in: openobject-server
     Assignee: Stephane SALAH (stephanesalah) => (unassigned)

-- 
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:
  Invalid

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