Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
After some long hours of test, I'm resigned to write you about my issue.
I have got a Talend job running on a Linux VM, on a java 1.7u80. The job runs perfectly but I have to migrate it on a windows environnement and integrate it on the worskpace folder that is now on a Talend 7.1.1.
I well integrate the job on the workspace, that's the easy part. But when I try to run it I have a weird error and I can't find the reason of it.
Thank you for any small hint you may have.
Regards
Hi Shong,
Thanks for your reply.
Find below a screenshot ot the parameters we set in the composant.
We indeed are using variables. I try to set directly the values without passing through variables, but the result is the same error.
About java, when I said the job runs well on a Linux and java 1.7u80, I was not clear I think. The job has been developped whith an old version of Talend (I don't know which one but compatible with 1.7u80).
I now try to make this job work on the last Talend version and on windows. I'm using java 1.8u241 on my Talend 7.1.
Regards
I thought, maybe the value of one of variables is null.
If you are a Java developer, you can launch the Debug model and debug the Java code to check where throw the NPE.
I had the same though, that's why I first print my parameters, none of them are null.
But I will try through the Debug model and give you a feedback
Hi,
I tried the Java Debug Mode.
I saw my variables, each one has a value.
I run step by step the program, it stops at the highlighted in the screenshot.
If you have any idea...
Regards
mycfavisit wrote:
Hi,
I tried the Java Debug Mode.
I saw my variables, each one has a value.
I run step by step the program, it stops at the highlighted in the screenshot.
If you have any idea...
Regards
The job has been developped whith an old version of Talend (I don't know which one but compatible with 1.7u80).
I know try to make this job work on the last Talend version and on windows. I'm using java 1.8u241 on my Talend 7.1.