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

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

[tFileInputXML] IndexOutOfBoundsException

Hi,
I work with Talend 4.0
I need to read XML files, but their size (around 750Mo) is a problem.
I have a java outofmemory exception with the DOM4J mode so i tried with the SAX mode.
It gives the following exception :
Exception in component tFileInputXML_1
java.lang.IndexOutOfBoundsException: Index: 285, Size: 285
at java.util.ArrayList.RangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at org.talend.xml.sax.SAXLoopIterator$EntryResult.getRow(SAXLoopIterator.java:132)
at org.talend.xml.sax.SAXLoopIterator$EntryResult.addRowTo(SAXLoopIterator.java:121)
at org.talend.xml.sax.SAXLoopIterator.next(SAXLoopIterator.java:72)
at org.talend.xml.sax.SAXLoopIterator.next(SAXLoopIterator.java:27)
I hope someone can help me on this. Your help is really appreciated.
Thanks.
Kévin
Labels (4)
0 Replies