Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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)
like image 346
Sharath Kirani Avatar asked Sep 30 '22 06:09

Sharath Kirani


1 Answers

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.

like image 160
Julio Faerman Avatar answered Oct 19 '22 09:10

Julio Faerman