Select to view content in your preferred language

Can't use LocalLocator for geocoding - throws RuntimeException with stol: no conversion!

3440
1
06-02-2015 02:02 PM
ChrisSexton
New Contributor

I'm attempting to use a local locator with the ArcGIS Java SDK for Linux (64-bit) - version 10.2.4. I can reverse geocode fine when I pass a location (lat/lon) ... but when I try to pass a search for a specific address, I get a RuntimeException, specifically "stol: no conversion" down in the native LocalLocator geocode function. If I don't pass a street number in the query, it just returns no results.

Stack trace;

java.lang.RuntimeException: stol: no conversion

     at com.esri.core.tasks.geocode.LocalLocator.geocode(Native Method)

     at com.esri.core.tasks.geocode.LocalLocator.nativeGeocode(Unknown Source)
.....

0 Kudos
1 Reply
EricBader
Regular Contributor II

Can you share what version of Linux?

0 Kudos