Select to view content in your preferred language

Where can I download ArcGIS Runtime for Java 10.2 version?

6234
6
04-27-2016 10:41 PM
nita14
by
Frequent Contributor

There is no such install package on develoeprs.arcgis.com. Does anybody know if it is still available for download?

Regards,

Adam

0 Kudos
6 Replies
EricBader
Honored Contributor

Hi Adam,

The earliest download we have available on SDK Downloads | ArcGIS for Developers is 10.2.3. Is there something specific in 10.2 you were looking for?

0 Kudos
nita14
by
Frequent Contributor

Hi Eric,

Indeed, I am wondering if ArcGIS Runtime for Java prior to 10.2.3 also crashes when trying to add raster dynamically using local server (based on runtime sample code).

DynamicLayerInfoCollection layerInfos = localDynamicLayer
              .getDynamicLayerInfos();
          DynamicLayerInfo layerInfo = layerInfos.get(0);


          // Create the raster data source
          RasterDtaSource dataSource = new RasterDataSource();
          dataSource.setWorkspaceId(workspaceId);
          dataSource.setDataSourceName(fileNameRaw);


          // Set the data source
          LayerDataSource layerDataSource = new LayerDataSource();
          layerDataSource.setDataSource(dataSource);
          layerInfo.setLayerSource(layerDataSource);


          localDynamicLayer.refresh();

At line 15, the following error always occurs:

com.esri.core.io.EsriServiceException: Server Error
  at com.esri.core.internal.io.handler.c.a(Unknown Source)
  at com.esri.core.internal.io.handler.h$1.handleResponse(Unknown Source)
  at com.esri.core.internal.io.handler.h$1.handleResponse(Unknown Source)
  at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:735)
  at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:709)
  at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:700)
  at com.esri.core.internal.io.handler.h.a(Unknown Source)
  at com.esri.core.internal.io.handler.h.a(Unknown Source)
  at com.esri.core.internal.tasks.ags.v.a(Unknown Source)
  at com.esri.core.internal.tasks.ags.v.execute(Unknown Source)
  at com.esri.core.internal.tasks.a.call(Unknown Source)
  at java.util.concurrent.FutureTask.run(Unknown Source)
  at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  at java.lang.Thread.run(Unknown Source)

Do you know how can I get the older version of Runtime?

Regards,

Adam

0 Kudos
nita14
by
Frequent Contributor

Hi Eric,

Do you have any good news?

Regards,

Adam

0 Kudos
nita14
by
Frequent Contributor

Eric,

The issue I face, seems to be related to the not-satisfactory privileges to some files/ operating system or hardware-specific problem. I successfully ran the sample local raster app on the server machine (windows server 2008 r2) and apparently, local server works just fine. However, the issue exists on lenovo and hp laptop with windows 7 and windows 8 installed accordingly. The exception is raised when trying to start no matter what .mpk containg raster data. Just to mention, the issue does not appear when working with shapefiles and displaying them using local server.

Could you please list the privilege requirements to successfully start-up the local raster with raster dynamic layer? Can you give me any hint in this subject?

My question is also related to ArcGIS Runtime for Java 10.2.4 - com.esri.core.io.EsriServiceException: As a matter of fact, the same error is raised.

Kind regards,

Adam

0 Kudos
EricBader
Honored Contributor

Hi Adam,

Sorry for the delay.

You can order 10.2 from Customer Service.

Just ask for part number 138115, even though it also has WPF (cough), it is in stock and ready to order.

Helps?

0 Kudos
nita14
by
Frequent Contributor

Yes. Thank you.

Regards,

Adam

0 Kudos