Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have been having intermittent problems with Talend (6.4.1 on Windows 10) throwing this error. I was having problems a couple of days ago and so, following the guidance some things I found by searching, I set the JAVA_HOME environment variable to C:\Program Files\Java\jdk1.8.0_151\bin\javaw.exe and also set a value of -vm C:\Program Files\Java\jdk1.8.0_151\bin\javaw.exe in eclipse.ini. This seemed to fix the problem this morning. Now this afternoon I am getting this error again. I haven't changed anything about the jobs where I am getting the errors. What is going on? Where do I even begin to start looking?
A few other things things that I have read in other posts.
Any help would be appreciated.
So this what appears to have worked for me.
I had a couple of different Java versions installed on my system. So first I uninstalled them all. Then I reinstalled the one i wanted to use (which in my case is 8.0_151).
Then:
Note that it appears I will have to do these steps for all projects. I made this fix and it worked for a job that was throwing an error. Then I switched projects and got the error again. I did steps 1-4 in the new project and all was good.
So this what appears to have worked for me.
I had a couple of different Java versions installed on my system. So first I uninstalled them all. Then I reinstalled the one i wanted to use (which in my case is 8.0_151).
Then:
Note that it appears I will have to do these steps for all projects. I made this fix and it worked for a job that was throwing an error. Then I switched projects and got the error again. I did steps 1-4 in the new project and all was good.
Hello,
Thanks for sharing your use case with us on forum. And ensure your JDK bin is included in your PATH environment variable and is being reached.
Best regards
Sabrina
Hi, there,
I am unable to do above settings and facing the same error in a tMap logic. Can you help me out in solving it.
This seems like a different cause of the problem than what this thread aims to solve. I suppose I would start by testing each of the condition statements individually to see if they work before combining them into a series like you have. Also, for complex logic like this you might also look into tJavaRow. tJavaRow allows "real" java and so is easier to code these complex logic statements.
Hope that helps.
Hello,
JDK is not needed to run job especially in the studio, but needed to export the job.
Best regards
Sabrina