简体   繁体   English

Google App Engine简单应用已创建并在本地运行。 但是我无法部署到App Engine

[英]Google App Engine simple app is created and working on local. But i am unable to deploy to App Engine

Google App Engine simple app is created and working on local. Google App Engine简单应用已创建并在本地运行。 But i am unable to deploy to App Engine 但是我无法部署到App Engine

But i am getting following error 但我得到以下错误

Unable to update app: Failed to compile jsp files. 无法更新应用程序:无法编译jsp文件。

See the deployment console for more details Unable to update app: Failed to compile jsp files. 有关更多详细信息,请参见部署控制台。无法更新应用程序:无法编译jsp文件。

This means that there is a compilation problem for one or more of your JSPs. 这意味着一个或多个JSP存在编译问题。 Observe the error in the Eclipse Console view and you will be able to see which of the JSPs did not compile. 在Eclipse控制台视图中观察该错误,您将能够看到哪个JSP没有编译。 It will also point to an error log file that you can view to see the same compilation errors. 它还将指向一个错误日志文件,您可以查看该文件以查看相同的编译错误。

The reason that it is working on local could be due to you not executing any of those problematic JSPs, so it might just look like there is no problem. 它在本地运行的原因可能是由于您没有执行任何有问题的JSP,所以看起来好像没有问题。

Another issue could be that you have the JRE and not JDK setup in your Eclipse, as a result of which it is not able to compile. 另一个问题可能是您在Eclipse中拥有JRE而不是JDK设置,因此无法编译。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM