Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone!
I'm having an error when trying to run my Job, that says NullPointerException in tOracleInput_1.
If I go to the code where the error seems to be generating (line 20056), it looks like the getSessionTimeZone it's the problem in here.
The first thing that I did was to look if there was a null value inside the tOracleInput_1 table, but it wasn't.
Talend Version: 5.6.3 (Java)
OS: Windows 7
I hope that you can really give a hand with this!
Thanks.
jlolling wrote:
Whow what a dangerous design! Why your tOracleInput_1 does not use its own connection? It simply does not make sense here to use a separate connection for it - not as far as I can see in your design.
But your description of your problem and your own analysis was pretty good.