[resolved] Could not send data to MDM (HTTP status code: 405).
I am doing some POC on talend MDM community edition (6.2.1), trying to push few records to MDM server and getting below error.
Can any one help to fix ?
---------------------[statistics] connecting to socket on port 3380
[statistics] connected
Exception in component tMDMBulkLoad_2
java.lang.Exception: java.lang.RuntimeException: org.talend.mdm.bulkload.client.BulkloadException: An exception happened during bulk load on MDM server.
Could not send data to MDM (HTTP status code: 405).
at demo_local_project.loadcustomer_0_1.LoadCustomer.tWriteXMLField_2_InProcess(LoadCustomer.java:2802)
at demo_local_project.loadcustomer_0_1.LoadCustomer$1ThreadXMLField_tWriteXMLField_2_Out.run(LoadCustomer.java:1249)
Caused by: java.lang.RuntimeException: org.talend.mdm.bulkload.client.BulkloadException: An exception happened during bulk load on MDM server.
Could not send data to MDM (HTTP status code: 405).
at org.talend.mdm.bulkload.client.InputStreamMerger.reportFailure(Unknown Source)
at org.talend.mdm.bulkload.client.BulkloadClientUtil$AsyncLoadRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.talend.mdm.bulkload.client.BulkloadException: An exception happened during bulk load on MDM server.
Could not send data to MDM (HTTP status code: 405).
at org.talend.mdm.bulkload.client.BulkloadClientUtil.bulkload(Unknown Source)
... 2 more
Transaction is rolled back
[statistics] disconnected
Job LoadCustomer ended at 15:59 21/10/2016. [exit code=4]
Hi Sabrina,
Thanks for your reply. I am able to fix this issue.
The xml which I am generating to push data to MDM server wasn't matching with data model. I generated the xml and able to push the records.
Hi Sabrina,
Thanks for your reply. I am able to fix this issue.
The xml which I am generating to push data to MDM server wasn't matching with data model. I generated the xml and able to push the records.