<?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: Exception in component tHDFSInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tHDFSInput/m-p/2368744#M131972</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;And please check your "Code" tab in your job when you&amp;nbsp;get some compile errors. There will be your compile error highlighted in red line.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Fri, 20 Oct 2017 10:21:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-20T10:21:28Z</dc:date>
    <item>
      <title>Exception in component tHDFSInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tHDFSInput/m-p/2368742#M131970</link>
      <description>&lt;P&gt;Hello, everyone.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am new to Talend and I am trying to download and process a file from Hadoop with the component tHDFSInput. Whenever I try to use it, a warning sign appears on the graphic editor and when I try to launch it, it will give me this error:&lt;/P&gt; 
&lt;PRE&gt;org.talend.designer.runprocess.ProcessorException: Job compile errors 
At least job "HadoopETL" has a compile errors, please fix and export again.
Error Line: 894
Detail Message: Syntax error, insert "}" to complete Block
There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.
	at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:326)
	at org.talend.designer.runprocess.DefaultRunProcessService.checkLastGenerationHasCompilationError(DefaultRunProcessService.java:380)
	at org.talend.designer.runprocess.RunProcessService.checkLastGenerationHasCompilationError(RunProcessService.java:292)
	at org.talend.designer.runprocess.ProcessorUtilities.generateBuildInfo(ProcessorUtilities.java:634)
	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:523)
	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:1413)
	at org.talend.designer.runprocess.RunProcessContext$1.run(RunProcessContext.java:576)
	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:466)
	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:374)
	at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:527)
	at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:284)
	at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:1190)
	at org.talend.designer.runprocess.RunProcessContext.exec(RunProcessContext.java:531)
	at org.talend.designer.runprocess.ui.ProcessComposite.exec(ProcessComposite.java:1450)
	at org.talend.designer.runprocess.ui.views.ProcessView$RunAction.run(ProcessView.java:691)
	at org.talend.designer.runprocess.ui.actions.RunProcessAction.run(RunProcessAction.java:58)
	at org.talend.designer.core.debug.JobLaunchConfigurationDelegate$1.run(JobLaunchConfigurationDelegate.java:84)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3774)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3412)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.talend.rcp.intro.Application.start(Application.java:255)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)&lt;/PRE&gt; 
&lt;P&gt;And indeed, when looking at the Code section, there is not only one but two brackets missing.&amp;nbsp;I tried launching the job from the Java code, with those 2 brackets in and it worked. But I can't seem to get it done with the graphical editor.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Anybody know how to fix this ?&lt;/P&gt; 
&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tHDFSInput/m-p/2368742#M131970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component tHDFSInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tHDFSInput/m-p/2368743#M131971</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;Which version of Talend Big Data product are you using? What is JDK version?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shong&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 09:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tHDFSInput/m-p/2368743#M131971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-09T09:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component tHDFSInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tHDFSInput/m-p/2368744#M131972</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;And please check your "Code" tab in your job when you&amp;nbsp;get some compile errors. There will be your compile error highlighted in red line.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2017 10:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tHDFSInput/m-p/2368744#M131972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-20T10:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component tHDFSInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tHDFSInput/m-p/2368745#M131973</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting same error. Mine is just 3 components job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tHDFSConnection&lt;/P&gt;
&lt;P&gt;onsubjob ok&lt;/P&gt;
&lt;P&gt;tHDFSInput --&amp;gt; main --&amp;gt; tlogrow&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Env Details:&lt;/P&gt;
&lt;P&gt;Talend Data Fabric v6.4.1.20170623_1246&lt;/P&gt;
&lt;P&gt;java version "1.8.0_151"&lt;BR /&gt;Java(TM) SE Runtime Environment (build 1.8.0_151-b12)&lt;BR /&gt;Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)&lt;/P&gt;
&lt;P&gt;OS: Ubuntu 16.xx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 03:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tHDFSInput/m-p/2368745#M131973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-01T03:22:37Z</dc:date>
    </item>
  </channel>
</rss>

