I am getting following error message while running the job,i am attaching the screenshot as well,pls help to resolve
Exception in component tMap_2_TMAP_IN
java.lang.RuntimeException: java.io.EOFException
at fbii.sfc_test_dis1_0_1.SFC_test_dis1$RTL_SLS_TRN_LNStruct.readValuesData(SFC_test_dis1.java:871)
at org.talend.designer.components.lookup.persistent.AbstractOrderedBeanLookup.loadDataValues(AbstractOrderedBeanLookup.java:197)
at org.talend.designer.components.lookup.persistent.OrderedBeanLookupMatchFirst.next(OrderedBeanLookupMatchFirst.java:172)
at org.talend.designer.components.lookup.persistent.PersistentSortedLookupManager.next(PersistentSortedLookupManager.java:557)
at fbii.sfc_test_dis1_0_1.SFC_test_dis1.tDB2Input_4Process(SFC_test_dis1.java:11474)
at fbii.sfc_test_dis1_0_1.SFC_test_dis1$21.run(SFC_test_dis1.java:16241)
Caused by: java.io.EOFException
at java.io.DataInputStream.readByte(Unknown Source)
at fbii.sfc_test_dis1_0_1.SFC_test_dis1$RTL_SLS_TRN_LNStruct.readValuesData(SFC_test_dis1.java:798)
... 5 more
This is happening when the Tmap has the option of storing Temp data. Uncheck it and run it and it should give you the exacT error. I had NULL POINTER ERROR. this popped up only after unchecking the temp space option. Thanks, Anjan