Bug 58530 - RuntimeError: fetch() called on closed AsyncHTTPClient
Summary: RuntimeError: fetch() called on closed AsyncHTTPClient
Status: RESOLVED DUPLICATE of bug 56336
Alias: None
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
Version: UCS 5.0
Hardware: Other Linux
: P5 normal
Target Milestone: ---
Assignee: UMC maintainers
QA Contact: UMC maintainers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-19 09:40 CEST by Carlos García-Mauriño
Modified: 2025-08-25 09:30 CEST (History)
1 user (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: 2024091021000032
Bug group (optional):
Customer ID:
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos García-Mauriño univentionstaff 2025-08-19 09:40:13 CEST
Version: 5.0-8 errata1118

Remark: Fresh install with all updates

Error:
```
Traceback (most recent call last):
  File "%PY3%/tornado/web.py", line 1595, in _execute
    result = yield result
  File "%PY3%/tornado/gen.py", line 1133, in run
    value = future.result()
  File "%PY3%/univention/management/console/resources.py", line 749, in get
    self.future = process.request(self.request.method, self.request.full_url(),
body=self.request.body or None, headers=headers)
  File "%PY3%/univention/management/console/resources.py", line 268, in request
    response = self.do_request(method, uri, headers, body, self.socket)
  File "%PY3%/univention/management/console/resources.py", line 144, in do_request
    return self._wrap_future(self._client.fetch(request, raise_error=True))
  File "%PY3%/tornado/httpclient.py", line 256, in fetch
    raise RuntimeError("fetch() called on closed AsyncHTTPClient")
RuntimeError: fetch() called on closed AsyncHTTPClient
```

Role: domaincontroller_master
Comment 1 Florian Best univentionstaff 2025-08-25 09:30:36 CEST

*** This bug has been marked as a duplicate of bug 56336 ***