Hi,
I have already tried to deploy my springboot app (Just only public REST API) and I had some "start" issues too.
I don't know how much do you know about app engine instance settings, scaling,.. in app.yaml file. A lot of issues could be resolved by the correct instance settings. Choose right instance class, start timeouts etc.
I have problems with restarting my app during starting (several times). After I change instance class, set timeouts for liveness and readines check requests is my app stable now.
I would like to get to know more information about this environment and settings. I think it could be a good idea to share knowledge together.
If you want , write me.
I would like to know:
- In which log did you find the error message? "Start program failed: failed to detect app after start:....
in group of logs : gcloud app logs tail -s default ???
- how big is your app? (mine 100MB) and how long will it take to run (on localhost and on gcp)??
- could you send me app.yaml?
Bye
Jaromír