Closed oliverbusch closed 5 months ago
After setting up a completely new environment, it works.
Perhaps the error handling could be extended to determine the exact cause of the error. A simple update should not result in a reinstall.
test
Hi @ieuna, can you have a look?
Current Behavior
With the latest mxd version (main 24.04.2024) I get an error message when fetching the catalogue.
fetch-catalog.json
curl -d @fetch-catalog.json -H "x-api-key: password" -H "content-type: application/json" http://localhost:29193/management/v2/catalog/request
Bob Log reports
Expected Behavior
In the version from 23.02.2024 the same request works
Steps To Reproduce
Attached the port mapping, the json files, the curl commands and an extract of the log messages. Does anyone have any ideas about the cause of the error?
Port Mapping kubectl port-forward alice-tractusx-connector-controlplane-7855999b86-chf9c 19190:8080 19193:8081 & kubectl port-forward alice-tractusx-connector-dataplane-666855886f-nrdhv 19191:8081 19192:8083 19194:8084 & kubectl port-forward bob-tractusx-connector-controlplane-745ddd86b6-4j92z 29190:8080 29193:8081 & kubectl port-forward bob-tractusx-connector-dataplane-84556d9947-xmcr7 29191:8081 29192:8083 29194:8084 28186:8186 &
Create Asset vi create-asset.json
curl -d @create-asset.json -H "x-api-key: password" -H "content-type: application/json" http://localhost:19193/management/v3/assets -s | jq
Create Policy vi create-policy.json
curl -d @create-policy.json -H "x-api-key: password" -H "content-type: application/json" http://localhost:19193/management/v2/policydefinitions -s | jq
Create Contract Definition vi create-contract-definition.json
curl -d @create-contract-definition.json -H "x-api-key: password" -H "content-type: application/json" http://localhost:19193/management/v2/contractdefinitions -s | jq
Fetch Catalog vi fetch-catalog.json
curl -d @fetch-catalog.json -H "x-api-key: password" -H "content-type: application/json" http://localhost:29193/management/v2/catalog/request -s | jq
Bob Log reports
Does anyone have any ideas about the cause of the error?