The project I have troubles is a swagger genarated spring boot java project 
(more than 160 java files).
Locally on intellij works well and fast.

After executing
 mvn clean spring-boot:run 

on gclod console the project starts and I see the default generated page on 
the browser.

After executing
 mvn  appengine:deploy 

on gclod console I always see this message on the browser:
*Error: Server Error*
*The server encountered a temporary error and could not complete your 
request.*
*Please try again in 30 seconds.*

Or This error:
*502 Bad Gateway*
*nginx*

This are the last messages from gcloud console (afterbmvn  
appengine:deploy):

[INFO] GCLOUD: latest: digest: 
sha256:b079025401c659a2fcf1e5505d2998e6e215bab89f13a47979612db68d7b4a23 
size: 2209
[INFO] GCLOUD: DONE
[INFO] GCLOUD:
[INFO] GCLOUD: Updating service [default] (this may take several minutes)...
[INFO] GCLOUD: Setting traffic split for service [default]...
[INFO] GCLOUD: ...................................done.
[INFO] GCLOUD: Deployed service [default] to 
[https://polishapi-psd2.appspot.com]
[INFO] GCLOUD:
[INFO] GCLOUD: You can stream logs from the command line by running:
[INFO] GCLOUD:   $ gcloud app logs tail -s default
[INFO] GCLOUD:
[INFO] GCLOUD: To view your application in the web browser run:
[INFO] GCLOUD:   $ gcloud app browse
[INFO] BUILD SUCCESS
[INFO] Total time:  05:03 min
[INFO] Finished at: 2019-12-15T17:33:22+01:00
p_zerynger@cloudshell:~/PolishAPI_sample (polishapi-psd2)$

*In logs there are no errors.*
A basic super simple spring boot hello world project works but not that 
swagger generated big one.

Please Help me. Thank you.

-- 
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/17fa65f6-ace1-41f6-9f75-c5fc5bcfee92%40googlegroups.com.
  • [google-appengine... Piotr Zerynger

Reply via email to