Bug 37681

Summary: Traceback when opening UMC, adconnector initialization fails
Product: UCS Reporter: Florian Best <best>
Component: UMC - AD ConnectorAssignee: Connector maintainers <connector-maintainers>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P5 CC: gohmann, klaeser
Version: UCS 4.0   
Target Milestone: UCS 4.0-x   
Hardware: Other   
OS: Linux   
What kind of report is it?: --- What type of bug is this?: ---
Who will be affected by this bug?: --- How will those affected feel about the bug?: ---
User Pain: Enterprise Customer affected?:
School Customer affected?: ISV affected?:
Waiting Support: Flags outvoted (downgraded) after PO Review:
Ticket number: Bug group (optional): Error handling, External feedback, Usability
Max CVSS v3 score:

Description Florian Best univentionstaff 2015-02-04 09:06:53 CET
The traceback pops up immediately when opening UMC (Bug #35870 initializes the module on startup to display some notification).

Traceback:
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/univention/management/console/protocol/modserver.py",
line 266, in handle
    self.__handler.init()
  File
"/usr/lib/pymodules/python2.7/univention/management/console/modules/adconnector/__init__.py",
line 118, in init
    self.__update_status()
  File
"/usr/lib/pymodules/python2.7/univention/management/console/modules/adconnector/__init__.py",
line 349, in __update_status
    self.status_running =
self.__is_process_running('*python*univention/connector/ad/main.py*')
  File
"/usr/lib/pymodules/python2.7/univention/management/console/modules/adconnector/__init__.py",
line 355, in __is_process_running
    if proc.cmdline and fnmatch.fnmatch( ' '.join( proc.cmdline ), command ):
  File "/usr/lib/pymodules/python2.7/psutil/__init__.py", line 330, in cmdline
    return self._platform_impl.get_process_cmdline()
  File "/usr/lib/pymodules/python2.7/psutil/_pslinux.py", line 437, in wrapper
    raise NoSuchProcess(self.pid, self._process_name)
NoSuchProcess: process no longer exists (pid=11525)
Comment 1 Florian Best univentionstaff 2015-02-23 12:38:08 CET
Also reported via external feedback (4.0-0 errata84 (Walle))
Remark:
Aufruf der UMC über Firefox
Comment 2 Florian Best univentionstaff 2017-05-19 14:17:38 CEST

*** This bug has been marked as a duplicate of bug 41619 ***
Comment 3 Florian Best univentionstaff 2017-07-08 13:04:55 CEST
Yes, duplicate.