Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
Not even sure if this is the correct location for the problem I'm facing.
Thing is that I finally managed to install Talend and right away was presented a task that has to be finished asap.
A collegue left us for holidays with a job I was supposed to be able to use.
I am completely new to Talend or programms like it.
Imported the job and the file that needs to be imported but keep on getting 'nullpointerexeption' errors when running the job.
Anybody knows what I can do about it?
What is the exact problem and what is the solution?
Thanx,
Esther.
NullPointerException is a RuntimeException . In Java, a special null value can be assigned to an object reference. NullPointerException is thrown when an application attempts to use an object reference that has the null value. These include: Calling an instance method on the object referred by a null reference.