Skip to content
Advertisement

Why deploying a spring boot (Java) application to Googles App Engine gives error for both Flexible and Standard environment?

It is a Spring boot Java application using Maven. I am using Intelij for developement.

I am availing $300 as I got by default from GCP and using it.

For a flexible environment, the app.yaml configuration is

JavaScript

Error as below: The requested amount of instances has exceeded GCE’s default quota

JavaScript

When I using a Standard enviorment

JavaScript

The Error showing as below

JavaScript

Here is the links for Quotas:free quotes

It would be great to get help in detail.

  1. If I need to increase my quotes, how and which component to be increased ?
  2. What will be the app.yaml configuration for standard/flexible, if I have mentioned wrong?
  3. Why Java 6 Error is coming ?

Advertisement

Answer

In GAE there are two possible Java versions:

https://cloud.google.com/appengine/docs/java

In your app.yaml you can set:

JavaScript

And then in your app.yaml path:

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement