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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

TESBConsumer Maximum Number of Child Elements limit (50000) Exceeded

Hello,

 

While using the TESBConsumer component, We occure this error:

 

2017-11-16 10:43:08|LVg9O7|LVg9O7|LVg9O7|JOB|Project|Default|6|Java Exception|tESBConsumer_2|org.apache.cxf.interceptor.Fault:Could not parse the XML stream caused by: javax.xml.stream.XMLStreamException: Maximum Number of Child Elements limit (50000) Exceeded.|1
[statistics] disconnected

 

On my context, i can't change the way we retrive datas.

 

Can someone explain to I, how to increase this limite.

 

Best Regards.

 

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

 

There is the answer:

 

Element: TsetEnv

Name: "org.apache.cxf.stax.maxChildElements" 

Value: "200000"

 

Best Regards

 

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hello,

You try to consume rows over 50000 by the tESBConsumer component? What's talend ESB build version you are using?

Best regards

Sabrina

 

Anonymous
Not applicable
Author

Hello,

 

You try to consume rows over 50000 by the tESBConsumer component?

Yes, Around 165000 Childs (each Child take 7-8 Lines on the xml files) -> Answers file ils around 1 115 000 lines.

 

What's talend ESB build version you are using?

I'm currintly using this version:

Talend Open Studio for Big Data

Version: 6.4.1

 

Best Regards

 

 

Anonymous
Not applicable
Author

Hello,

 

There is the answer:

 

Element: TsetEnv

Name: "org.apache.cxf.stax.maxChildElements" 

Value: "200000"

 

Best Regards