<?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: Unable to run Geospatial Demo in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-run-Geospatial-Demo/m-p/2384501#M4945</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;gt;&lt;SPAN&gt;This should be fixed by the following. Check you have it in the plugin?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I updated the XML file but it still will not compile. What else can I try?&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jun 2020 14:17:52 GMT</pubDate>
    <dc:creator>laurbass</dc:creator>
    <dc:date>2020-06-10T14:17:52Z</dc:date>
    <item>
      <title>Unable to run Geospatial Demo</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-run-Geospatial-Demo/m-p/2384498#M4942</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Specs:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Mac OS Catalina 10.15.4&lt;/P&gt; 
&lt;P&gt;Talend Data Integration 7.3.1&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Geospatial extension here; &lt;A href="https://github.com/talend-spatial" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;Link to Repo&lt;/A&gt;&amp;nbsp;&amp;nbsp;7.1.1, I am not 100% sure how to make sure I updated it.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The demo is for version 7.1.1&lt;/P&gt; 
&lt;P&gt;When I try to run the demo, I get this error:&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;org.talend.designer.runprocess.ProcessorException: Routines "GeometryOperation" has compile errors
Error Line: 1
Detail Message: The type org.opengis.referencing.crs.CoordinateReferenceSystem cannot be resolved. It is indirectly referenced from required .class files
	at org.talend.designer.runprocess.JobErrorsChecker.checkRoutinesCompilationError(JobErrorsChecker.java:434)
	at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:373)
	at org.talend.designer.runprocess.DefaultRunProcessService.checkLastGenerationHasCompilationError(DefaultRunProcessService.java:539)
	at org.talend.designer.runprocess.RunProcessService.checkLastGenerationHasCompilationError(RunProcessService.java:317)
	at org.talend.designer.runprocess.ProcessorUtilities.generateBuildInfo(ProcessorUtilities.java:955)
	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:615)
	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:2068)
	at org.talend.designer.runprocess.RunProcessContext$1.run(RunProcessContext.java:601)
	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:440)
	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:356)
	at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:474)
	at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:240)
	at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:966)
	at org.talend.designer.runprocess.RunProcessContext.exec(RunProcessContext.java:548)
	at org.talend.designer.runprocess.ui.ProcessComposite.exec(ProcessComposite.java:1448)
	at org.talend.designer.runprocess.ui.views.ProcessView$RunAction.run(ProcessView.java:700)
	at org.talend.designer.runprocess.ui.actions.RunProcessAction.run(RunProcessAction.java:63)
	at org.talend.designer.core.debug.JobLaunchConfigurationDelegate$1$1.run(JobLaunchConfigurationDelegate.java:98)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4095)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3762)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
	at org.talend.rcp.intro.Application.start(Application.java:280)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	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:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1501)&lt;/PRE&gt; 
&lt;P&gt;How can I ensure that I can run the geospatial addition correctly?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-run-Geospatial-Demo/m-p/2384498#M4942</guid>
      <dc:creator>laurbass</dc:creator>
      <dc:date>2024-11-16T02:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run Geospatial Demo</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-run-Geospatial-Demo/m-p/2384499#M4943</link>
      <description>Hi 
&lt;BR /&gt;It seems you need to use the same talend version as the extension version 7.1.1, refer to the installation documentation. 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/article/ka03p0000006EFPAA2" target="_blank"&gt;https://community.talend.com/t5/Installation/How-to-install-the-GeoSpatial-extension-for-Talend/ta-p/60&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LLqpAAG"&gt;@fxprunayre&lt;/A&gt;, can you help? 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 10 Jun 2020 07:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-run-Geospatial-Demo/m-p/2384499#M4943</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-10T07:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run Geospatial Demo</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-run-Geospatial-Demo/m-p/2384500#M4944</link>
      <description>&lt;P data-unlink="true"&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;gt;&lt;SPAN&gt;It seems you need to use the same talend version as the extension version 7.1.1, refer to the installation documentation.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No. You can use the current on 7.2 or 7.3 but in all cases, you need to force the load of the modules. See&amp;nbsp;&lt;A href="https://github.com/talend-spatial/talend-spatial/issues/80#issuecomment-623467558" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/talend-spatial/talend-spatial/issues/80#issuecomment-623467558&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;org.talend.designer.runprocess.ProcessorException: Routines "GeometryOperation" has compile errors&lt;/PRE&gt;
&lt;P&gt;This should be fixed by the following. Check you have it in the plugin?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/talend-spatial/talend-spatial/commit/9b68aebb04dea2438334a5222fc32d75f53536ed#diff-5d0708c48423ba296e53174edabe5bef" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/talend-spatial/talend-spatial/commit/9b68aebb04dea2438334a5222fc32d75f53536ed#diff-5d0708c48423ba296e53174edabe5bef&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers.&lt;/P&gt;
&lt;P&gt;Francois&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 07:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-run-Geospatial-Demo/m-p/2384500#M4944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-10T07:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run Geospatial Demo</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-run-Geospatial-Demo/m-p/2384501#M4945</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;gt;&lt;SPAN&gt;This should be fixed by the following. Check you have it in the plugin?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I updated the XML file but it still will not compile. What else can I try?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 14:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-run-Geospatial-Demo/m-p/2384501#M4945</guid>
      <dc:creator>laurbass</dc:creator>
      <dc:date>2020-06-10T14:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run Geospatial Demo</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-run-Geospatial-Demo/m-p/2384502#M4946</link>
      <description>&lt;P&gt;Hi Francois,&lt;BR /&gt;&lt;BR /&gt;Thanks for your clarification and coming to the community.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 10:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-run-Geospatial-Demo/m-p/2384502#M4946</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-11T10:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run Geospatial Demo</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-run-Geospatial-Demo/m-p/2384503#M4947</link>
      <description>&lt;P&gt;Do you have any advice on how to fix my problem? I am trying to use the DISY plugin now because I couldn't get the GitHub version to work and am now getting the error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;org.talend.designer.runprocess.ProcessorException: Routines "DGeometryCalculator" has compile errors&lt;BR /&gt;Error Line: 3&lt;BR /&gt;Detail Message: The import net cannot be resolved&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 20:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-run-Geospatial-Demo/m-p/2384503#M4947</guid>
      <dc:creator>laurbass</dc:creator>
      <dc:date>2020-06-12T20:53:55Z</dc:date>
    </item>
  </channel>
</rss>

