<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: org.eclipse.emf.codegen.jet.JETException: InvocationTargetException er in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/org-eclipse-emf-codegen-jet-JETException/m-p/2304437#M76213</link>
    <description>It sounds like this a job built in a previous version of Talend?  Unfortunately, sometimes new versions of Talend contain bugs, which mean that jobs that previously ran fine just won't compile.  If your job still works in the old studio then I'm afraid you'll have to submit a support ticket and wait for a fix.</description>
    <pubDate>Fri, 26 Apr 2013 02:46:12 GMT</pubDate>
    <dc:creator>alevy</dc:creator>
    <dc:date>2013-04-26T02:46:12Z</dc:date>
    <item>
      <title>org.eclipse.emf.codegen.jet.JETException: InvocationTargetException er</title>
      <link>https://community.qlik.com/t5/Talend-Studio/org-eclipse-emf-codegen-jet-JETException/m-p/2304434#M76210</link>
      <description>Hello
&lt;BR /&gt;I am getting this error
&lt;BR /&gt;Execution failed : Failed to generate code.
&lt;BR /&gt;
&lt;BR /&gt;using 5.2.2r99271
&lt;BR /&gt;when I try to run a job.
&lt;BR /&gt;This particular job has all inputs from delimited files. 
&lt;BR /&gt;I have tried restoring to previous versions of my project, I've reinstalled Talend but this problem seems to have just suddenly arrived and I can't get rid of it no matter what I do. 
&lt;BR /&gt;Now some of my jobs work - some simple input file to output file with a tSortRow work but not all. Most jobs don't work, and none with a tMap work. 
&lt;BR /&gt;I have checked the repository and this problem hasn't occurred as far as I can see for many years.</description>
      <pubDate>Thu, 25 Apr 2013 14:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/org-eclipse-emf-codegen-jet-JETException/m-p/2304434#M76210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-25T14:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: org.eclipse.emf.codegen.jet.JETException: InvocationTargetException er</title>
      <link>https://community.qlik.com/t5/Talend-Studio/org-eclipse-emf-codegen-jet-JETException/m-p/2304435#M76211</link>
      <description>The problem here is, the JET code (the code which creates the final job java code for the job) throw an exception and therefore the final Java code is not build.
&lt;BR /&gt;You have to try-and-error which component causes this problem by adding one by one.
&lt;BR /&gt;Before you click on run please switch to the code view of the job and check if the code becomes visible (and take care, this view should need a second or more before the code is shown, if the code view shows it immediately - something is wrong and the visible code is probably from the last working version.</description>
      <pubDate>Thu, 25 Apr 2013 20:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/org-eclipse-emf-codegen-jet-JETException/m-p/2304435#M76211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-25T20:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: org.eclipse.emf.codegen.jet.JETException: InvocationTargetException er</title>
      <link>https://community.qlik.com/t5/Talend-Studio/org-eclipse-emf-codegen-jet-JETException/m-p/2304436#M76212</link>
      <description>Hello jlolling 
&lt;BR /&gt;Thank you very much for your speedy response to this problem. 
&lt;BR /&gt;I will try your suggestion although this will be a bit of a challenge for me. 
&lt;BR /&gt;Where is this jet code held? It seems strange that this problem occurs still when I download a new version of TOS-DI AND restore my project file from Monday (I didn't have any problems until last night so my back up I would have thought would be OK)? 
&lt;BR /&gt;Thus is there any knowledge of what would have corrupted something to have caused this problem? 
&lt;BR /&gt;What do I do when I find it, if I do? Do I have to update some code somewhere? (I have about 30 jobs, of which most apart from a couple don't run). 
&lt;BR /&gt;Kind regards 
&lt;BR /&gt;Peter</description>
      <pubDate>Thu, 25 Apr 2013 21:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/org-eclipse-emf-codegen-jet-JETException/m-p/2304436#M76212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-25T21:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: org.eclipse.emf.codegen.jet.JETException: InvocationTargetException er</title>
      <link>https://community.qlik.com/t5/Talend-Studio/org-eclipse-emf-codegen-jet-JETException/m-p/2304437#M76213</link>
      <description>It sounds like this a job built in a previous version of Talend?  Unfortunately, sometimes new versions of Talend contain bugs, which mean that jobs that previously ran fine just won't compile.  If your job still works in the old studio then I'm afraid you'll have to submit a support ticket and wait for a fix.</description>
      <pubDate>Fri, 26 Apr 2013 02:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/org-eclipse-emf-codegen-jet-JETException/m-p/2304437#M76213</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-04-26T02:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: org.eclipse.emf.codegen.jet.JETException: InvocationTargetException er</title>
      <link>https://community.qlik.com/t5/Talend-Studio/org-eclipse-emf-codegen-jet-JETException/m-p/2304438#M76214</link>
      <description>Thanks Alevy, Well, I've been using 5.2.2 for several weeks without any problems. But thanks. I think I may need to raise this with Talend as it is certainly a serious problem for me and when older backup files and new Talend installs still generates the problem that were working fine when the back up was originally taken seems to me like the problem is environmental but I have no idea. 
&lt;BR /&gt;Thanks again
&lt;BR /&gt;peter</description>
      <pubDate>Fri, 26 Apr 2013 11:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/org-eclipse-emf-codegen-jet-JETException/m-p/2304438#M76214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-26T11:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: org.eclipse.emf.codegen.jet.JETException: InvocationTargetException er</title>
      <link>https://community.qlik.com/t5/Talend-Studio/org-eclipse-emf-codegen-jet-JETException/m-p/2304439#M76215</link>
      <description>Hello, 
&lt;BR /&gt;I've encountered the exact issue. However, prior to two weeks ago, the suite brought up the code, ran and was successful in generating a jar file. NOW I can't do anything (execution). It throws the following: 
&lt;BR /&gt; 
&lt;BR /&gt;Execution failed : Failed to generate code. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Any help is appreciated. 
&lt;BR /&gt;Jimmie Richardson 
&lt;BR /&gt;BTW...... I am using the following: 
&lt;BR /&gt;Version: 5.3.1 
&lt;BR /&gt;Build id: r104014-20130618-0337 
&lt;BR /&gt;Additional information: 
&lt;BR /&gt;!ENTRY org.talend.platform.logging 4 0 2015-05-14 12:36:06.826 
&lt;BR /&gt;!MESSAGE 2015-05-14 12:36:06,825 ERROR org.talend.commons.exception.CommonExceptionHandler&amp;nbsp; - Failed to generate code. 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;org.talend.designer.runprocess.ProcessorException: Failed to generate code. 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.runprocess.java.JavaProcessor.generateCode(JavaProcessor.java:405) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.runprocess.java.JavaProcessor.generateCode(JavaProcessor.java:329) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.runprocess.ProcessorUtilities.generateContextInfo(ProcessorUtilities.java:569) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:406) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:1095) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.runprocess.RunProcessContext$1.run(RunProcessContext.java:487) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:275) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:1162) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.runprocess.RunProcessContext.exec(RunProcessContext.java:459) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.runprocess.ui.DebugProcessTosComposite.exec(DebugProcessTosComposite.java:621) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.runprocess.ui.DebugProcessTosComposite.addInHistoryRunningList(DebugProcessTosComposite.java:596) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.runprocess.ui.DebugProcessTosComposite.execButtonPressed(DebugProcessTosComposite.java:571) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.runprocess.ui.DebugProcessTosComposite$1.widgetSelected(DebugProcessTosComposite.java:272) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 
&lt;BR /&gt;&amp;nbsp;at org.talend.rcp.intro.Application.start(Application.java:141) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 
&lt;BR /&gt;&amp;nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt;&amp;nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.equinox.launcher.Main.run(Main.java:1407) 
&lt;BR /&gt;Caused by: org.talend.designer.codegen.exception.CodeGeneratorException: org.eclipse.emf.codegen.jet.JETException: InvocationTargetException 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.codegen.CodeGenerator.instantiateJetProxy(CodeGenerator.java:552) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.codegen.CodeGenerator.generateTypedComponentCode(CodeGenerator.java:540) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.codegen.CodeGenerator.generateComponentCode(CodeGenerator.java:879) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.codegen.CodeGenerator.generateComponentsCode(CodeGenerator.java:615) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.codegen.CodeGenerator.generateComponentsCode(CodeGenerator.java:587) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.codegen.CodeGenerator.generateProcessCode(CodeGenerator.java:325) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.runprocess.java.JavaProcessor.generateCode(JavaProcessor.java:372) 
&lt;BR /&gt;&amp;nbsp;... 40 more 
&lt;BR /&gt;Caused by: org.eclipse.emf.codegen.jet.JETException: InvocationTargetException 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.emf.codegen.jet.JETEmitter.generate(JETEmitter.java:475) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.codegen.config.TalendJetEmitter.generate(TalendJetEmitter.java:529) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.emf.codegen.jet.JETEmitter.generate(JETEmitter.java:447) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.emf.codegen.jet.JETEmitter.generate(JETEmitter.java:438) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.codegen.proxy.JetProxy.generate(JetProxy.java:54) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.codegen.CodeGenerator.instantiateJetProxy(CodeGenerator.java:549) 
&lt;BR /&gt;&amp;nbsp;... 46 more 
&lt;BR /&gt;Caused by: java.lang.reflect.InvocationTargetException 
&lt;BR /&gt;&amp;nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt;&amp;nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;at org.eclipse.emf.codegen.jet.JETEmitter.generate(JETEmitter.java:467) 
&lt;BR /&gt;&amp;nbsp;... 51 more 
&lt;BR /&gt;Caused by: java.lang.Error: Unresolved compilation problems: 
&lt;BR /&gt;&amp;nbsp;The method replace(char, char) in the type String is not applicable for the arguments (String, String) 
&lt;BR /&gt;&amp;nbsp;The method replace(char, char) in the type String is not applicable for the arguments (String, String) 
&lt;BR /&gt;&amp;nbsp;The method replace(char, char) in the type String is not applicable for the arguments (String, String) 
&lt;BR /&gt;&amp;nbsp;The method replace(char, char) in the type String is not applicable for the arguments (String, String) 
&lt;BR /&gt;&amp;nbsp;The method replace(char, char) in the type String is not applicable for the arguments (String, String) 
&lt;BR /&gt;&amp;nbsp;at org.talend.designer.codegen.translators.common.Component_part_footerJava.generate(Component_part_footerJava.java:354) 
&lt;BR /&gt;&amp;nbsp;... 56 more 
&lt;BR /&gt;I have looked at each map and do not see where a varchar is moving to a string. 
&lt;BR /&gt;HELP!!!! PLEASE!!!</description>
      <pubDate>Wed, 13 May 2015 21:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/org-eclipse-emf-codegen-jet-JETException/m-p/2304439#M76215</guid>
      <dc:creator>vhahacrichaj</dc:creator>
      <dc:date>2015-05-13T21:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: org.eclipse.emf.codegen.jet.JETException: InvocationTargetException er</title>
      <link>https://community.qlik.com/t5/Talend-Studio/org-eclipse-emf-codegen-jet-JETException/m-p/2304440#M76216</link>
      <description>After an exhaustive research, I found out what the REAL issue is/was. I had JAVA 8 pushed to my machine and was unaware of the update. Typically our installation informs us, but this did not occur.
&lt;BR /&gt;I installed JAVA 6 and 7 and all works as expected.
&lt;BR /&gt;Hope this helps out someone who has gone through or is going through this exercise with less pain then I experienced.
&lt;BR /&gt;Jimmie Richardson
&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;</description>
      <pubDate>Wed, 20 May 2015 18:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/org-eclipse-emf-codegen-jet-JETException/m-p/2304440#M76216</guid>
      <dc:creator>vhahacrichaj</dc:creator>
      <dc:date>2015-05-20T18:43:56Z</dc:date>
    </item>
  </channel>
</rss>

