简体   繁体   English

Google App Engine Maven插件:无法启动devserver

[英]Google App Engine Maven plugin: Unable to start devserver

I'm trying to migrate my Eclipse GAE project to use Maven and the Google App Engine Maven plugin instead. 我正在尝试将Eclipse GAE项目迁移为使用Maven和Google App Engine Maven插件。

Everything appears to be set up correctly, the tests all pass, however when I attempt to run the devserver I get the following output: 一切似乎都正确设置,测试全部通过,但是当我尝试运行devserver时,得到以下输出:

https://gist.github.com/sanity/5181682 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 您可以在这里查看源代码,包括我的pom.xml文件: https : //github.com/sanity/LastCalc/tree/maven-conversion

Any guidance would be greatly appreciated. 任何指导将不胜感激。

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? 我认为这是Java版本的问题。当前的插件通过查找$ {JAVA_HOME}来检测Java可执行文件,您的JAVA_HOME指向哪里? See also the source: https://code.google.com/p/appengine-maven-plugin/source/browse/src/main/java/com/google/appengine/DevAppServerRunner.java 另请参阅来源: https : //code.google.com/p/appengine-maven-plugin/source/browse/src/main/java/com/google/appengine/DevAppServerRunner.java

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 谷歌应用引擎:maven或eclipse谷歌插件 - Google app engine: maven or eclipse google plugin Maven 3.1.0打破了Google App Engine Maven插件 - Maven 3.1.0 breaks Google App Engine Maven Plugin 为什么我无法同时使用Maven插件和Google App Engine插件在Intellij中创建新的Java项目? - Why am I unable to create a new Java project in Intellij using both the Maven Plugin and the Google App Engine Plugin? Maven GAE无法执行目标com.google.appengine:appengine-maven-plugin:1.9.12:devserver [...] NoSuchElementException - Maven GAE Failed to execute goal com.google.appengine:appengine-maven-plugin:1.9.12:devserver […] NoSuchElementException 无法安装Google App Engine插件(Eclipse 3.6) - Unable to install Google App Engine Plugin (Eclipse 3.6) 无法启动嵌入式Google App Engine服务器进行集成测试 - Unable to start embedded Google App Engine Server for Integration Tests Maven App Engine DevServer:java.util.zip.ZipException:打开zip文件时出错 - Maven App Engine DevServer: java.util.zip.ZipException: error in opening zip file 在Mac OS X Mavericks上使用Maven插件启动Google Appengine devserver时延迟 - Delay when starting Google Appengine devserver with Maven plugin on Mac OS X Mavericks 如何在使用GAE Maven插件时在IDEA中调试Java Google App Engine应用程序? - How can I debug a Java Google App Engine app in IDEA while using the GAE Maven plugin? 适用于Java开发服务器(devserver)的Google App Engine任务队列REST API - Google App Engine Task Queue REST API for the Java Development Server (devserver)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM