| I realize this is several months old, but as it's still open, perhaps I can provide more info. I just ran into the problem and posted about it at https://github.com/jenkinsci/aws-sqs-plugin/issues/29#issuecomment-558347125. Versions: Jenkins: 2.190.3 Java OpenJDK: 11.0.4 AWS SQS plugin: 2.0.1 Git plugin: 3.10.0 / 4.0.0 OS: Ubuntu 18.04 LTS To reproduce: With a valid Jenkins SQS configuration in place under Configure System => Configuration of Amazon SQS queues, i.e. with a queue configured and appropriate IAM credentials to connect to it.
- Upgrade the Git plugin to version 4.0.0.
- Restart Jenkins
- If you are tailing the Jenkins log, you will immediately start seeing the attached errors spewing into the log.
- In the Jenkins web interface, go to Configure System => Configuration of Amazon SQS queues and click "Test Access" on one of your queues. You will see the result "Error." If you click on the Error link, you'll see the Java error, as in the server log.
5. Downgrade the Git plugin to 3.10.0 6. Restart Jenkins 7. If you are tailing the server log, the errors will now stop. 8. In the web interface queue configuration, clicking "Test Access" will now result in success (assuming you have good credentials). sqsError.txt |