GoogleCloudPlatform / gcloud-maven-plugin

Cloud SDK Maven Plugin for Google App Engine (Managed VMs and non Managed VMs)
Apache License 2.0
29 stars 24 forks source link

mvn gcloud:deploy fails for non-vm java app with java6 not supported error #55

Closed estrellis closed 8 years ago

estrellis commented 8 years ago

web.xml:

egs-test-qa2truepkb-appengine-e8b372bd1B4_1G

Diagnostic: INFO] Details: [ [INFO] [ [INFO] { [INFO] "@type": "type.googleapis.com/google.rpc.DebugInfo", [INFO] "detail": "[ORIGINAL ERROR] generic::invalid_argument: Java 6 applications are prevented from being deployed to Google App Engine from any version of the SDK, including older ones. If you need to continue to deploy Java 6 applications for compatibility reasons, you can request that your application be whitelisted for Java 6 deployment by visiting http://goo.gl/ycffXq. [google.rpc.error_details_ext] { code: 3 message: \"Java 6 applications are prevented from being deployed to Google App Engine from any version of the SDK, including older ones. If you need to continue to deploy Java 6 applications for compatibility reasons, you can request that your application be whitelisted for Java 6 deployment by visiting http://goo.gl/ycffXq.\" }" [INFO] } [INFO] ] [INFO] ]

ludoch commented 8 years ago

Fix is in the new release I pushed.

2.0.9.83.v20151021

Should be online soon, when Maven central has it.