I’m in the process of migration our app to java21 from java8 using the bundled legacy services and EE8.
When starting the app I don’t get any errors, but whenever I try to access the app it just seems to shut down.
How can I find out what is causing this strange behaviour?
I tried switching from automatic scaling to basic, but to no avail.
Any Ideas?
INFO 2024-08-30T14:58:03.671219Z [pid1] shutdown [session:0K3N789]
INFO 2024-08-30T14:58:03.671210Z [pid1] Done [session:0K3N789]
INFO 2024-08-30T14:58:03.670694Z [pid1] Stopping all processes [session:0K3N789]
WARNING 2024-08-30T14:58:02.010646Z [pid1-app] Exit 143 app (pid 11): /bin/sh -c exec serve WEB-INF/appengine-web.xml [session:0K3N789]
INFO 2024-08-30T14:58:01.676176Z [pid1-nginx] Exit 0 nginx (pid 38): /usr/sbin/nginx -c /tmp/nginxconf-1292191957/nginx.conf [session:0K3N789]
INFO 2024-08-30T14:58:01.670351Z [pid1-nginx] Propagating terminated signal to nginx (pid 38) [session:0K3N789]
INFO 2024-08-30T14:58:01.670345Z [pid1-app] Propagating terminated signal to app (pid 11) [session:0K3N789]
INFO 2024-08-30T14:58:01.670340Z [pid1] Waiting 2s to allow shutdown processing [session:0K3N789]
INFO 2024-08-30T14:58:01.670318Z [pid1] Sending terminated signal to processes [session:0K3N789]
INFO 2024-08-30T14:58:01.669586Z [pid1] Received terminated signal [session:0K3N789]