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

Tmap null pointer exception

Hello,
I'm using Java TOS 2.4.0.RC1.
I'm using a tWaitForFile to start a mixing a xml File and doing a lookup on DB2 AS400 table.
During the first iteration i have no problem all succeed but the second iteration make a nullpointerException in Tmap.

Exception in component tMap_1
java.lang.NullPointerException
at rfid.rfid_0_1.rfid.tWaitForFile_1Process(rfid.java:2051)
at rfid.rfid_0_1.rfid.tAS400Connection_1Process(rfid.java:261)
at rfid.rfid_0_1.rfid.runJobInTOS(rfid.java:3940)
at rfid.rfid_0_1.rfid.main(rfid.java:3852)
It's seem due to lookup component but i' don't understand why.

Thanks for reply

Labels (4)
32 Replies
Anonymous
Not applicable
Author

Select a row of code, right click on the hatched box at the left and select show line numbers
Anonymous
Not applicable
Author

Hi vital_parsley,
Excel is funny. I had some data in one spread sheet which compared exactly to data in another - even did a hex comparison - and they behaved differently when loaded into an Oracle table. The only difference in the spread sheet creation was that data was typed into the ok one and copy/pasted into the bad one.
Anonymous
Not applicable
Author

Strange isnt it.
 But whats more funny is,my bad excel was bad only for Talend ETL.The file which I used is a production run file on another ETL.
And the other ETL ran the file just fine.No issues faced,but Talend failed to read it. 0683p000009MPcz.png