Able to add the resource to test broker but i cant able to it in main broker - why ? #100
YogarajRethinasamy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can able to add resources to test broker but i couldnt able to add it via main broker can any one help me out?
Tring to update resource via POST /api/ids/resource/update
recipienturl : https://ids.broker.mobilitydataspace.io/infrastructure
resourceId : https://test.ids.aws.zf.com/api/offers/744d841c-1966-44ba-9feb-7803e9b9436d
while executing this am getting the below error message can anyone help me out on this?
Error in Swagger UI
{
"reason": {
"properties": null,
"@id": "https://w3id.org/idsa/code/INTERNAL_RECIPIENT_ERROR"
},
"payload": "Current context not Object but Array",
"type": "de.fraunhofer.iais.eis.RejectionMessageImpl"
}
Error in server
2021-10-06T06:02:26,762 [https-jsse-nio-6443-exec-6] ERROR - [line: 1, col: 8 ] Unrecognized token 'Current': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
2021-10-06T06:02:26,762 [https-jsse-nio-6443-exec-6] WARN - Could not deserialize Playload The message is no valid JSON-LD and therefore could not be parsed.
2021-10-06T06:02:26,762 [https-jsse-nio-6443-exec-6] WARN - Skipping Connector-SecurityProfile Attribute!
2021-10-06T06:02:26,775 [https-jsse-nio-6443-exec-6] WARN - Received unexpected response message. [response=({reason=https://w3id.org/idsa/code/INTERNAL_RECIPIENT_ERROR, payload=Current context not Object but Array, type=class de.fraunhofer.iais.eis.RejectionMessageImpl})]
Beta Was this translation helpful? Give feedback.
All reactions