The full output of the error will state "Endpoints configuration not
updated. Check the app's AppEngine logs for errors
<https://cloud.google.com/appengine/docs/python/endpoints/test_deploy#troubleshooting_a_deployment_failure>"
which is what you should do to find the source of the deployment failure.
On Monday, June 20, 2016 at 1:43:36 AM UTC-4, Baqir Rizvi wrote:
>
> I am new to objectify and endpoints. In wanted to use jodatime through
> endpoints but *ISOChronology is not a registered @Subclass exception*.
> then i change my code
>
> from :
>
> static {
>
> ObjectifyService.register(Attendance.class);
>
> }
>
> To:
>
> static {
>>
>> JodaTimeTranslators.add(factory());
>>
>> ObjectifyService.register(Attendance.class);
> }
>
> *now it gives me following error while deployment:*
> Endpoints configuration not updated. The app returned an error when the
> Google Cloud Endpoints server attempted to communicate with it.
> Jun 17, 2016 5:57:59 PM com.google.appengine.tools.admin.AppVersionUpload
> checkEndpointsServingStatusResult
> SEVERE: Endpoints configuration not updated. The app returned an error
> when the Google Cloud Endpoints server attempted to communicate with it.
>
> Now none of my APIs is working when I add JodaTimeTranslators.add(factory());
> but when I remove the line then other APIs except API targeted for this
> problem started working.
>
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/812be02b-86eb-469a-a004-ff9f208566ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.