Bug 50290 - Traceback in management-console-server: AttributeError: 'UMC_Daemon' object has no attribute 'server'
Traceback in management-console-server: AttributeError: 'UMC_Daemon' object h...
Status: RESOLVED DUPLICATE of bug 43633
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2019-09-27 15:15 CEST by Johannes Keiser
Modified: 2023-06-09 16:44 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 3: Simply Wrong: The implementation doesn't match the docu
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 1: Nuisance – not a big deal but noticeable
User Pain: 0.017
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Keiser univentionstaff 2019-09-27 15:15:36 CEST
Traceback (most recent call last):
  File "/usr/sbin/univention-management-console-server", line 243, in <module>
    umc_daemon.do_action()
  File "/usr/lib/python2.7/dist-packages/daemon/runner.py", line 267, in do_action
    func(self)
  File "/usr/lib/python2.7/dist-packages/daemon/runner.py", line 186, in _start
    self.app.run()
  File "/usr/sbin/univention-management-console-server", line 199, in run
    from univention.management.console.protocol.server import Server
  File "/usr/lib/pymodules/python2.7/univention/management/console/protocol/__init__.py", line 187, in <module>
    from session import *
  File "/usr/lib/pymodules/python2.7/univention/management/console/protocol/session.py", line 53, in <module>
    import univention.admin.uexceptions as udm_errors
  File "/usr/lib/python2.7/dist-packages/univention/admin/__init__.py", line 3, in <module>
    locals().update(__import__('imp').load_source('univention.admin', '/usr/share/pyshared/univention/admin/__init__.py').__dict__)
  File "/usr/share/pyshared/univention/admin/__init__.py", line 630, in <module>
    from univention.admin import modules, objects, syntax, hook, mapping  # noqa
  File "/usr/lib/pymodules/python2.7/univention/admin/modules.py", line 47, in <module>
    import univention.admin.syntax
  File "/usr/lib/pymodules/python2.7/univention/admin/syntax.py", line 38, in <module>
    import inspect
  File "/usr/lib/python2.7/inspect.py", line 39, in <module>
    import tokenize
  File "/usr/lib/python2.7/tokenize.py", line 103, in <module>
    re.compile, (Token, PseudoToken, Single3, Double3))
  File "/usr/lib/python2.7/re.py", line 194, in compile
    return _compile(pattern, flags)
  File "/usr/lib/python2.7/re.py", line 249, in _compile
    p = sre_compile.compile(pattern, flags)
  File "/usr/lib/python2.7/sre_compile.py", line 576, in compile
    code = _code(p, flags)
  File "/usr/lib/python2.7/sre_compile.py", line 558, in _code
    _compile_info(code, p, flags)
  File "/usr/lib/python2.7/sre_compile.py", line 437, in _compile_info
    lo, hi = pattern.getwidth()
  File "/usr/lib/python2.7/sre_parse.py", line 173, in getwidth
    i, j = av[1].getwidth()
  File "/usr/lib/python2.7/sre_parse.py", line 163, in getwidth
    l, h = av.getwidth()
  File "/usr/lib/python2.7/sre_parse.py", line 173, in getwidth
    i, j = av[1].getwidth()
  File "/usr/lib/python2.7/sre_parse.py", line 163, in getwidth
    l, h = av.getwidth()
  File "/usr/lib/python2.7/sre_parse.py", line 173, in getwidth
    i, j = av[1].getwidth()
  File "/usr/lib/python2.7/sre_parse.py", line 163, in getwidth
    l, h = av.getwidth()
  File "/usr/lib/python2.7/sre_parse.py", line 173, in getwidth
    i, j = av[1].getwidth()
  File "/usr/lib/python2.7/sre_parse.py", line 163, in getwidth
    l, h = av.getwidth()
  File "/usr/lib/python2.7/sre_parse.py", line 179, in getwidth
    hi = hi + j * av[1]
  File "/usr/sbin/univention-management-console-server", line 231, in signal_terminate
    self.server.exit()
AttributeError: 'UMC_Daemon' object has no attribute 'server'
Comment 1 Florian Best univentionstaff 2023-06-09 16:44:18 CEST
obsolete by Bug #43633

*** This bug has been marked as a duplicate of bug 43633 ***