Hi Jaromir, Thanks for your reply.
1) I found the error via the Logs Explorer in the GCP logging page 2) My app is less than 50MB, it is just a set of backend REST API. Though it started (as mentioned in my original post), i am unable to make requests to it and subsequently i saw the "start" error in the logs. On local host, startup takes around 5-10 seconds. 3) Attached is my app.yaml file. Did not know that there are other settings i need to take care in the yaml file. Appreciate if you can send me your yaml file for reference too. Thank you so much. Regards DD On Friday, January 29, 2021 at 1:35:10 AM UTC+8 [email protected] wrote: > 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 > > > po 25. 1. 2021 v 11:05 odesílatel ks songs <[email protected]> napsal: > >> Hi, >> >> After further investigation, i saw the following error in the logs >> >> *"Start program failed: failed to detect app after start: >> ForAppStart(): [aborted, context canceled. subject:\"app/valid\" >> Timeout:30m0s, attempts:119980 aborted, context canceled. >> subject:\"app/invalid\" Timeout:30m0s, attempts:119997]",* >> >> Greatly appreciate if anyone could give insights on this error. THanks! >> >> On Tuesday, January 12, 2021 at 12:07:42 AM UTC+8 Elliott (Cloud Platform >> Support) wrote: >> >>> Hello, >>> >>> I understand that when you are placing a request using postman, it >>> remains in “sending request” for a long time. >>> >>> I am unable to find a common issue at this time that would cause the >>> behavior you are describing. Also, Google Groups is meant for general >>> discussions. >>> >>> To move this along and narrow down the focus, I would suggest while >>> sending your request, open Postman Console (View > Show Postman Console), >>> resend the request and check for any error logs in the console. >>> >>> This way, we will be able to get extra information that may help isolate >>> the problem. >>> >>> >>> On Monday, January 11, 2021 at 9:16:40 AM UTC-5 [email protected] wrote: >>> >>>> Hi All, >>>> >>>> I have a set of Backend springboot application deployed successfully >>>> deployed in the APP engine. However, when i tried to access the one of the >>>> backend API in the postman, the request does not return, the postman >>>> remains in "sending request" for a long time. >>>> >>>> As you can see from the GCP logs below, my backed service is running. >>>> >>>> May i know if anyone encounter the same issue before whereby the >>>> service is deployed successfully in the APP engine, but request cannot be >>>> made and no timeout is thrown either. >>>> >>>> Thanks in advance! >>>> >>>> Regards >>>> >>>> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/google-appengine/d3d40cbd-48d6-4e9f-9aa0-ee353cc37318n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/google-appengine/d3d40cbd-48d6-4e9f-9aa0-ee353cc37318n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d3fcf2ad-bd43-4a81-b574-1d9d0a6a1a60n%40googlegroups.com.
