← Back to team overview

openerp-india team mailing list archive

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

 

Hi,

I have already done that !
But, as requested, I just have done it once again and the result is
the same:
- When I open my browser (http://localhost:8069/), i just can see: "No
handler found."
- And in: /var/log/openerp-server.log:

2012-09-19 13:25:14,930 10264 INFO ? openerp: OpenERP version
6.1-20120910-233309
2012-09-19 13:25:14,945 10264 INFO ? openerp: addons paths:
/usr/lib/pymodules/python2.7/openerp/addons
2012-09-19 13:25:14,945 10264 INFO ? openerp: database hostname: localhost
2012-09-19 13:25:14,946 10264 INFO ? openerp: database port: 5432
2012-09-19 13:25:14,946 10264 INFO ? openerp: database user: openerp
2012-09-19 13:25:14,946 10264 INFO ? openerp.service.netrpc_server:
starting NET-RPC service on 0.0.0.0:8070
2012-09-19 13:25:14,946 10264 INFO ? openerp.netsvc: Starting 1 services
2012-09-19 13:25:16,061 10264 INFO ? openerp.wsgi.core: HTTP service
(werkzeug) running on 0.0.0.0:8069
2012-09-19 13:25:17,966 10264 INFO ? openerp.addons.web: embedded mode
2012-09-19 13:25:19,691 10264 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-19 13:25:19,831 10264 CRITICAL ? openerp.modules.module:
Couldn't load module web
2012-09-19 13:25:19,831 10264 CRITICAL ? openerp.modules.module: cannot
import name crm
2012-09-19 13:25:19,838 10264 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-19 13:25:19,839 10264 INFO ? openerp: OpenERP server is running,
waiting for connections...
2012-09-19 13:27:52,807 10264 INFO ? werkzeug: 127.0.0.1 - -
[19/Sep/2012 13:27:52] "GET / HTTP/1.1" 404 -
2012-09-19 13:27:53,403 10264 INFO ? werkzeug: 127.0.0.1 - -
[19/Sep/2012 13:27:53] "GET /favicon.ico HTTP/1.1" 404 -
2012-09-19 13:27:53,677 10264 INFO ? werkzeug: 127.0.0.1 - -
[19/Sep/2012 13:27:53] "GET /favicon.ico HTTP/1.1" 404 -


So now, it obviously does not work, next ... ???

Thanks for troubleshooting.
Rgds,
Michaël


Le 19/09/2012 14:52, Amit Bhavsar (Open ERP) a écrit :
> Hello Michaël,
>
> I have checked your Issue with latest openerp_6.1-latest-1_all.deb. I am follow the below step for start the OE server.
>>> Download latest package from  nightly.openerp
>>> sudo dpkg -i openerp_6.1-latest-1_all.deb
>>> sudo apt-get install openerp -f
>>> open web with 8069 port
> But I did not face any error. It's working fine at my end. Would you
> please try again and notify us where you have faced the problem.
>
>
> Thanks and waiting for your reply!
>
> ** Changed in: openobject-addons
>        Status: New => Incomplete
>

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


References