← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 747124] Re: printjob: cannot install

 

Hello,

"printjob" is part of the extra-addons, which are maintained by the
community, including all the modules created by "OpenERP" or "Tiny", as
none of these are actively developed by our teams anymore.

So if you or anyone from the community would like to work on it, please
mark the bug as "In progress" and assign it to yourself (or ask us or
anyone from OpenERP Drivers to do it for you). In the mean time, I will
mark it as "Won't fix" to indicate that no further progress is expected
at the moment.

Otherwise you can contact with the related author of this module.

Thanks.

** Changed in: openobject-addons
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/747124

Title:
  printjob: cannot install

Status in OpenERP Modules (addons):
  Won't Fix

Bug description:
  OpenERP Server & client 6.0.1 - Ubuntu 10.04

  When installing you get this error: Exception: No group for local
  services

  Environment Information : 
  System : Linux-2.6.24-27-generic-i686-with-debian-lenny-sid
  OS Name : posix
  LSB Version:	core-2.0-ia32:core-3.0-ia32:core-3.1-ia32:core-3.2-ia32:core-4.0-ia32:core-2.0-noarch:core-3.0-noarch:core-3.1-noarch:core-3.2-noarch:core-4.0-noarch:cxx-3.0-ia32:cxx-3.1-ia32:cxx-3.2-ia32:cxx-4.0-ia32:cxx-3.0-noarch:cxx-3.1-noarch:cxx-3.2-noarch:cxx-4.0-noarch:desktop-3.1-ia32:desktop-3.2-ia32:desktop-4.0-ia32:desktop-3.1-noarch:desktop-3.2-noarch:desktop-4.0-noarch:graphics-2.0-ia32:graphics-3.0-ia32:graphics-3.1-ia32:graphics-3.2-ia32:graphics-4.0-ia32:graphics-2.0-noarch:graphics-3.0-noarch:graphics-3.1-noarch:graphics-3.2-noarch:graphics-4.0-noarch:languages-3.2-ia32:languages-4.0-ia32:languages-3.2-noarch:languages-4.0-noarch:multimedia-3.2-ia32:multimedia-4.0-ia32:multimedia-3.2-noarch:multimedia-4.0-noarch:printing-3.2-ia32:printing-4.0-ia32:printing-3.2-noarch:printing-4.0-noarch
  Distributor ID:	Ubuntu
  Description:	Ubuntu 8.04.4 LTS
  Release:	8.04
  Codename:	hardy
  Operating System Release : 2.6.24-27-generic
  Operating System Version : #1 SMP Wed Mar 24 10:04:52 UTC 2010
  Operating System Architecture : 32bit
  Operating System Locale : es_ES.UTF8
  Python Version : 2.5.2
  OpenERP-Client Version : 6.0.1
  Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
    File "/home/eduardo/openerp60/openerp-server-6.0.1/bin/netsvc.py", line 489, in dispatch
      result = ExportService.getService(service_name).dispatch(method, auth, params)
    File "/home/eduardo/openerp60/openerp-server-6.0.1/bin/service/web_services.py", line 599, in dispatch
      res = fn(db, uid, *params)
    File "/home/eduardo/openerp60/openerp-server-6.0.1/bin/osv/osv.py", line 122, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/eduardo/openerp60/openerp-server-6.0.1/bin/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/eduardo/openerp60/openerp-server-6.0.1/bin/osv/osv.py", line 167, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/eduardo/openerp60/openerp-server-6.0.1/bin/addons/base/module/wizard/base_module_upgrade.py", line 98, in upgrade_module
      _db, pool = pooler.restart_pool(cr.dbname, update_module=True)
    File "/home/eduardo/openerp60/openerp-server-6.0.1/bin/pooler.py", line 60, in restart_pool
      return get_db_and_pool(db_name, force_demo, status, update_module=update_module)
    File "/home/eduardo/openerp60/openerp-server-6.0.1/bin/pooler.py", line 39, in get_db_and_pool
      addons.load_modules(db, force_demo, status, update_module)
    File "/home/eduardo/openerp60/openerp-server-6.0.1/bin/addons/__init__.py", line 883, in load_modules
      processed_modules.extend(load_module_graph(cr, graph, status, report=report, skip_modules=processed_modules))
    File "/home/eduardo/openerp60/openerp-server-6.0.1/bin/addons/__init__.py", line 716, in load_module_graph
      register_class(package.name)
    File "/home/eduardo/openerp60/openerp-server-6.0.1/bin/addons/__init__.py", line 450, in register_class
      imp.load_module(m, *fm)
    File "/home/eduardo/openerp60/openerp-server-6.0.1/bin/addons/printjob/__init__.py", line 29, in <module>
      from printjob import *
    File "/home/eduardo/openerp60/openerp-server-6.0.1/bin/addons/printjob/printjob.py", line 448, in <module>
      report_spool()
    File "/home/eduardo/openerp60/openerp-server-6.0.1/bin/addons/printjob/printjob.py", line 301, in __init__
      self.joinGroup('web-services')
    File "/home/eduardo/openerp60/openerp-server-6.0.1/bin/netsvc.py", line 52, in joinGroup
      raise Exception("No group for local services")
  Exception: No group for local services

  It seems there are changes in new OpenERP 6 API related to webservices
  ...

  Eduardo



References