Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] Error in ingest raster data using Geomesa Accumulo

Hello,

java.library.path is used to point to native libraries. In this case, you need to point it to a native GDAL install. For reference, see https://stackoverflow.com/questions/1734207/how-to-set-java-library-path-for-processing

Thanks,

Emilio

On 11/9/18 12:23 AM, sarath zacharia wrote:

Hi All,

I am using geomesa-accumulo for ingest raster data, getting following error

WARNING: Failed to load the GDAL native libs. This is not a problem unless you need to use the GDAL plugins: they won't be enabled.
java.lang.UnsatisfiedLinkError: no gdaljni in java.library.path

I am using geomesa 2.0.2 and accumulo 1.9.2
in geomesa-accumulo lib having all imageio jar files 

imageio-ext-gdalarcbinarygrid-1.1.13.jar  imageio-ext-gdalehdr-1.1.13.jar           imageio-ext-gdalkakadujp2-1.1.13.jar      imageio-ext-geocore-1.1.13.jar
imageio-ext-gdal-bindings-1.9.2.jar       imageio-ext-gdalenvihdr-1.1.13.jar        imageio-ext-gdalmrsid-1.1.13.jar          imageio-ext-imagereadmt-1.1.13.jar
imageio-ext-gdaldted-1.1.13.jar           imageio-ext-gdalerdasimg-1.1.13.jar       imageio-ext-gdalmrsidjp2-1.1.13.jar       imageio-ext-streams-1.1.13.jar
imageio-ext-gdalecw-1.1.13.jar            imageio-ext-gdalframework-1.1.13.jar      imageio-ext-gdalnitf-1.1.13.jar           imageio-ext-tiff-1.1.13.jar
imageio-ext-gdalecwjp2-1.1.13.jar         imageio-ext-gdalidrisi-1.1.13.jar         imageio-ext-gdalrpftoc-1.1.13.jar         imageio-ext-utilities-1.1.13.jar

Kindly help me to solve this issue

--
with regards

Sarath Zacharia

_______________________________________________
geomesa-users mailing list
geomesa-users@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/geomesa-users


Back to the top