Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
Would anyone know why I would be getting back 'NullPointerException" when using component tS3List?
tS3List_1 null
java.lang.NullPointerException
at dataintegration.cj_di_sftp_echlandingzone_get_0_1.CJ_DI_SFTP_ECHLANDINGZONE_GET.tDBRow_1Process(CJ_DI_SFTP_ECHLANDINGZONE_GET.java:7790)
at dataintegration.cj_di_sftp_echlandingzone_get_0_1.CJ_DI_SFTP_ECHLANDINGZONE_GET.tS3BucketExist_1Process(CJ_DI_SFTP_ECHLANDINGZONE_GET.java:11506)
at dataintegration.cj_di_sftp_echlandingzone_get_0_1.CJ_DI_SFTP_ECHLANDINGZONE_GET.tJava_2Process(CJ_DI_SFTP_ECHLANDINGZONE_GET.java:11732)
at dataintegration.cj_di_sftp_echlandingzone_get_0_1.CJ_DI_SFTP_ECHLANDINGZONE_GET.runJobInTOS(CJ_DI_SFTP_ECHLANDINGZONE_GET.java:14060)
at dataintegration.cj_di_sftp_echlandingzone_get_0_1.CJ_DI_SFTP_ECHLANDINGZONE_GET.runJob(CJ_DI_SFTP_ECHLANDINGZONE_GET.java:13255)
at dataintegration.j_di_ech_sf_load_0_1.J_DI_ECH_SF_LOAD.tRunJob_1Process(J_DI_ECH_SF_LOAD.java:8157)
at dataintegration.j_di_ech_sf_load_0_1.J_DI_ECH_SF_LOAD.tDBRow_2Process(J_DI_ECH_SF_LOAD.java:7752)
at dataintegration.j_di_ech_sf_load_0_1.J_DI_ECH_SF_LOAD$1tJava_1Thread.run(J_DI_ECH_SF_LOAD.java:7007)
at routines.system.ThreadPoolWorker.runIt(TalendThreadPool.java:159)
at routines.system.ThreadPoolWorker.runWork(TalendThreadPool.java:150)
at routines.system.ThreadPoolWorker.access$0(TalendThreadPool.java:145)
at routines.system.ThreadPoolWorker$1.run(TalendThreadPool.java:122)
at java.lang.Thread.run(Thread.java:748)
Thanks
JGS
Can you show us a screenshot of your job and your tS3List settings please?
This is the job screensot
Here is the Component shot
Where is the S3_ECH_BUCKET_NAME context variable value set?
We have the value stored in a Snowflake table - we pull it in a job - I can hardcode the value to see if it resolves the issue .
That would be the first thing I would try.
I replaces with hardcoded values - no help - it still failed with same issue.
Where is your tS3Connection in the job? I can't see it.
Funny thing - this job was working last week and for some reason it is failing