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)
.....
Can you share what version of Linux?