Bug 56280 - join/master: dns.exception.SyntaxError: Text input is malformed
join/master: dns.exception.SyntaxError: Text input is malformed
Status: NEW
Product: UCS
Classification: Unclassified
Component: UMC - Domain join
UCS 5.0
Other Windows NT
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2023-07-06 18:43 CEST by Maximilian Janßen
Modified: 2023-07-06 18:43 CEST (History)
0 users

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: 2023030321000059
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 2023-07-06 18:43:16 CEST
Version: 5.0-3 errata601

Error:
Internal server error during "join/master".
Request: join/master

Traceback (most recent call last):
  File "%PY3%/dns/inet.py", line 117, in is_multicast
    first = maybe_ord(dns.ipv4.inet_aton(text)[0])
  File "%PY3%/dns/ipv4.py", line 55, in inet_aton
    raise dns.exception.SyntaxError
dns.exception.SyntaxError: Text input is malformed.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "%PY3%/dns/inet.py", line 121, in is_multicast
    first = maybe_ord(dns.ipv6.inet_aton(text)[0])
  File "%PY3%/dns/ipv6.py", line 155, in inet_aton
    raise dns.exception.SyntaxError
dns.exception.SyntaxError: Text input is malformed.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "%PY3%/univention/management/console/base.py", line 351, 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 254, in execute
    function.__func__(self, request, *args, **kwargs)
  File "%PY3%/univention/management/console/modules/decorators.py", line 327, in _response
    result = _multi_response(self, request)
  File "%PY3%/univention/management/console/modules/decorators.py", line 186, in _response
    return function(self, request)
  File "%PY3%/univention/management/console/modules/decorators.py", line 447, in _response
    return list(function(self, iterator, *nones))
  File "%PY3%/univention/management/console/modules/decorators.py", line 295, in _fake_func
    yield function(self, *args)
  File "%PY3%/univention/management/console/modules/join/__init__.py", line 399, in master
    return get_master_dns_lookup()
  File "%PY3%/univention/management/console/modules/join/__init__.py", line 78, in get_master_dns_lookup
    result = resolver.query(query, 'SRV')
  File "%PY3%/dns/resolver.py", line 913, in query
    source_port=source_port)
  File "%PY3%/dns/query.py", line 325, in udp
    q.keyring, q.mac, ignore_trailing)
  File "%PY3%/dns/query.py", line 261, in receive_udp
    (dns.inet.is_multicast(destination[0]) and
  File "%PY3%/dns/inet.py", line 124, in is_multicast
    raise ValueError
ValueError

Role: domaincontroller_master