Re: [google-appengine] java.lang.NoClassDefFoundError: com/google/api/services/servicemanagement/ServiceManagement$Builder

2021-03-06 Thread bml
Hi Rajesh I was able to work around this by modifying my pom. I first had to find where com/google/api/services/servicemanagement/ServiceManagement was then add to pom. Then a couple more pom adjustments based on error messages. Something on the backend for GAE must have happened, would be

Re: [google-appengine] java.lang.NoClassDefFoundError: com/google/api/services/servicemanagement/ServiceManagement$Builder

2021-03-03 Thread 'Olu' via Google App Engine
Hello Rajesh, Surely, reporting the issue by creating a Developer's Support ticket is a viable way to further evaluate this issue. The GCP Support Engineers would be able to check the details of the Logs and any underlying conditions or infrastructure, which may be causing the issue you

Re: [google-appengine] java.lang.NoClassDefFoundError: com/google/api/services/servicemanagement/ServiceManagement$Builder

2021-03-02 Thread Rajesh Gupta
Hello, I am experiencing similar java.lang.NoClassDefFoundError error. Its not the same class as you said, but it is one of my internal class. I was able to deploy the code a week ago, and the same code I am not able to deploy for the last two days. I have opened a developer support ticket.

[google-appengine] java.lang.NoClassDefFoundError: com/google/api/services/servicemanagement/ServiceManagement$Builder

2021-03-01 Thread bml
Hello all, running into the below problem. The odd thing is all was working then this started without any change to code. This com/google/api/services/servicemanagement/ServiceManagement$Builder is a private class of GAE right? I could try downgrading my version of