Dear community
I have searched the net and this forum already but didn't discover any hint why 
my openerp-server on debian lenny with latest packages (openerp-server 5.0.12) 
does crash as soon as I want to connect to a database.
The only suspicious thing I did was upgrading addons through the menu in the 
gtk client. And installing 5.0.12. I had the same databases running on another 
backup machine with 5.0.12 though and made sure the configuration files were 
the same as with 5.0.11 before.

If it is a bug (I do think it is a serious one, because I can't find any path 
errors in the config files) - where do I report it (I had a look at launchpad 
but I wonder which category might match)?

This is the message:
Traceback (most recent call last):
  File "/usr/lib/openerp-server/netsvc.py", line 247, in dispatch
    result = LocalService(service_name)(method, *params)
  File "/usr/lib/openerp-server/netsvc.py", line 76, in __call__
    return getattr(self, method)(*params)
  File "/usr/lib/openerp-server/service/web_services.py", line 405, in login
    res = security.login(db, login, password)
  File "/usr/lib/openerp-server/service/security.py", line 31, in login
    cr = pooler.get_db(db).cursor()
  File "/usr/lib/openerp-server/pooler.py", line 77, in get_db
    return get_db_and_pool(db_name)[0]
  File "/usr/lib/openerp-server/pooler.py", line 40, in get_db_and_pool
    addons.load_modules(db, force_demo, status, update_module)
  File "/usr/lib/openerp-server/addons/__init__.py", line 699, in load_modules
    has_updates = load_module_graph(cr, graph, status, perform_checks=(not 
update_module), report=report)
  File "/usr/lib/openerp-server/addons/__init__.py", line 581, in 
load_module_graph
    register_class(package.name)
  File "/usr/lib/openerp-server/addons/__init__.py", line 403, in register_class
    imp.load_module(m, *fm)
  File "/usr/lib/openerp-server/addons/base/__init__.py", line 24, in <module>
    import module
ImportError: No module named module

Thanks for any hints.




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=59830#59830

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to