部署到Elastic Beanstalk时出现JavaAgentDetector错误

时间:2016-06-15 18:46:10

标签: java amazon-web-services spring-boot elastic-beanstalk jhipster

我有一个Java 8,Spring启动应用程序,它有一个嵌入式Tomcat(它实际上是一个JHipster 3.0.0单片应用程序)。我想将其部署到AWS Elastic Beanstalk。

我的方法:

  1. 在Java环境中,使用Procfile。
  2. 在Tomcat环境中,使用Procfile。
  3. 在Java环境中,没有Procfile。
  4. 在Tomcat环境中,没有Procfile。
  5. 无论采用什么方法,我总是会遇到这个错误。

    enter image description here

    我没有在我的项目中使用Elastic Beanstalk无法扩充的JavaAgentDetector.class。

    enter image description here

    当然,当我在本地执行.war时,没有任何问题。 想法?

2 个答案:

答案 0 :(得分:0)

可能是您的生产资料和开发资料的差异?

答案 1 :(得分:0)

诀窍是什么:我最终在没有Procfile的Tomcat环境中部署了我的应用程序。错误是我的pom.xml与数据库名称中的application-prod.properties之间的大写锁定差异。