Bug 54634 - appcenter/progress: The Univention Management Console Server is currently not running.
appcenter/progress: The Univention Management Console Server is currently not...
Status: NEW
Product: UCS
Classification: Unclassified
Component: App Center
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: App Center maintainers
App Center maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2022-04-04 16:39 CEST by Maximilian Janßen
Modified: 2023-07-07 17:10 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Bug Report
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: 2022040321000201, 2022111621000477
Bug group (optional): Error handling, External feedback
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maximilian Janßen univentionstaff 2022-04-04 16:39:06 CEST
same traceback:
- Bug #47031 18_distribute_filename_problems fails because UMC server is down
- Bug #47299 ^ ^ ^


Version: 5.0-1 errata279

Error: 
Interner Server-Fehler in "appcenter/progress".
Request: appcenter/progress

Traceback (most recent call last):
  File "%PY3%/univention/management/console/base.py", line 344, in __error_handling
    six.reraise(etype, exc, etraceback)
  File "%PY3%/six.py", line 693, in reraise
    raise value
  File "%PY3%/univention/management/console/base.py", line 247, in execute
    function.__func__(self, request, *args, **kwargs)
  File "%PY3%/univention/management/console/modules/decorators.py", line 321, in _response
    result = _multi_response(self, request)
  File "%PY3%/univention/management/console/modules/decorators.py", line 181, in _response
    return function(self, request)
  File "%PY3%/univention/management/console/modules/decorators.py", line 443, in _response
    return list(function(self, iterator, *nones))
  File "%PY3%/univention/management/console/modules/decorators.py", line 289, in _fake_func
    yield function(self, *args)
  File "%PY3%/univention/management/console/modules/mixins.py", line 158, in progress
    ret = progress_obj.poll()
  File "%PY3%/univention/management/console/modules/mixins.py", line 102, in poll
    six.reraise(*self.exc_info)
  File "%PY3%/six.py", line 693, in reraise
    raise value
  File "%PY3%/univention/management/console/modules/decorators.py", line 312, in _thread
    result = _multi_response(self, request)
  File "%PY3%/univention/management/console/modules/decorators.py", line 181, in _response
    return function(self, request)
  File "%PY3%/univention/management/console/modules/decorators.py", line 443, in _response
    return list(function(self, iterator, *nones))
  File "%PY3%/univention/management/console/modules/decorators.py", line 289, in _fake_func
    yield function(self, *args)
  File "%PY3%/univention/management/console/modules/appcenter/__init__.py", line 294, in run
    host_result[app.id] = self._run_remote(host, app, action, auto_installed, _settings, progress)[app.id]
  File "%PY3%/univention/management/console/modules/appcenter/__init__.py", line 352, in _run_remote
    return self._run_remote_logic(host, [app], action, auto_installed, settings, progress, dry_run=False)
  File "%PY3%/univention/management/console/modules/appcenter/__init__.py", line 363, in _run_remote_logic
    result = client.umc_command('appcenter/progress', {'progress_id': progress_id}).result
  File "%PY3%/univention/lib/umc.py", line 452, in umc_command
    return self.request('POST', 'command/%s' % (path,), data, headers)
  File "%PY3%/univention/lib/umc.py", line 532, in request
    return self.send(request)
  File "%PY3%/univention/lib/umc.py", line 561, in send
    raise HTTPError(request, response, self.hostname)
univention.lib.umc.ServiceUnavailable: 503 on ****.****.** (command/appcenter/progress): {'status': 503, 'message': 'The Univention Management Console
Server is currently not running. \nIf you have root permissions on the system you can restart it by executing the following command:\n * service
univention-management-console-server restart\nThe following logfile may contain information why the server is not running:\n *
/var/log/univention/management-console-server.log\nOtherwise please contact an administrator or try again later.', 'traceback': None, 'location':
'https://****.****.***/univention/command'}
Comment 1 Mika Westphal univentionstaff 2022-10-27 17:41:46 CEST
Reported again
Version: 5.0-2 errata460

Remark: keine Ahnung, ich habe Samba remote auf einem Replika installiert

Error:
Interner Server-Fehler in "appcenter/progress".
Request: appcenter/progress

Traceback (most recent call last):
  File "%PY3%/univention/management/console/base.py", line 347, in __error_handling
    six.reraise(etype, exc, etraceback)
  File "%PY3%/six.py", line 693, in reraise
    raise value
  File "%PY3%/univention/management/console/base.py", line 250, in execute
    function.__func__(self, request, *args, **kwargs)
  File "%PY3%/univention/management/console/modules/decorators.py", line 324, in _response
    result = _multi_response(self, request)
  File "%PY3%/univention/management/console/modules/decorators.py", line 184, in _response
    return function(self, request)
  File "%PY3%/univention/management/console/modules/decorators.py", line 446, in _response
    return list(function(self, iterator, *nones))
  File "%PY3%/univention/management/console/modules/decorators.py", line 292, in _fake_func
    yield function(self, *args)
  File "%PY3%/univention/management/console/modules/mixins.py", line 161, in progress
    ret = progress_obj.poll()
  File "%PY3%/univention/management/console/modules/mixins.py", line 105, in poll
    six.reraise(*self.exc_info)
  File "%PY3%/six.py", line 693, in reraise
    raise value
  File "%PY3%/univention/management/console/modules/decorators.py", line 315, in _thread
    result = _multi_response(self, request)
  File "%PY3%/univention/management/console/modules/decorators.py", line 184, in _response
    return function(self, request)
  File "%PY3%/univention/management/console/modules/decorators.py", line 446, in _response
    return list(function(self, iterator, *nones))
  File "%PY3%/univention/management/console/modules/decorators.py", line 292, in _fake_func
    yield function(self, *args)
  File "%PY3%/univention/management/console/modules/appcenter/__init__.py", line 298, in run
    host_result[app.id] = self._run_remote(host, app, action, auto_installed, _settings, progress)[app.id]
  File "%PY3%/univention/management/console/modules/appcenter/__init__.py", line 356, in _run_remote
    return self._run_remote_logic(host, [app], action, auto_installed, settings, progress, dry_run=False)
  File "%PY3%/univention/management/console/modules/appcenter/__init__.py", line 367, in _run_remote_logic
    result = client.umc_command('appcenter/progress', {'progress_id': progress_id}).result
  File "%PY3%/univention/lib/umc.py", line 455, in umc_command
    return self.request('POST', 'command/%s' % (path,), data, headers)
  File "%PY3%/univention/lib/umc.py", line 535, in request
    return self.send(request)
  File "%PY3%/univention/lib/umc.py", line 564, in send
    raise HTTPError(request, response, self.hostname)
univention.lib.umc.ServiceUnavailable: 503 on dn2.training.ucs (command/appcenter/progress): {'status': 503, 'message': 'The connection to the Univention Management Console Server
broke up unexpectedly. \nIf you have root permissions on the system you can restart UMC by executing the following commands:\n * service univention-management-console-server
restart\n * service univention-management-console-web-server restart\nOtherwise please contact an administrator or try again later.', 'traceback': None, 'location':
'https://***/univention/command'}

Role: domaincontroller_master