-
Notifications
You must be signed in to change notification settings - Fork 774
Setup action fails without clearr error #793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @daan-flore👋, |
Hi @daan-flore, We've reviewed your logs and tested the setup-java@v4 action on our self-hosted runners. So far, we’re unable to reproduce the issue the action completes successfully without any errors. Attached is a screenshot for your reference. ![]() |
Hi @gowridurgad, Most runs are not a problem it just happens sometimes. So my question is are we able to get more info about why it fails there is no error written in the logs by the action so it makes it difficult for me to see if it is connection problem, ssl error, ... As the runners are linked to github enterprise I can't share a public repo to reproduce the issue. Kind regards, |
Hi @daan-flore, We understand that intermittent failures without clear error messages can be difficult to troubleshoot. To address this, enhanced error handling has been implemented in the action to provide more explicit and helpful error
Kindly test it at your earliest convenience and provide your feedback. Your input will help us improve and |
Hi @gowridurgad, I have updated my test branch. Kind regards, |
Description:
We are running self hosted runners of github and somethimes the setup-java actions fails without any clear error or warning. Even when running the scripts in debug mode we are just seeing that the sripts stops with exit code 1 and trying to list the versions. To be able to further investigate it we would need to see on with the actions fails.
Is it a connection timout, rejection, non valid http code returned, ...
Task version:
actions/setup-java@v4 => SHA:c5195efecf7bdfc987ee8bae7a71cb8b11521c00
Platform:
Runner type:
Repro steps:
We just have a setup-java action running on a schedule and every x time it just fails
Expected behavior:
An error that can help with investigating the problem.
Actual behavior:
We just see action run completed with exit code 1
The text was updated successfully, but these errors were encountered: