Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Getting error when doing MDMBulkLoad

Hi,
I am new in MDM. I am doing some tutorial for MDM to learn. I am now facing error in one of the tutorials. Attached the screenshot. Any help would be appreciated.
Regards,
Shams

The original issue is resolved. But I am now getting error as below. I believe it might be a bug in the MDMBulkLoad component in version 6.2 MDM suite. The error is as follows:
Exception in component tMDMBulkLoad_1
java.lang.Exception: java.lang.RuntimeException: org.talend.mdm.bulkload.client.BulkloadException: An exception happened during bulk load on MDM server.
javax.servlet.ServletException: javax.servlet.ServletException: java.lang.RuntimeException: java.lang.RuntimeException: com.amalto.core.save.SaveException: Exception occurred during save: 
at com.amalto.core.servlet.TransactionFilter.doFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.amalto.core.servlet.ErrorFilter.doFilter(Unknown Source)
Labels (2)
5 Replies
Anonymous
Not applicable
Author

Hi  Shams,
Can you upload again the screenshots you wanted to show, please? For some reason it didn't make it to your post.
Can you repro this error on 6.1?
Best regards
Sabrina
Anonymous
Not applicable
Author

Thank you Sabrina for your quick response.
Unfortunately I do not have 6.1 version. I started with 6.2.0 and that is why many things are new to me.

I uploaded 4 JPEG files. Not sure it will work this time or not.
Regards,
Shams
Anonymous
Not applicable
Author

Exception in component tMDMBulkLoad_1
java.lang.Exception: java.lang.RuntimeException: org.talend.mdm.bulkload.client.BulkloadException: An exception happened during bulk load on MDM server.
javax.servlet.ServletException: javax.servlet.ServletException: java.lang.RuntimeException: java.lang.IllegalStateException: End of XML payload for type 'ProductFamily' detected but metadata isn't ready.
at com.amalto.core.servlet.TransactionFilter.doFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.amalto.core.servlet.ErrorFilter.doFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
Anonymous
Not applicable
Author

I actually resolved the issue. I tried many things!!! Nothing worked. Finally I deleted the job, closed the entire MDM suite and recreated the job and it worked!!. Sometimes it works out by recreating from the scratch but it is a pain. 0683p000009MPcz.png
Anonymous
Not applicable
Author

This sort of error usually originates in the XML component generating the XML sting.
BulkLoad requires that every column in the target entity is present in the XML.
This error indicates that one or more of the columns in the XML component are missing or mis-typed.  Patient examination of the entity columns against the XML schema should reveal the offending column