You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
Linux
Reproduction steps
Clean Jenkins install v2.319
Using AWS Credentials Plugins v1.32
Assigned IAM Role for Jenkins master instance (AWS EC2) to be able to get information for a AWS ECS Cluster (ListContainerInstances and DescribeContainerInstances)
Go to Manage Jenkins -> Configure System -> Configure Clouds -> Click on Add a new cloud
Results
Expected result:
Able to see the list of ECS Cluster resources based on the IAM Role granted to Jenkins master server.
Actual result:
Cannot retrieve the expected ECS Cluster Resources
The small window inside show errors A Problem occurred while processing the request
Checking the Jenkins System Logs, in turns out there was an issue with java.lang.LinkageError: loader constraint violation: loader (instance of jenkins/util/AntClassLoader) previously initiated loading for a different type with name "com/amazonaws/ClientConfiguration". Please refer to log aws-cloudbess-error.log
Note
Downgrade AWS Credentials Plugins to v1.30, it works properly and can retrieve the expected ECS Cluster Resources
The text was updated successfully, but these errors were encountered:
Version report
Jenkins and plugins versions report:
Reproduction steps
Results
Expected result:
Able to see the list of ECS Cluster resources based on the IAM Role granted to Jenkins master server.
Actual result:
Cannot retrieve the expected ECS Cluster Resources
The small window inside show errors A Problem occurred while processing the request

Checking the Jenkins System Logs, in turns out there was an issue with
java.lang.LinkageError: loader constraint violation: loader (instance of jenkins/util/AntClassLoader) previously initiated loading for a different type with name "com/amazonaws/ClientConfiguration"
. Please refer to logaws-cloudbess-error.log
Note
Downgrade AWS Credentials Plugins to v1.30, it works properly and can retrieve the expected ECS Cluster Resources
The text was updated successfully, but these errors were encountered: