Univention Bugzilla – Attachment 8966 Details for
Bug 44850
Error handling broken in App Appliance during license request
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
44850.patch (text/plain), 789 bytes, created by
Florian Best
on 2017-06-23 19:05:42 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2017-06-23 19:05:42 CEST
Size:
789 bytes
patch
obsolete
>diff --git a/base/univention-system-setup/umc/python/setup/util.py b/base/univention-system-setup/umc/python/setup/util.py >index 92aacc1..a2edfcd 100644 >--- a/base/univention-system-setup/umc/python/setup/util.py >+++ b/base/univention-system-setup/umc/python/setup/util.py >@@ -1091,7 +1091,8 @@ def domain_has_activated_license(nameserver, username, password): > client = Client(fqdn_master, username, password) > result = client.umc_command('udm/license/info').result > except (HTTPError, ConnectionError) as exc: >- raise UMC_Error(str(exc)) >+ MODULE.error('Failed request: %s' % (exc,)) >+ raise UMC_Error(_('The domaincontroller master could not be contacted. Please check if the host is up and reachable, especially by proxy and firewall.')) > > return bool(result.get('keyID')) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 44850
: 8966