Bug 37681 - Traceback when opening UMC, adconnector initialization fails
Traceback when opening UMC, adconnector initialization fails
Status: CLOSED DUPLICATE of bug 41619
Product: UCS
Classification: Unclassified
Component: UMC - AD Connector
UCS 4.0
Other Linux
: P5 normal (vote)
: UCS 4.0-x
Assigned To: Connector maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-02-04 09:06 CET by Florian Best
Modified: 2023-03-25 06:45 CET (History)
2 users (show)

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.