<?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: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException: in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218514#M612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, yes, i see it has just been released.. it is quite a step forward, from 10.x to 100.x. Anyway, we are not in a position right now to upgrade. So we have to find another way to resolve this issues. It definitely seems to be specific to the Lenovo (Thinkpad). You can remove your e-mail address (to prevent spammers). Thank you for your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jan 2017 14:01:39 GMT</pubDate>
    <dc:creator>BKuiper</dc:creator>
    <dc:date>2017-01-27T14:01:39Z</dc:date>
    <item>
      <title>ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218497#M595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I am trying to run a .gpk package with result map service (raster is an output). When I start my app, the Windows 7 window pops-up, telling me that the LocalServer instance has stopped working, and let me decide to stop or debug application. When I click stop, no service is going to be up and running. When I click debug and continue debugging in Visual Studio, another pop-up shows up informing me that it is unable to get stack info. Next, I check Server REST endpoint and see that the services are started (Geoprocessing service and associated Map Service). Any ideas, what is going wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use Eclipse LUNA and Java 1.8.0_20 on win7 Professional. Below, you find basic syntax of my geoprocessing task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14145027859735353" jivemacro_uid="_14145027859735353" modifiedtitle="true"&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;gpService&lt;/SPAN&gt;= new LocalGeoprocessingService("path to gpk");&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;gpService&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .setServiceType(GPServiceType.SUBMIT_JOB_WITH_MAP_SERVER_RESULT);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;gpService.startAsync();&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions are much appreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 13:47:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218497#M595</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2014-10-28T13:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218498#M596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One place to start is with the 'Contour lines' sample in the sample viewer (installed with the SDK, or available &lt;A href="http://www.arcgis.com/home/item.html?id=af14f717c6c04026924e3b7e2be4145d"&gt;here&lt;/A&gt; for 64-bit windows). It shows a example of running a geoprocessing task using a gpk / Local Server, and displaying the results as a map service. It also shows how to add a listener to the LocalGeoprocessingService instance to get info on the status of the service and to get error messages back through the API. Perhaps make sure you can run that sample successfully and work your way from simple things like just starting the service successfully, to actually running the task successfully, and displaying the map service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps a bit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~elise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 14:08:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218498#M596</guid>
      <dc:creator>EliseAcheson1</dc:creator>
      <dc:date>2014-10-28T14:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218499#M597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elise,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I created simple app to test your recommendations. Below is the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14147623684993448" jivemacro_uid="_14147623684993448" modifiedtitle="true"&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LocalGeoprocessingService localGP = new LocalGeoprocessingService();&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; localGP.setPath("C:/_temp/" + "package_name.gpk");&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; localGP.setServiceType(GPServiceType.SUBMIT_JOB_WITH_MAP_SERVER_RESULT);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; localGP.addLocalServiceStartCompleteListener(new LocalServiceStartCompleteListener() {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @Override&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void localServiceStartComplete(LocalServiceStartCompleteEvent arg0) {&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (arg0.getService().getStatus() == LocalServiceStatus.STARTED) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println("OK");&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println("Error Starting GP Service");&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println("error message: "+arg0.getService().getError().toString());&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; localGP.startAsync();&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When working with contour.gpk, everything works perfecly. Services (Map and Geoprocessing Service) are up and running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When change it to my gpk. I receive the followinng errors:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/25995_error.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Then in the console the following error appeared:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14147627540792666 jive_text_macro" jivemacro_uid="_14147627540792666" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN&gt;Failed to create service Model.gpk GPServer. Worker process 'Model.gpk_mapserver_host' exited while attempting to service request (attempt 1 of 1): endpoint='admin' headers={} params={cfgName=Model.gpk, filePath=C:\Users\Adam\AppData\Local\ArcGISRuntime\Documents\ArcGIS\Packages\\Model_663870BB-F970-4FBF-809F-8664CB4DEB50\v101\Model_Result_0.msd, jobDir=C:\Users\Adam\AppData\Local\Temp\arcgisruntime_9412\Model.gpk\jobs, maxRecords=1000, outputDir=C:\Users\Adam\AppData\Local\Temp\arcgisruntime_9412\Model.gpk, type=GPMapServer, virtualDir=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://127.0.0.1:50000/WBwWCx/outputdir/Model.gpk" rel="nofollow" target="_blank"&gt;http://127.0.0.1:50000/WBwWCx/outputdir/Model.gpk&lt;/A&gt;&lt;SPAN&gt;} res='create' post=0 Crash dump path=&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;!message:socexit:{"error":"Worker process 'Model.gpk_mapserver_host' exited while attempting to service request (attempt 1 of 1): endpoint='admin' headers={} params={cfgName=Model.gpk, filePath=C:\\Users\\Adam\\AppData\\Local\\ArcGISRuntime\\Documents\\ArcGIS\\Packages\\\\Model_663870BB-F970-4FBF-809F-8664CB4DEB50\\v101\\Model_Result_0.msd, jobDir=C:\\Users\\Adam\\AppData\\Local\\Temp\\arcgisruntime_9412\\Model.gpk\\jobs, maxRecords=1000, outputDir=C:\\Users\\Adam\\AppData\\Local\\Temp\\arcgisruntime_9412\\Model.gpk, type=GPMapServer, virtualDir=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://127.0.0.1:50000/WBwWCx/outputdir/Model.gpk" rel="nofollow" target="_blank"&gt;http://127.0.0.1:50000/WBwWCx/outputdir/Model.gpk&lt;/A&gt;&lt;SPAN&gt;} res='create' post=0 Crash dump path=","name":"Model.gpk_mapserver","processId":-1}&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I started to debug application in Visual Studio, the services have been started.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there must something wrong with my regional settings or ArcGIS Desktop settings. My gpk is very basic hillshade function. To bypass this issue I have to created another model that returns vector data and run my gpk in Exucete or Submit_Job mode, which do not return any errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="model.png" class="jive-image image-2" src="https://community.esri.com/legacyfs/online/25996_model.png" style="width: 620px; height: 276px;" /&gt;&lt;/P&gt;&lt;P&gt;Any help is much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:48:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218499#M597</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2014-10-31T13:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218500#M598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anybody encountered the same error as me? I have still this issue and I don't know how to resolve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 14:47:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218500#M598</guid>
      <dc:creator>AdamNicinski</dc:creator>
      <dc:date>2014-12-04T14:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218501#M599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some thoughts about ArcGIS Runtime Server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The local server crashes only when I run GPK in RMS mode with the output of GPRasterDataLayer type. It works ok when I run GPK in RMS mode with the output of GPFeatureRecordSetLayer type. I think my issue only references to raster data as an output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) My GPKs and ArcGIS runtime are directory-aware. I have made a test. I created couple of gpks – each of them uses different geoprocessing tools supported by ArcGIS runtime like hillshade and viewshed giving as an output a GPRasterDataLayer. I located them in my ArcGIS Runtime sample directory ie. C:\Program Files (x86)\ArcGIS SDKs\java10.2.4\sdk\samples\data\gpks\Contour. I changed in a loop their names to Contour.gpk to successfully open a Contour sample (which use RMS option) and all of them were started without any crash. I executed them via REST and saw the results in the associated Map Service. I assume that Esri Samples app uses the production license, because&amp;nbsp; I do not see any watermarks and do not receive any warnings in the Console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is – Do I need a production license to test local RMS service with raster output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 10:17:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218501#M599</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2014-12-10T10:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218502#M600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, you do not need a production license to test this. However when running a sample in Developer mode, the Local Server will display a dialog that you'd have to click and close, similar to this screenshot:&lt;IMG alt="dialog_ls.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/39491_dialog_ls.png" style="width: 620px; height: 125px;" /&gt;&lt;/P&gt;&lt;P&gt;Once you click ok, everything you run fine on the developer machine. For example try running the Contour sample from say eclipse, rather than in the sample app. Then you should see this dialog and also a watermark on the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~e&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 16:38:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218502#M600</guid>
      <dc:creator>EliseAcheson1</dc:creator>
      <dc:date>2014-12-11T16:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218503#M601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elise,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I described above, the Contour.gpk works fine (@&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;When working with contour.gpk, everything works perfectly. Services (Map and Geoprocessing Service) are up and running.&lt;/SPAN&gt;).No matter from where I call it, it starts, because the output is &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;GPFeatureRecordSetLayer. The problem in my case, is when the output of gpk is &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;GPRasterDataLayer, as I described in the second point of my post.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Is there any reasonable explanation why my gpks starts only when they are located in the sample directory and called from the sample application? I do not see any special privileges granted to ArcGIS SDK home directory to the local user. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 18:10:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218503#M601</guid>
      <dc:creator>AdamNicinski</dc:creator>
      <dc:date>2014-12-11T18:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218504#M602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the exact same problem you talking. I have tried every thing just like you said the &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;contour.gpk is working fine, but when I try to working with a gpk with a RasterDataLayer as a output, the the map server process will crash at the starting stage. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;and I got this error message:&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;---------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN&gt; message:socexit:{"error":"Worker process 'Model2New.gpk_mapserver_host' exited while attempting to service request (attempt 1 of 1): endpoint='admin' headers={} params={cfgName=Model2New.gpk, filePath=C:\\Users\\Think\\AppData\\Local\\ArcGISRuntime\\Documents\\ArcGIS\\Packages\\\\Model2New_4E9F388A-E573-4C73-8CF2-61B9192057C9\\v101\\Model222_Result_0.msd, jobDir=C:\\Users\\Think\\AppData\\Local\\Temp\\arcgisruntime_10516\\Model2New.gpk\\jobs, maxRecords=1000, outputDir=C:\\Users\\Think\\AppData\\Local\\Temp\\arcgisruntime_10516\\Model2New.gpk, type=GPMapServer, virtualDir=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://127.0.0.1:50001/TlWWCh/outputdir/Model2New.gpk" rel="nofollow" target="_blank"&gt;http://127.0.0.1:50001/TlWWCh/outputdir/Model2New.gpk&lt;/A&gt;&lt;SPAN&gt;} res='create' post=0 Crash dump path=","name":"Model2New.gpk_mapserver","processId":-1}"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;-----------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;so Adam, did you got any clue in this issue?&amp;nbsp; or anyone can give me some clue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thanks you very much,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Ryan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2015 10:19:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218504#M602</guid>
      <dc:creator>ryantan</dc:creator>
      <dc:date>2015-02-01T10:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218505#M603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I did not resolve this issue. I hope it will have been fixed before 10.2.5 or 10.3 release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2015 15:48:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218505#M603</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2015-02-01T15:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218506#M604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response!&lt;/P&gt;&lt;P&gt;I have turn on the log feature and got this log output below,&amp;nbsp; according to the log, the problem was occurred when Map server handling a request. but it didn't tell what exactly caused the crash.&amp;nbsp; and a suspicious point is, when the process crashed, it try to write a crash dump file, but the crash dump file is not generated, and there is an exception to say "System cannot find the specified file". but I'm sure the parent directory for the crash dump is exist on my hard driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea is appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Message : Server version : 10.2.4.3858&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Message : Server listening on : &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://127.0.0.1:50002/VXhSqZ/arcgis/rest" rel="nofollow" target="_blank"&gt;http://127.0.0.1:50002/VXhSqZ/arcgis/rest&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:18,575: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; AdminWebService - POST admin/createService&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:18,578: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk - Creating.&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:18,578: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk - Create&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:18,578: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_host - Creating.&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:18,578: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_host - Launching.&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:18,579: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_host - Launched process 6656&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:19,570: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_worker - Creating.&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:19,570: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_worker - Launching.&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:19,571: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_worker - Launched process 9696&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:20,544: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_mapserver - Creating.&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:20,544: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_mapserver - Create&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:20,544: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_mapserver_host - Creating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:20,544: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_mapserver_host - Launching.&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:20,545: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_mapserver_host - Launched process 9344&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:25,017: WARN&amp;nbsp; rid=&amp;nbsp;&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_mapserver_host - Couldn't locate dump file (process may not have created one) boost::filesystem::file_size: The System cannot find specified file path=C:/Users/Think/AppData/Local/Temp/arcgisruntime_7680/9344.dumpfilepath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:25,017: INFO&amp;nbsp; rid=&amp;nbsp;&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_mapserver_host - Worker process exited unexpectedly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2015-02-02 11:27:25,018: WARN&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_mapserver_host - Worker process 'Model2.gpk_mapserver_host' exited while attempting to service request (attempt 1 of 1): endpoint='admin' headers={} params={cfgName=Model2.gpk, filePath=C:\Users\Think\AppData\Local\ArcGISRuntime\Documents\ArcGIS\Packages\Model2_9FFC4FC3-0F2A-4A36-858D-02601988B582\v101\Model2_Result_0.msd, jobDir=C:\Users\Think\AppData\Local\Temp\arcgisruntime_7680\Model2.gpk\jobs, maxRecords=1000, outputDir=C:\Users\Think\AppData\Local\Temp\arcgisruntime_7680\Model2.gpk, type=GPMapServer, virtualDir=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://127.0.0.1:50002/VXhSqZ/outputdir/Model2.gpk" rel="nofollow" target="_blank"&gt;http://127.0.0.1:50002/VXhSqZ/outputdir/Model2.gpk&lt;/A&gt;&lt;SPAN&gt;} res='create' post=0 Crash dump path=&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:25,018: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_mapserver - SOC exited handled called.&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:25,018: WARN&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_mapserver - Service going to 'crashed' state.&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:25,018: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_mapserver - Shutdown while being created&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:25,018: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_mapserver_host - Terminate&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GEO processing Server started !!message:socexit:{"error":"Worker process 'Model2.gpk_mapserver_host' exited while attempting to service request (attempt 1 of 1): endpoint='admin' headers={} params={cfgName=Model2.gpk, filePath=C:\\Users\\Think\\AppData\\Local\\ArcGISRuntime\\Documents\\ArcGIS\\Packages\\Model2_9FFC4FC3-0F2A-4A36-858D-02601988B582\\v101\\Model2_Result_0.msd, jobDir=C:\\Users\\Think\\AppData\\Local\\Temp\\arcgisruntime_7680\\Model2.gpk\\jobs, maxRecords=1000, outputDir=C:\\Users\\Think\\AppData\\Local\\Temp\\arcgisruntime_7680\\Model2.gpk, type=GPMapServer, virtualDir=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://127.0.0.1:50002/VXhSqZ/outputdir/Model2.gpk" rel="nofollow" target="_blank"&gt;http://127.0.0.1:50002/VXhSqZ/outputdir/Model2.gpk&lt;/A&gt;&lt;SPAN&gt;} res='create' post=0 Crash dump path=","name":"Model2.gpk_mapserver","processId":-1}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2015-02-02 11:27:25,018: WARN&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; AdminWebService - Service create failed. Worker process 'Model2.gpk_mapserver_host' exited while attempting to service request (attempt 1 of 1): endpoint='admin' headers={} params={cfgName=Model2.gpk, filePath=C:\Users\Think\AppData\Local\ArcGISRuntime\Documents\ArcGIS\Packages\Model2_9FFC4FC3-0F2A-4A36-858D-02601988B582\v101\Model2_Result_0.msd, jobDir=C:\Users\Think\AppData\Local\Temp\arcgisruntime_7680\Model2.gpk\jobs, maxRecords=1000, outputDir=C:\Users\Think\AppData\Local\Temp\arcgisruntime_7680\Model2.gpk, type=GPMapServer, virtualDir=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://127.0.0.1:50002/VXhSqZ/outputdir/Model2.gpk" rel="nofollow" target="_blank"&gt;http://127.0.0.1:50002/VXhSqZ/outputdir/Model2.gpk&lt;/A&gt;&lt;SPAN&gt;} res='create' post=0 Crash dump path=&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:25,018: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_mapserver - Shutdown while being created&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:25,018: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_mapserver_host - Terminate&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:25,019: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_mapserver_host - Destructor - clearing SOC handle&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:25,019: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk - Shutdown while being created&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:25,019: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_host - Terminate&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:25,019: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_worker - Terminate&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:25,019: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_worker - Destructor - clearing SOC handle&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:25,019: INFO&amp;nbsp; rid=1&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; gpk_host - Destructor - clearing SOC handle&lt;/P&gt;&lt;P&gt;2015-02-02 11:27:35,021: INFO&amp;nbsp; rid=&amp;nbsp;&amp;nbsp;&amp;nbsp; ''&amp;nbsp; WebServer - Lost connection on port 50002&lt;/P&gt;&lt;P&gt;Stopping server&lt;/P&gt;&lt;P&gt;2015-02-02 11:28:38,037: INFO&amp;nbsp; rid=2&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; AdminWebService - POST admin/shutdown?f=json&lt;/P&gt;&lt;P&gt;2015-02-02 11:28:38,048: INFO&amp;nbsp; rid=&amp;nbsp;&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; ServerMain - Shutting down&lt;/P&gt;&lt;P&gt;2015-02-02 11:28:38,049: INFO&amp;nbsp; rid=&amp;nbsp;&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; ServerMain - Terminating web services&lt;/P&gt;&lt;P&gt;2015-02-02 11:28:38,049: INFO&amp;nbsp; rid=&amp;nbsp;&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; ServerMain - Deleting data directory C:/Users/Think/AppData/Local/Temp/arcgisruntime_7680&lt;/P&gt;&lt;P&gt;2015-02-02 11:28:38,057: INFO&amp;nbsp; rid=&amp;nbsp;&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; ServerMain - 11 filesystem object(s) removed.&lt;/P&gt;&lt;P&gt;2015-02-02 11:28:38,057: INFO&amp;nbsp; rid=&amp;nbsp;&amp;nbsp;&amp;nbsp; 'server'&amp;nbsp; ServerMain - Server process exiting.&lt;/P&gt;&lt;P&gt;Local server exited, code: 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 06:28:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218506#M604</guid>
      <dc:creator>ryantan</dc:creator>
      <dc:date>2015-02-02T06:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218507#M605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Confirmed. I receive the same message. I know it is due to unhelded exception in ArcGIS Runtime. I traced the error using Microsoft Visual Studio 2013. This is information stack:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unhandled exception at 0x0000000077AB4102 (ntdll.dll) in RuntimeLocalServer.exe: 0xC0000374: Sterta została uszkodzona (parameters: 0x0000000077B2B4B0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First-chance exception at 0x000007FEFD7E940D in RuntimeLocalServer.exe: Microsoft C++ exception: ESRI::SensorModel::CSM::RequestedOperationFailedException at memory location 0x000000000224BD40.&lt;/P&gt;&lt;P&gt;HEAP[RuntimeLocalServer.exe]: Invalid address specified to RtlValidateHeap( 0000000002140000, 0000000002DFFE90 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: Do you use Lenovo as the development machine?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 13:37:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218507#M605</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2015-02-02T13:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218508#M606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may find a work-around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After tried any clue I can think of, I desperately thought since the exception is resident in the LocalServer native binary code, so I think if it's possible to try another native code. so I uninstalled my current runtime sdk(version 10.2.4), and installed an early version(10.2), then unexpectedly, I find my code and mpk file can working against 10.2 successfully!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never really thing that is possible. but it seems every thing is perfectly working, I can get my dynamic layer displayed on a map. so I guess the developer of 10.2.4 must screwed something inside localserver 10.2.4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it can help you too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW. yes, I'm using a Lenovo laptop as development machine &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 07:22:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218508#M606</guid>
      <dc:creator>ryantan</dc:creator>
      <dc:date>2015-02-03T07:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218509#M607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad you resolved this issue. However, the API downgrade is not an option for me. I use new functionalities added in 10.2.4. I do not have payed developer plan, so I can not officially report this bug to Esri. Now then, a number of Esri developers follows this workspace, so perhaps they will examine this error in more details in the next release. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: I use Lenovo too. Maybe this bug is somehow connected with some hardware issues? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, good luck Ryan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 17:26:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218509#M607</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2015-02-03T17:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218510#M608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm very sad to hear it cannot help you.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do think the issue is related to special hardware.&amp;nbsp; &lt;/P&gt;&lt;P&gt;maybe you try a dedicated arcgis server to run your .mpk as a service if it's acceptable. I tested that solution, it can work with 10.2.4 sdk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway hope you get ride of this issue very soon!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 06:15:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218510#M608</guid>
      <dc:creator>ryantan</dc:creator>
      <dc:date>2015-02-04T06:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218511#M609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resolved in Runtime 100.0.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 07:44:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218511#M609</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2016-11-30T07:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218512#M610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi adam, could i e-mail&amp;nbsp;with you in private?&amp;nbsp;I'm having a similar error with the Runtime for WPF on a Lenovo machine. I'm not sure what you mean with "Resolved in Runtime 100.0.0". As far as i know there is no version 100.0.0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 12:40:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218512#M610</guid>
      <dc:creator>BKuiper</dc:creator>
      <dc:date>2017-01-26T12:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218513#M611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bjorn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed, there is 100.0.0 version for .Net as well.Please check&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/" title="https://developers.arcgis.com/net/"&gt;ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;. Also be aware that Local Server is now a seperate install. If you want to write me in private, I am available on firstnamelastname&lt;A href="mailto:adamnicinski@hotmail.com"&gt;@hotmail.com&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 16:09:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218513#M611</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2017-01-26T16:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException:</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218514#M612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, yes, i see it has just been released.. it is quite a step forward, from 10.x to 100.x. Anyway, we are not in a position right now to upgrade. So we have to find another way to resolve this issues. It definitely seems to be specific to the Lenovo (Thinkpad). You can remove your e-mail address (to prevent spammers). Thank you for your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 14:01:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-for-java-10-2-4-com-esri-core-io/m-p/218514#M612</guid>
      <dc:creator>BKuiper</dc:creator>
      <dc:date>2017-01-27T14:01:39Z</dc:date>
    </item>
  </channel>
</rss>

