Hi,
I'm using the latest version of talend and I'm trying to do something simple:
Read an XML file which matches a schema, and print its rows with tLogRow.
I'm new to talend, and just to mention I've already managed to run a job with talend (which takes rows from DB and puts them out to a file).
I've attached my job image.
Unfortunately, I'm getting the following error when trying to run the job:
"
Execution failed : Failed to generate code.
Forgot to mention:
1. I'm using jre7 within the talend open studio. (Though I have jre8 installed).
2. One more question:
How can I receive any file with XML extension ? (In tFileInputXML component I have to write a name of xml file).
what version of talend are you using ? and location where you have installed it? what version of java are you using? your OS? i just solved this issue and i might be able to help you with that if you provide me above information
Talend Version: 5.4.1
OS: Windows 7
Location: Talend library on my windows desktop
JAVA: I've installed JRE 8.0, but currently using 7.0 on my talend open studio
Yes, it appears JDK 1.8 does not play nice with Talend 5.3/5.4. If you still have this issue, install 1.8 and install 1.7 (restart your system between uninstall and install to force registry updates).
Hi, Are there two JDK 1.8 and 1.7 in your PC? If so, could you please check your path variable to make sure JDK 1.7 value is set in front? Best regards Sabrina
Hi,
Sabrina, i've already checked the environment path (You can see in the image i've attached).
Maybe I should uninstall JDK 8.0 ? (Although everything is configured to JDK 7.0?)