简体   繁体   中英

AWS - Unable to deploy java project to aws beanstalk from eclipse

I am trying to deploy amazon java web app to beanstalk(AWS Elastic Beanstalk for Tomcat 7) from eclipse using aws toolkit.

But i am facing following error,

Unable to update environment with new application version: 
Environment named awseclipse is in an invalid state for this operation. Must be Ready. 
(Service: AWSElasticBeanstalk; Status Code: 400; Error Code: InvalidParameterValue; Request ID: da4518bf-13e4-11e4-9c13-97be58285d3c)

You probably have another deployment or change pending. As the error message mentions, you need to wait until your environment is ready to deploy a new version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM