-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BPDM Push Registration Process Worker - 400 error #450
Labels
bug
Something isn't working
Comments
Phil91
added a commit
to catenax-ng/tx-portal-backend
that referenced
this issue
Jan 26, 2024
* set sharing state to ready * ignore nullable values for bpdm push Refs: eclipse-tractusx#450
Phil91
added a commit
to catenax-ng/tx-portal-backend
that referenced
this issue
Jan 26, 2024
* set sharing state to ready * ignore nullable values for bpdm push Refs: eclipse-tractusx#450
8 tasks
Phil91
added a commit
to catenax-ng/tx-portal-backend
that referenced
this issue
Jan 26, 2024
* set sharing state to ready * ignore nullable values for bpdm push Refs: eclipse-tractusx#450
PR for documentation changes/adjustments: eclipse-tractusx/portal-assets#237 |
Phil91
added a commit
to catenax-ng/tx-portal-backend
that referenced
this issue
Jan 29, 2024
* set sharing state to ready * ignore nullable values for bpdm push Refs: eclipse-tractusx#450
ntruchsess
pushed a commit
that referenced
this issue
Feb 6, 2024
* set sharing state to ready * ignore nullable values for bpdm push Refs: #450 --------- Co-authored-by: Norbert Truchsess <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Defect Version: v.1.8.0 RC3
Summary
The BPDM PUSH endpoint runs on a 400 error.
More log details:
{"Timestamp":"2024-01-26T07:40:11.0412870+00:00","Level":"Debug","MessageTemplate":"Responded with status code: {@StatusCode} and data: {@Data}","RenderedMessage":"Responded with status code: BadRequest and data: \"{\\\"type\\\":\\\"about:blank\\\",\\\"title\\\":\\\"Bad Request\\\",\\\"status\\\":400,\\\"detail\\\":\\\"Failed to read request\\\",\\\"instance\\\":\\\"/companies/test-company/api/catena/input/legal-entities\\\"}\"","Properties":{"StatusCode":"BadRequest","Data":"{\"type\":\"about:blank\",\"title\":\"Bad Request\",\"status\":400,\"detail\":\"Failed to read request\",\"instance\":\"/companies/test-company/api/catena/input/legal-entities\"}","SourceContext":"Org.Eclipse.TractusX.Portal.Backend.Bpdm.Library.BpdmService","HttpMethod":"PUT","Uri":"https://business-partners.int.demo.catena-x.net/companies/test-company/api/catena/input/legal-entities","Scope":["HTTP PUT https://business-partners.int.demo.catena-x.net/companies/test-company/api/catena/input/legal-entities"],"Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}} [07:40:11 INF] End processing HTTP request after 14.8581ms - 400 {"Timestamp":"2024-01-26T07:40:11.0414825+00:00","Level":"Information","MessageTemplate":"End processing HTTP request after {ElapsedMilliseconds}ms - {StatusCode}","RenderedMessage":"End processing HTTP request after 14.8581ms - 400","Properties":{"ElapsedMilliseconds":14.8581,"StatusCode":400,"EventId":{"Id":101,"Name":"RequestPipelineEnd"},"SourceContext":"System.Net.Http.HttpClient.BpdmService.LogicalHandler","HttpMethod":"PUT","Uri":"https://business-partners.int.demo.catena-x.net/companies/test-company/api/catena/input/legal-entities","Scope":["HTTP PUT https://business-partners.int.demo.catena-x.net/companies/test-company/api/catena/input/legal-entities"],"Application":"Org.Eclipse.TractusX.Portal.Backend.Process.Worker"}}
The text was updated successfully, but these errors were encountered: