Hi Marcel, The GDAL Native libs (DLLs) need to be referred by the wrapper java library path. So you may need to update your wrapper config with something like this:
wrapper.java.library.path.2=C:\Program Files (x86)\GeoServer 2.15.0\wrapper\lib\GDAL\bin wrapper.java.library.path.3=C:\Program Files (x86)\GeoServer 2.15.0\wrapper\lib\GDAL\bin\gdal\java Or simply copy the gdalalljni.dll from GDAL\bin\gdal\java to GDAL\bin and remove wrapper.java.library.path.3 Please, let us know if that works. Best Regards, Daniele On Wed, Apr 3, 2019 at 10:11 AM Lagarde, Marcel <[email protected]> wrote: > Hi all, > > > > I did a install with the 2.15.0 version of Geoserver but I keep having the > same problems. This is what the logging says: > > > > *INFO | jvm 1 | 2019/04/02 13:57:22 | apr 02, 2019 1:57:22 PM > it.geosolutions.imageio.gdalframework.GDALUtilities loadGDAL* > > *INFO | jvm 1 | 2019/04/02 13:57:22 | INFO: Failed to load the GDAL > native libs from "gdalalljni". Falling back to "gdaljni".* > > *INFO | jvm 1 | 2019/04/02 13:57:22 | java.lang.UnsatisfiedLinkError: > no gdalalljni in java.library.path* > > *INFO | jvm 1 | 2019/04/02 13:57:22 | apr 02, 2019 1:57:22 PM > it.geosolutions.imageio.gdalframework.GDALUtilities loadGDAL* > > *INFO | jvm 1 | 2019/04/02 13:57:22 | 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.* > > *INFO | jvm 1 | 2019/04/02 13:57:22 | java.lang.UnsatisfiedLinkError: > no gdaljni in java.library.path* > > > > The documentation how to install the GDAL binary libraries is not clear to > me. https://docs.geoserver.org/latest/en/user/data/raster/gdal.html > > > > Which .zip file do I have to download from Gisinternals? > > - Compiled binaries in a single .zip package (this one I > downloaded and extracted at C:\Program Files (x86)\GeoServer > 2.15.0\wrapper\lib\GDAL ) > > - GDAL and MapServer sources > > - Compiled libraries and headers > > > > Because the Environment variables weren’t set by the batch file > sdkshell.bat I’ve set the variables myself > > - C:\Program Files (x86)\Common > Files\Oracle\Java\javapath;C:\Oracle\product\12.2.0\client_1\bin;SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program > Files (x86)\GeoServer 2.15.0\bin; > > - C:\Program Files (x86)\GeoServer 2.15.0\wrapper\lib\GDAL; > > - C:\Program Files (x86)\GeoServer > 2.15.0\wrapper\lib\GDAL\bin\gdal\java > > > > Then Ive added to Wrapper.conf: > > - wrapper.java.library.path.2=C:\Program Files (x86)\GeoServer > 2.15.0\wrapper\lib\GDAL > > > > Does anyone have suggestions ? > > > > > > Met vriendelijke groet, > > [image: cid:[email protected]] > > *Marcel Lagarde* > > Functioneel beheerder Geo > Tel. 0492 58 7531 / 06 20049723 > > [image: DEF Email Signature ALGEMEEN Helmond-01 (004)] > > > > ************************************************************************************** > Op dit bericht is de proclaimer van de gemeente Helmond van toepassing > www.helmond.nl/Actueel-Proclaimer > <https://www.helmond.nl/Welkom-bij-Helmond/Beheer/Footerlinks/Proclaimer.html/> > ************************************************************************************** > > _______________________________________________ > Geoserver-users mailing list > > Please make sure you read the following two resources before posting to > this list: > - Earning your support instead of buying it, but Ian Turton: > http://www.ianturton.com/talks/foss4g.html#/ > - The GeoServer user list posting guidelines: > http://geoserver.org/comm/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Regards, Daniele Romagnoli == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Daniele Romagnoli Senior Software Engineer GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
