Closed washowasho closed 7 years ago
This can be marked as closed. I was able to get it deployed by rebuilding my project. I think there were certain JAR files present that AppEngine did not like.
Hi, I get the same error when I try to access the url of the spring boot app deployed in appengine (flex). I have few questions:
Any ideas?
I also created this issue on StackOverflow: https://stackoverflow.com/questions/44551221/google-app-engine-gae-flexible-environment-jetty-issue
My first question is, what's the difference between this plugin and the com.google.cloud.tools - appengine-maven-plugin? Is this project for Java 7 / standard, and the com.google.cloud.tools one for Java 8?
Next question is as follows:
After using mvn appengine:deploy, we receive a BUILD SUCCESSFUL message... but when you navigate to the URL... the following message is received:
I almost feel like the WAR is being deployed to the wrong directory on the AppEngine, causing Jetty to not be able to locate. Any ideas?