Hello,
I'm trying out some Geoanalytics Desktop Tools, but get the following error message when I try to execute "Join Features" or "Summarize Within":
Traceback (most recent call last):
File "c:\program files (x86)\arcgis pro\Resources\ArcToolbox\scripts\ga_desktop_summarizewithin.py", line 53, in <module>
run_ga_desktop_tool('SummarizeWithin', params, {"output":1})
File "c:\program files (x86)\arcgis pro\Resources\ArcToolbox\Scripts\gautils\utilities.py", line 113, in run_ga_desktop_tool
gax = get_client()
File "c:\program files (x86)\arcgis pro\Resources\ArcToolbox\Scripts\gautils\utilities.py", line 98, in get_client
return jobclient.JobClient(spark)
File "c:\program files (x86)\arcgis pro\Resources\ArcToolbox\scripts\ga_spark\local\jobclient.py", line 11, in __init__
self._jgp = spark._sc._gateway.jvm.com.esri.arcgis.gae.desktop.DesktopPythonEnvironment.getJobClient()
File "c:\program files (x86)\arcgis pro\Resources\ArcToolbox\scripts\ga_spark\local\_launcher.py", line 43, in __getattr__
self._lazy_init()
File "c:\program files (x86)\arcgis pro\Resources\ArcToolbox\scripts\ga_spark\local\_launcher.py", line 48, in _lazy_init
self._spark = get_or_create()
File "c:\program files (x86)\arcgis pro\Resources\ArcToolbox\scripts\ga_spark\local\_launcher.py", line 59, in get_or_create
_spark = _initialize_spark()
File "c:\program files (x86)\arcgis pro\Resources\ArcToolbox\scripts\ga_spark\local\_launcher.py", line 184, in _initialize_spark
gateway = _launch_gateway(popen_kwargs=popen_kwargs, conf=conf)
File "c:\program files (x86)\arcgis pro\Resources\ArcToolbox\scripts\ga_spark\local\_launcher.py", line 321, in _launch_gateway
raise Exception("Java gateway process exited before sending its port number")
Exception: Java gateway process exited before sending its port numberFailed script (null)...
Failed to execute (SummarizeWithin).
I tried some Java new/reinstalling of the JDK/setting JAVA_HOME, but I don't know if that has anything to do with it or if I did it right.
I am on Windows 10 and use ArcGIS Pro 2.9.3. Any ideas are greatly appreciated, I have no idea whatsoever how I could fix this, but it seems like it has nothing to do with the parameters I set for the tool, I guess?
It is for connecting a car-data-feature (point, speed, ...) to data of changing digital traffic signs on a motorway (e. g. changing speed limits). The motorway data is in 1-minute intervalls (instant-time field) and the car-data in "random" instant time stamps. I want to connect the "matching times".
I'm sorry I am not sure what further information you need.
Thank you.