Status Update
Comments
va...@google.com <va...@google.com>
ku...@google.com <ku...@google.com> #2
Hello,
Thank you for contacting the Google Cloud support team.
We’ve gone through your reported issue, however it seems like this is an issue observed specifically at your end. It would need more specific debugging and analysis. To ensure a faster resolution and dedicated support for your issue, I kindly request you to file a support ticket by clicking
Please note that the Issue Tracker is primarily meant for reporting commonly observed issues and requesting new features. For individual support issues, it is best to utilize the support ticketing system. I'm going to close this issue which will no longer be monitored. If you have any additional issues or concerns, please don’t hesitate to create a new issue on the
Description
I opened another issue , but it was incorrectly closed. It's a bug, and the link that they shared with me doesn't correspond to the problem.
I have a Spring Boot application and I migrated my project from Java 8 to Java 17, and I could deploy normally on october 14. I could see in the logs that the app was running on Java 17.
On october 15, I just added a small feature, with no changes in the configuration, and then I started to get the error:
I made no changes in configuration, but since october 15 I got this error every single day and I can't deploy my application.
It's not an error in my application, since I already deployed with success and it doesn't work anymore. It's a bug! My configuration file says to app engine that I want a Java 17 Runtime, but app engine tries to run my app in a JDK 8 Runtime. I tried many times!
I wrote my app.yaml following the Google Cloud instructions for app engine flex running with Java 17: