Sharath Kirani
Sharath Kirani

Reputation: 105

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)

Upvotes: 5

Views: 2911

Answers (1)

Julio Faerman
Julio Faerman

Reputation: 13501

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.

Upvotes: 4

Related Questions