Bug 57485 - fetch() called on closed AsyncHTTPClient
Summary: 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: 2024-07-31 13:32 CEST by Mika Westphal
Modified: 2025-08-25 09:30 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 4: Minor Usability: Impairs usability in secondary scenarios
Who will be affected by this bug?: 2: Will only affect a few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.091
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2024073021000123, 2024071921000092, 2024071021000214, 2024053121000189, 2024090621000139
Bug group (optional): Error handling, External feedback
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 Mika Westphal univentionstaff 2024-07-31 13:32:47 CEST
Version: 5.0-8 errata1085

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 746, 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 265, in request
    response = self.do_request(method, uri, headers, body, self.socket)
  File "%PY3%/univention/management/console/resources.py", line 141, 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 Mika Westphal univentionstaff 2024-07-31 13:54:03 CEST
2024071921000092 Version: 5.0-8 errata1085 Remark: Update OS und Update Nextcloud.
2024071021000214 Version: 5.0-8 errata1082 Remark: bei updat auf neuste Version . Dieser Server beinhaltet u.a. einen Kopano Server
2024053121000189 Version: 5.0-4 errata894
Comment 2 Mika Westphal univentionstaff 2024-08-12 10:17:35 CEST
2024080221000175 Version: 5.0-8 errata1088 Remark: Software-Aktualisierung gestartet
Comment 3 Mika Westphal univentionstaff 2024-09-09 10:05:28 CEST
2024090621000139 Version: 5.0-8 errata1118
Comment 4 Florian Best univentionstaff 2025-08-25 09:30:31 CEST

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