Open dareno opened 5 years ago
This plugin is hard-coded to an environment that no longer exists. The deploy command will fail with the following message:
com.amazonaws.AmazonServiceException: No Solution Stack named '32bit Amazon Linux running Tomcat 7' found.
Hard-coded environment selection: https://github.com/weavejester/lein-beanstalk/blob/d14189261ca515ac45a2fd6d9cfd9249c18409e6/src/leiningen/beanstalk/aws.clj#L166
Currently supported "Java with Tomcat" environments: https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.java
Leiningen 2.8.1 on Java 1.8.0_161 Java HotSpot(TM) 64-Bit Server VM
:plugins [[lein-beanstalk "0.2.7"]]
I don't think I have time to work on Lein-Beanstalk anymore, so feel free to fork it.
Problem Description
This plugin is hard-coded to an environment that no longer exists. The deploy command will fail with the following message:
Root Cause
Hard-coded environment selection: https://github.com/weavejester/lein-beanstalk/blob/d14189261ca515ac45a2fd6d9cfd9249c18409e6/src/leiningen/beanstalk/aws.clj#L166
Currently supported "Java with Tomcat" environments: https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.java
Versions:
Leiningen 2.8.1 on Java 1.8.0_161 Java HotSpot(TM) 64-Bit Server VM
:plugins [[lein-beanstalk "0.2.7"]]