← Back to team overview

openerp-india team mailing list archive

[Bug 1052654] Re: Installation OpenERP 6.1 Latest failed !!!

 

Chlon,

There could be one of the following reasons:

1. No handler found : It could be due to web modules are not loaded under addons path.
2. import error : make sure crm module is present into your addons directory and it has enough access for your user to use it.

Hope this helps.

Thanks.

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1052654

Title:
  Installation OpenERP 6.1 Latest failed !!!

Status in OpenERP Addons (modules):
  Incomplete

Bug description:
  Hi,

  I am on Debian Wheezy x86_64.
  I have installed all the dependancies required to install:
  openerp_6.1-latest-1_all.deb

  All seems OK.
  I can see the sockets listening on port 8069 and the process.

  But when I try   => http://localhost:8069/, I have => No handler found.
  The log says:

  2012-09-18 20:03:29,010 21266 INFO ? openerp: OpenERP version 6.1-20120910-233309
  2012-09-18 20:03:29,021 21266 INFO ? openerp: addons paths: /usr/lib/pymodules/python2.7/openerp/addons
  2012-09-18 20:03:29,021 21266 INFO ? openerp: database hostname: localhost
  2012-09-18 20:03:29,021 21266 INFO ? openerp: database port: 5432
  2012-09-18 20:03:29,021 21266 INFO ? openerp: database user: openerp
  2012-09-18 20:03:29,021 21266 INFO ? openerp.service.netrpc_server: starting NET-RPC service on 0.0.0.0:8070
  2012-09-18 20:03:29,021 21266 INFO ? openerp.netsvc: Starting 1 services
  2012-09-18 20:03:29,517 21266 INFO ? openerp.wsgi.core: HTTP service (werkzeug) running on 0.0.0.0:8069
  2012-09-18 20:03:30,238 21266 INFO ? openerp.addons.web: embedded mode
  2012-09-18 20:03:30,538 21266 WARNING ? openerp.modules.module:
  Ambiguous import: the OpenERP module `crm` is shadowed by another
  module (available at /usr/lib/python2.7/dist-packages/crm).
  To import it, use `import openerp.addons.<module>.`.
  2012-09-18 20:03:30,556 21266 CRITICAL ? openerp.modules.module: Couldn't load module web
  2012-09-18 20:03:30,556 21266 CRITICAL ? openerp.modules.module: cannot import name crm
  2012-09-18 20:03:30,556 21266 ERROR ? openerp: Failed to load server-wide module `web`.
  The `web` module is provided by the addons found in the `openerp-web` project.
  Maybe you forgot to add those addons in your addons_path configuration.
  Traceback (most recent call last):
    File "/usr/bin/openerp-server", line 252, in <module>
      openerp.modules.module.load_openerp_module(m)
    File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 419, in load_openerp_module
      getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])()
    File "/usr/lib/pymodules/python2.7/openerp/addons/web/__init__.py", line 29, in wsgi_postload
      app = common.http.Root(o)
    File "/usr/lib/pymodules/python2.7/openerp/addons/web/common/http.py", line 453, in __init__
      static_dirs = self._load_addons(openerp_addons_namespace)
    File "/usr/lib/pymodules/python2.7/openerp/addons/web/common/http.py", line 523, in _load_addons
      m = __import__('openerp.addons.' + module)
    File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 139, in load_module
      mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
    File "/usr/lib/pymodules/python2.7/openerp/addons/project_issue/__init__.py", line 22, in <module>
      import project_issue
    File "/usr/lib/pymodules/python2.7/openerp/addons/project_issue/project_issue.py", line 22, in <module>
      from crm import crm
  ImportError: cannot import name crm
  2012-09-18 20:03:30,557 21266 INFO ? openerp: OpenERP server is running, waiting for connections...
  2012-09-18 20:06:05,254 21266 INFO ? werkzeug: 127.0.0.1 - - [18/Sep/2012 20:06:05] "GET / HTTP/1.1" 404 -

  I also try to install werkzeug with easy_install, but that relove
  nothing !

  
  Thaks for your help !

  Rgds,

  Michaël.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1052654/+subscriptions


Follow ups

References