Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Exception in component tSendMail_11
java.lang.NullPointerException
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:595)
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:555)
at javax.mail.internet.InternetAddress.<init>(InternetAddress.java:91)
at notifications.imdi_bb_batch.IMDI_BB_Batch.tSendMail_11Process(IMDI_BB_Batch.java:859)
at notifications.imdi_bb_batch.IMDI_BB_Batch.tFileList_11_error(IMDI_BB_Batch.java:139)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at notifications.imdi_bb_batch.IMDI_BB_Batch$TalendException.printStackTrace(IMDI_BB_Batch.java:97)
at notifications.imdi_bb_batch.IMDI_BB_Batch$15.run(IMDI_BB_Batch.java:3658)
Job IMDI_BB_Batch ended at 17:05 01/04/2008.
?
Exception in component tSendMail_13
java.lang.NullPointerException
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:595)
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:555)
at javax.mail.internet.InternetAddress.<init>(InternetAddress.java:91)
at notifications.imdi_bb_batch.IMDI_BB_Batch.tSendMail_13Process(IMDI_BB_Batch.java:1315)
at notifications.imdi_bb_batch.IMDI_BB_Batch.tFileList_13_error(IMDI_BB_Batch.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at notifications.imdi_bb_batch.IMDI_BB_Batch$TalendException.printStackTrace(IMDI_BB_Batch.java:97)
at notifications.imdi_bb_batch.IMDI_BB_Batch$17.run(IMDI_BB_Batch.java:3730)
Exception in component tSendMail_14
java.lang.NullPointerException
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:595)
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:555)
at javax.mail.internet.InternetAddress.<init>(InternetAddress.java:91)
at notifications.imdi_bb_batch.IMDI_BB_Batch.tSendMail_14Process(IMDI_BB_Batch.java:1543)
at notifications.imdi_bb_batch.IMDI_BB_Batch.tFileList_14_error(IMDI_BB_Batch.java:196)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at notifications.imdi_bb_batch.IMDI_BB_Batch$TalendException.printStackTrace(IMDI_BB_Batch.java:97)
at notifications.imdi_bb_batch.IMDI_BB_Batch$18.run(IMDI_BB_Batch.java:3766)
Exception in component tSendMail_10
java.lang.NullPointerException
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:595)
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:555)
at javax.mail.internet.InternetAddress.<init>(InternetAddress.java:91)
at notifications.imdi_bb_batch.IMDI_BB_Batch.tSendMail_10Process(IMDI_BB_Batch.java:631)
at notifications.imdi_bb_batch.IMDI_BB_Batch.tFileList_10_error(IMDI_BB_Batch.java:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at notifications.imdi_bb_batch.IMDI_BB_Batch$TalendException.printStackTrace(IMDI_BB_Batch.java:97)
at notifications.imdi_bb_batch.IMDI_BB_Batch$14.run(IMDI_BB_Batch.java:3622)
?
Exception in thread "Thread-11" java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at notifications.imdi_bb_batch.IMDI_BB_Batch$25.run(IMDI_BB_Batch.java:4024)
Exception in thread "Thread-12" java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at notifications.imdi_bb_batch.IMDI_BB_Batch$26.run(IMDI_BB_Batch.java:4060)
Exception in thread "Thread-0" java.lang.NullPointerException
at notifications.imdi_bb_batch.IMDI_BB_Batch$14.run(IMDI_BB_Batch.java:3636)
Exception in thread "Thread-4" Exception in thread "Thread-7" java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at notifications.imdi_bb_batch.IMDI_BB_Batch$21.run(IMDI_BB_Batch.java:3880)
Exception in thread "Thread-10" java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at notifications.imdi_bb_batch.IMDI_BB_Batch$24.run(IMDI_BB_Batch.java:3988)
Exception in thread "Thread-9" java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at notifications.imdi_bb_batch.IMDI_BB_Batch$23.run(IMDI_BB_Batch.java:3952)
Exception in thread "Thread-8" java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at notifications.imdi_bb_batch.IMDI_BB_Batch$22.run(IMDI_BB_Batch.java:3916)
java.lang.NullPointerException
at notifications.imdi_bb_batch.IMDI_BB_Batch$18.run(IMDI_BB_Batch.java:3780)
SSIS has a component they call a "Sequence Container," is there anything like that in TOS? Because, if there was, I think it'd be easy to make sure the tSetGlobalVar was complete before anything else ran.
Exception in component tSendMail_11
java.lang.NullPointerException
It should be a synchronous issue. Before running the tFileList, all the variables should be initialized.
You can try tSetGlobalVar--onSubjobOK-->tFileList-->tSendMail
SSIS has a component they call a "Sequence Container," is there anything like that in TOS? Because, if there was, I think it'd be easy to make sure the tSetGlobalVar was complete before anything else ran.