You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Processing of the listClients respose from Security Server fails with this error message:
[XRoadRestQuery,ERROR] fetch; IOException while trying to deserialize response
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "fields_for_string_format" (class ee.aktors.misp2.util.xroad.rest.model.ListClientsResponse$ProducerInfo$Id), not marked as ignorable (5 known properties: "member_code", "member_class", "xroad_instance", "subsystem_code", "object_type"])
It looks like the changes made for MISPDEV-82 (4f1d284) missed ee.aktors.misp2.util.xroad.rest.model.ListClientsResponse - it needs a similar change to what was made to ListMethodsResponse.
The text was updated successfully, but these errors were encountered:
I was able to reproduce the issue. It seems that it is a bug with the X-Road Security Server itself. I have created a bug ticket for it and we will try to resolve it for 7.5.0: https://nordic-institute.atlassian.net/browse/XRDDEV-2654
Processing of the listClients respose from Security Server fails with this error message:
The error can be reproduced by refreshing the producers list (https://github.com/nordic-institute/misp2/blob/develop/docs/misp2_manager_guide.md#311-refreshing-x-road-producers-list)
It looks like the changes made for MISPDEV-82 (4f1d284) missed ee.aktors.misp2.util.xroad.rest.model.ListClientsResponse - it needs a similar change to what was made to ListMethodsResponse.
The text was updated successfully, but these errors were encountered: