Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hello,
There is the answer:
Element: TsetEnv
Name: "org.apache.cxf.stax.maxChildElements"
Value: "200000"
Best Regards
Hello,
You try to consume rows over 50000 by the tESBConsumer component? What's talend ESB build version you are using?
Best regards
Sabrina
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
Hello,
There is the answer:
Element: TsetEnv
Name: "org.apache.cxf.stax.maxChildElements"
Value: "200000"
Best Regards