System crashes installing modules

Bug #1294528 reported by Alejandro Esteve
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OERPScenario
New
Undecided
Unassigned

Bug Description

openerp_8.0dev-20140318-000101-1_all.deb

When I try to install or upgrade some module, the next error appears :

OpenERP Server Error
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/openerp/http.py", line 362, in dispatch
    response["result"] = self._call_function(**self.params)
  File "/usr/lib/pymodules/python2.7/openerp/http.py", line 223, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/usr/lib/pymodules/python2.7/openerp/service/model.py", line 113, in wrapper
    return f(dbname, *args, **kwargs)
  File "/usr/lib/pymodules/python2.7/openerp/http.py", line 220, in checked_call
    return self.endpoint(*a, **kw)
  File "/usr/lib/pymodules/python2.7/openerp/http.py", line 561, in __call__
    return self.method(*args, **kw)
  File "/usr/lib/pymodules/python2.7/openerp/http.py", line 266, in response_wrap
    response = f(*args, **kw)
  File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 1230, in call_button
    action = self._call_kw(model, method, args, {})
  File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 1218, in _call_kw
    return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
  File "/usr/lib/pymodules/python2.7/openerp/addons/base/module/wizard/base_module_upgrade.py", line 90, in upgrade_module
    openerp.modules.registry.RegistryManager.new(cr.dbname, update_module=True)
  File "/usr/lib/pymodules/python2.7/openerp/modules/registry.py", line 262, in new
    openerp.modules.load_modules(registry.db, force_demo, status, update_module)
  File "/usr/lib/pymodules/python2.7/openerp/modules/loading.py", line 338, in load_modules
    loaded_modules, update_module)
  File "/usr/lib/pymodules/python2.7/openerp/modules/loading.py", line 242, in load_marked_modules
    loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)
  File "/usr/lib/pymodules/python2.7/openerp/modules/loading.py", line 148, in load_module_graph
    load_openerp_module(package.name)
  File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 264, in load_openerp_module
    __import__('openerp.addons.' + module_name)
  File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 72, in load_module
    mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
  File "/usr/lib/pymodules/python2.7/openerp/addons/server_environment/__init__.py", line 21, in <module>
    from .serv_config import serv_config, setboolean
  File "/usr/lib/pymodules/python2.7/openerp/addons/server_environment/serv_config.py", line 52, in <module>
    "please add a folder %s" % ck_path
Exception: Provided server environment does not exist, please add a folder /usr/lib/pymodules/python2.7/openerp/addons/server_environment_files/dev / prod / etc

The folders exists on the system and are owned by openerp user.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.