<?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: Error with API call (t_JavaRow) - system cannot be resolved in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-with-API-call-t-JavaRow-system-cannot-be-resolved/m-p/2379806#M3336</link>
    <description>&lt;P&gt;Ah, I see. OK, the job looks OK. On reading the error again, it looks like this may actually be a JVM issue. What version of Java are you using? Also, it says that you have a Java error with line 350 of the code. If you click on the code tab (bottom left of the design window), you can see where the Java error is. You'll see a red block which you can click on to take you to the Java error. This is a useful way of finding component config errors. Can you take a screen shot of the Java error and I may be able to point you to the component issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2022 16:48:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-01T16:48:15Z</dc:date>
    <item>
      <title>Error with API call (t_JavaRow) - system cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-with-API-call-t-JavaRow-system-cannot-be-resolved/m-p/2379803#M3333</link>
      <description>&lt;P&gt;Hi all! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt; I am trying to connect to an API with t_JavaRow and get the following error log. I checked on cmd: javac version: 11.0.17&lt;/P&gt;&lt;P&gt;Could please help me why it isnt working? The Api address/url and passwords are correct.&lt;/P&gt;&lt;P&gt;LOG:&lt;/P&gt;&lt;P&gt;org.talend.designer.runprocess.ProcessorException: Job compile errors&amp;nbsp;&lt;/P&gt;&lt;P&gt;At least job "API" has a compile errors, please fix and export again.&lt;/P&gt;&lt;P&gt;Error Line: 350&lt;/P&gt;&lt;P&gt;Detail Message: system cannot be resolved&lt;/P&gt;&lt;P&gt;There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:359)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.DefaultRunProcessService.checkLastGenerationHasCompilationError(DefaultRunProcessService.java:534)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.RunProcessService.checkLastGenerationHasCompilationError(RunProcessService.java:318)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ProcessorUtilities.generateBuildInfo(ProcessorUtilities.java:826)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:706)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:2029)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.RunProcessContext$2.run(RunProcessContext.java:663)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:436)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:352)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:468)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:228)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:984)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.RunProcessContext.exec(RunProcessContext.java:610)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ui.ProcessComposite.exec(ProcessComposite.java:1447)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ui.views.ProcessView$RunAction.run(ProcessView.java:736)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ui.actions.RunProcessAction.run(RunProcessAction.java:63)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.core.debug.JobLaunchConfigurationDelegate$1$1.run(JobLaunchConfigurationDelegate.java:98)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4001)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3629)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.rcp.intro.Application.start(Application.java:303)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at java.base/java.lang.reflect.Method.invoke(Method.java:577)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:654)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.launcher.Main.run(Main.java:1462)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-with-API-call-t-JavaRow-system-cannot-be-resolved/m-p/2379803#M3333</guid>
      <dc:creator>Moro</dc:creator>
      <dc:date>2024-11-15T22:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error with API call (t_JavaRow) - system cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-with-API-call-t-JavaRow-system-cannot-be-resolved/m-p/2379804#M3334</link>
      <description>&lt;P&gt;The tJavaRow is not normally used to call APIs. I therefore presume that you are using some code to do this. This is fine. But without seeing the code, we won't be able to help. If this is not what you are doing, could you share a bit more about your job? Maybe some screenshots and anything else that is directly connected to where this is falling over.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 15:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-with-API-call-t-JavaRow-system-cannot-be-resolved/m-p/2379804#M3334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-01T15:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error with API call (t_JavaRow) - system cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-with-API-call-t-JavaRow-system-cannot-be-resolved/m-p/2379805#M3335</link>
      <description>&lt;P&gt;Hi! Thank you for your message. Do those screenshots help?  This is from a youtube video, and for some reason it isnt working.&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000YEuMMAA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132749iDF0B231F7E6504CA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000YEuMMAA1.png" alt="0695b00000YEuMMAA1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000YEuPGAA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134072iF2B0E6DBA0161E7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000YEuPGAA1.png" alt="0695b00000YEuPGAA1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000YEuPpAAL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141286i8F696413141A6F29/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000YEuPpAAL.png" alt="0695b00000YEuPpAAL.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000YEuRMAA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146946i1F0070613A44AE7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000YEuRMAA1.png" alt="0695b00000YEuRMAA1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 16:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-with-API-call-t-JavaRow-system-cannot-be-resolved/m-p/2379805#M3335</guid>
      <dc:creator>Moro</dc:creator>
      <dc:date>2022-11-01T16:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error with API call (t_JavaRow) - system cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-with-API-call-t-JavaRow-system-cannot-be-resolved/m-p/2379806#M3336</link>
      <description>&lt;P&gt;Ah, I see. OK, the job looks OK. On reading the error again, it looks like this may actually be a JVM issue. What version of Java are you using? Also, it says that you have a Java error with line 350 of the code. If you click on the code tab (bottom left of the design window), you can see where the Java error is. You'll see a red block which you can click on to take you to the Java error. This is a useful way of finding component config errors. Can you take a screen shot of the Java error and I may be able to point you to the component issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 16:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-with-API-call-t-JavaRow-system-cannot-be-resolved/m-p/2379806#M3336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-01T16:48:15Z</dc:date>
    </item>
  </channel>
</rss>

