ArcGISRuntime.LocalServices 100.14.0 is compatible with ArcGIS Pro 3.0 created gpkx?

335
1
08-09-2022 08:59 AM
noodle
by
New Contributor III

I created a gpkx in Arc GIS Pro 3.0 to run GPServices on Local Server 100.14.0.   Are they compatible?

The service fails to start with  the error: Worker process exited unexpected.  Worker process '(my component host)' exited while attempting to service request.   The stack is

Esri.ArcGISRuntime.Http.ArcGISWebException
HResult=0x00000000
Message=Failed to create service json2feature GPServer. Worker process 'json2feature_host' exited while attempting to service request (attempt 1 of 1): endpoint='admin' headers={} params={asynchronous=, filePath=c:\aedt_vsts\developers\volpe\tosa\gpkloader\wpflocalserver\bin\x64\debug\datanet\json2feature.gpkx, jobDir=C:\Users\yasunari.tosa.ctr\AppData\Local\Temp\arcgisruntime_26344\json2feature\jobs, mapserver=, maxRecords=1000, name=json2feature, outputDir=C:\Users\yasunari.tosa.ctr\AppData\Local\Temp\arcgisruntime_26344\json2feature, type=GPServer, virtualDir=http://127.0.0.1:50000/Dk8jRj/outputdir/json2feature} res='create' post=0 Crash dump path=
Source=Esri.ArcGISRuntime
StackTrace:
at Esri.ArcGISRuntime.Http.ArcGISHttpClientHandler.ArcGISClientHandlerInternal.<SendAsync>d__15.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() in f:\dd\ndp\clr\src\BCL\system\runtime\exceptionservices\exceptionservicescommon.cs:line 133
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) in f:\dd\ndp\clr\src\BCL\system\runtime\compilerservices\TaskAwaiter.cs:line 156
at System.Net.Http.HttpClient.<FinishSendAsyncBuffered>d__58.MoveNext() in E:\A\_work\1795\s\corefx\src\System.Net.Http\src\System\Net\Http\HttpClient.cs:line 462
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() in f:\dd\ndp\clr\src\BCL\system\runtime\exceptionservices\exceptionservicescommon.cs:line 133
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) in f:\dd\ndp\clr\src\BCL\system\runtime\compilerservices\TaskAwaiter.cs:line 156
at Esri.ArcGISRuntime.LocalServices.LocalService.<StartServiceInternal>d__25.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() in f:\dd\ndp\clr\src\BCL\system\runtime\exceptionservices\exceptionservicescommon.cs:line 133
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) in f:\dd\ndp\clr\src\BCL\system\runtime\compilerservices\TaskAwaiter.cs:line 156
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() in f:\dd\ndp\clr\src\BCL\system\runtime\compilerservices\TaskAwaiter.cs:line 114
at GpkLoader.GpkLoader.GpkLoaderNet`1.<Execute>d__58.MoveNext() in C:\AEDT_VSTS\Developers\Volpe\Tosa\GpkLoader\GpkLoader\GpkLoader\GpkLoaderNet.cs:line 194

 

0 Kudos
1 Reply
MichaelBranscomb
Esri Frequent Contributor

ArcGIS Runtime Local Server SDK 100.14 (and the upcoming ArcGIS Runtime Local Server SDK 100.15) are provide compatibility with ArcGIS Pro 2.9.x. There is a release planned for late-2022 that will provide compatibility with ArcGIS Pro 3.x.

For version compatibility see Local Server version compatibility with ArcGIS Desktop and ArcGIS Pro.

 

0 Kudos