We just installed the GeoAnalytics Server on a Windows Server 2019 Standard. Whenever we try to use a GeoAnalytics tool an error "BD_101057: Unable to start a distributed job." is raised.
We already stopped the ArcGIS Services and reseted the Zookeeper "synchronization service" using the REST admin endpoint and started + stopped the hell out of Spark and Zookeeper.
Also, we delete the "local repository path" C:/arcgissserver/local, but with no luck.
The health check of Spark is always fine and if the Zookeeper is stopped the status request is fine, too. When the Zookeeper is started the JSON response shows a realtimeState of "STARTED".
Only when Zookeeper was started/is running the status request is running for some seconds and a realtimeState of "UNKNOWN" is shown in the JSON response.
Stop:
{
"configuredState": "STOPPED",
"details": [],
"status": "success"
}
Start:
{
"configuredState": "STARTED",
"details": [{
"machine": "geoana.ab.cde.fghi-jk.lmn",
"realtimeState": "STARTED"
}]
}
Status:
{ "configuredState": "STARTED", "details": [{ "machine": "geoana.ab.cde.fghi-jk.lmn", "realtimeState": "UNKNOWN" }], "status": "success" }
Is there any chance to narrow it down by using some Windows/System or JVM monitoring tools?
Product Manager
Developers and Location Services
Germany and Switzerland