-
Notifications
You must be signed in to change notification settings - Fork 203
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
Getting a ERROR: com.amazonaws.AmazonClientException: Unable to complete transfer: Failed to load com.sun.xml.bind.StackHelper #299
Comments
We are experiencing the same exact behaviour when running a pipeline that uploads frontend files to S3, in an identical scenario. The problem repits intermittently. Just running the pipeline few minutes after it runs smoothly. org.codehaus.groovy.runtime.InvokerInvocationException: com.amazonaws.AmazonClientException: Unable to complete transfer: Failed to load com.sun.xml.bind.StackHelper |
we are also seeing same issue, anyone has solution? Caused: com.amazonaws.AmazonClientException: Unable to complete transfer: Failed to load com.sun.xml.bind.StackHelper |
We had luck with running Jenkins under Java 8. It looks like this could be Java 11 related? |
Faced this issue with 1.43 version of plugin (jenkins is running with java11) |
For anyone encountering this issue, it would be helpful if you can confirm that:
The reason I suggest this, is because the error This plugin currently only pulls in version: Line 140 in 693f49f
If anyone finds that this solves your issue, please reply or add a 👍 |
@asmild since you encountered this issue just 12 days ago, did the above solution help? |
@rkivisto we are using:
I'm still getting the error, maybe we can just run |
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Pipeline is running using containerTemplates with 'docker' as one of them. The issue happens intermittently but there's no documentation to show what are the possible causes of it. It happens when uploading a tar file using the following:
File I'm uploading is a tar file packaged using helm. There will also be multiple packaged files, so looping can happen to to upload multiple packaged files.
Reproduction steps
Expected Results
Uploaded files to bucket
Actual Results
Error on the first tar file upload attempt
Anything else?
No response
The text was updated successfully, but these errors were encountered: