Google App Engine Maven plugin: Unable to start devserver

馋奶兔 提交于 2020-01-06 11:02:08

问题


I'm trying to migrate my Eclipse GAE project to use Maven and the Google App Engine Maven plugin instead.

Everything appears to be set up correctly, the tests all pass, however when I attempt to run the devserver I get the following output:

https://gist.github.com/sanity/5181682

You can see the source code, including my pom.xml file, here: https://github.com/sanity/LastCalc/tree/maven-conversion

Any guidance would be greatly appreciated.


回答1:


I think this is a Java version issue.The current plugin detects java executable by looking for ${JAVA_HOME}, where is your JAVA_HOME pointing to? See also the source:https://code.google.com/p/appengine-maven-plugin/source/browse/src/main/java/com/google/appengine/DevAppServerRunner.java



来源:https://stackoverflow.com/questions/15461729/google-app-engine-maven-plugin-unable-to-start-devserver

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!