We are currently working on App Engine (Java) and want to test the new managed virtual machines that Google is doing in beta testing.
Everything builds, but I can't get any of the endpoints to work.
When I create, an error is returned:
SEVERE: Endpoint configuration not updated. The application returned an error while trying to Google Cloud Endpoints server with it.
In the admin logs, I see that he tried, but the error is returned:
Failed to update API configuration
Discovery documents are generated locally, but there is nothing in the logs. I see a POST for getApiConfigs, but no details about the crash.
Hope someone else ran into the same problem and can help?
Essentially, my question is, what do I need to do to get the cloud endpoints running on a managed VM for App Engine?
thank
source
share