Hi, we have some builds that are running in self-hosted runners (macOS & Windows env). Once in a while they both fail and gets this error:
[6ddd3b85-1, L:/0.0.0.0:56246 - R:api.media.atlassian.com/104.192.137.17:443] The connection observed an error
io.netty.handler.timeout.ReadTimeoutException: null
An error occurred whilst uploading data to media.
io.netty.handler.timeout.ReadTimeoutException: null
Wrapped by: org.springframework.web.reactive.function.client.WebClientRequestException: nested exception is io.netty.handler.timeout.ReadTimeoutException
at org.springframework.web.reactive.function.client.ExchangeFunctions$DefaultExchangeFunction.lambda$wrapException$9(ExchangeFunctions.java:141)
Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
Error has been observed at the following site(s):
*__checkpoint ⇢ Request to PUT https://api.media.atlassian.com/upload/
Removed some of the sensitive data so some part of the logs may not make sense. After a few days the builds would pass but its becoming an inconvenience when we need the builds asap and this timeout error happens.
I can also confirm that the builds are not getting blocked by the firewall.
G'day, @Lou Andrew Navarro
There are a few reasons why you might have received this error. Typically, it occurs due to the following issues:
If the cache and artifacts is small then I suggest discussing these issues with your network team. Check if there is any packet filtering or capturing happening on the runner. If so, you may need to allow the URL https://api.media.atlassian.com/
to resolve the issue.
Let me know how it goes
Regards,
Syahrul
Hi @Syahrul thanks for the respose. This happens occasionally, and then after a while (maybe a few days), it fixes itself. We didn't apply any changes to our network as well. What we're aiming to do is not get instances like this anymore because the builds running on the runners are crucial, and we can't afford any delays in the future.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I noticed that you are on a paid account. Can you please raise a support ticket with us in our Support portal? We can troubleshoot the issue further. Please provide the whole runner logs attached to the ticket.
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.