Hi all,
Unfortunately Im still struggling with the Geoserver with GDAL install. Does anybody knows what I’ve done wrong?
Since I’m running Geoserver 2.15.0 as a service I’ve installed:
-
Java JDK/JRE 32bit
-
GDAL 2.15.0 extension extracted the files in the Web-inf/lib
-
C++ redestributables 2010 x86 with gdal-1.9.2-MSVC2010
-
Downloaded the gdal-data
-
release-1900-gdal-2-4-0-mapserver-7-2-2 from GISinternals.com, with C++ redestributables 2015 x86
Referensed all-in the Path environment variable
My wrapper.conf looks like this:
# Java Library Path (location of Wrapper.DLL or libwrapper.so)
wrapper.java.library.path.1=wrapper/lib
wrapper.java.library.path.2=C:\GDAL\bin\gdal\java
wrapper.java.library.path.3=C:\Install\gdal-1.9.2-MSVC2010
The Wrapper.log gives the following errors.
STATUS | wrapper | 2019/04/23 10:28:59 | → Wrapper Started as Service
STATUS | wrapper | 2019/04/23 10:28:59 | Java Service Wrapper Community Edition 3.3.3
STATUS | wrapper | 2019/04/23 10:28:59 | Copyright (C) 1999-2009 Tanuki Software, Ltd. All Rights Reserved.
STATUS | wrapper | 2019/04/23 10:28:59 | http://wrapper.tanukisoftware.org
STATUS | wrapper | 2019/04/23 10:28:59 |
STATUS | wrapper | 2019/04/23 10:28:59 | Launching a JVM…
INFO | jvm 1 | 2019/04/23 10:29:00 | WrapperManager: Initializing…
INFO | jvm 1 | 2019/04/23 10:29:00 | 2019-04-23 10:29:00.273:INFO::WrapperSimpleAppMain: Logging initialized @448ms to org.eclipse.jetty.util.log.StdErrLog
INFO | jvm 1 | 2019/04/23 10:29:00 | 2019-04-23 10:29:00.445:WARN:oejx.XmlConfiguration:WrapperSimpleAppMain: Property ‘jetty.port’ is deprecated, use ‘jetty.http.port’ instead
INFO | jvm 1 | 2019/04/23 10:29:00 | 2019-04-23 10:29:00.445:WARN:oejx.XmlConfiguration:WrapperSimpleAppMain: Property ‘http.timeout’ is deprecated, use ‘jetty.http.idleTimeout’ instead
INFO | jvm 1 | 2019/04/23 10:29:00 | 2019-04-23 10:29:00.445:INFO:oejs.Server:WrapperSimpleAppMain: jetty-9.4.12.v20180830; built: 2018-08-30T13:59:14.071Z; git: 27208684755d94a92186989f695db2d7b21ebc51; jvm 1.8.0_202-b08
INFO | jvm 1 | 2019/04/23 10:29:00 | 2019-04-23 10:29:00.460:INFO:oejdp.ScanningAppProvider:WrapperSimpleAppMain: Deployment monitor [file:///C:/Program%20Files%20(x86)/GeoServer%202.15.0/webapps/] at interval 1
INFO | jvm 1 | 2019/04/23 10:29:01 | 2019-04-23 10:29:01.882:INFO:oejw.StandardDescriptorProcessor:WrapperSimpleAppMain: NO JSP Support for /geoserver, did not find org.eclipse.jetty.jsp.JettyJspServlet
INFO | jvm 1 | 2019/04/23 10:29:02 | 2019-04-23 10:29:02.414:INFO:oejs.session:WrapperSimpleAppMain: DefaultSessionIdManager workerName=node0
INFO | jvm 1 | 2019/04/23 10:29:02 | 2019-04-23 10:29:02.414:INFO:oejs.session:WrapperSimpleAppMain: No SessionScavenger set, using defaults
INFO | jvm 1 | 2019/04/23 10:29:02 | 2019-04-23 10:29:02.414:INFO:oejs.session:WrapperSimpleAppMain: node0 Scavenging every 660000ms
INFO | jvm 1 | 2019/04/23 10:29:02 | Native library load failed.
INFO | jvm 1 | 2019/04/23 10:29:02 | java.lang.UnsatisfiedLinkError: C:\Install\gdal-1.9.2-MSVC2010\gdaljni.dll: The specified procedure could not be found
INFO | jvm 1 | 2019/04/23 10:29:02 | ERROR 1: Can’t load requested DLL: C:\GDAL\bin\gdal\plugins\gdal_GEOR.dll
INFO | jvm 1 | 2019/04/23 10:29:02 | 193: %1 is not a valid Win32 application.
INFO | jvm 1 | 2019/04/23 10:29:02 |
INFO | jvm 1 | 2019/04/23 10:29:02 |
INFO | jvm 1 | 2019/04/23 10:29:02 | ERROR 1: Can’t load requested DLL: C:\GDAL\bin\gdal\plugins\gdal_GEOR.dll
INFO | jvm 1 | 2019/04/23 10:29:02 | 193: %1 is not a valid Win32 application.
INFO | jvm 1 | 2019/04/23 10:29:02 |
INFO | jvm 1 | 2019/04/23 10:29:02 |
INFO | jvm 1 | 2019/04/23 10:29:02 | ERROR 1: Can’t load requested DLL: C:\GDAL\bin\gdal\plugins\ogr_OCI.dll
INFO | jvm 1 | 2019/04/23 10:29:02 | 193: %1 is not a valid Win32 application.
INFO | jvm 1 | 2019/04/23 10:29:02 |
INFO | jvm 1 | 2019/04/23 10:29:02 |
INFO | jvm 1 | 2019/04/23 10:29:02 | ERROR 1: Can’t load requested DLL: C:\GDAL\bin\gdal\plugins\ogr_OCI.dll
INFO | jvm 1 | 2019/04/23 10:29:02 | 193: %1 is not a valid Win32 application.
INFO | jvm 1 | 2019/04/23 10:29:02 |
INFO | jvm 1 | 2019/04/23 10:29:02 |
INFO | jvm 1 | 2019/04/23 10:29:02 | apr 23, 2019 10:29:02 AM it.geosolutions.imageio.gdalframework.GDALUtilities loadGDAL
INFO | jvm 1 | 2019/04/23 10:29:02 | INFO: GDAL Native Library loaded (version: 2.4.0)
INFO | jvm 1 | 2019/04/23 10:29:03 | apr 23, 2019 10:29:03 AM org.geoserver.platform.GeoServerExtensions checkContext
INFO | jvm 1 | 2019/04/23 10:29:03 | WARNING: Extension lookup ‘XStreamPersisterInitializer’, but ApplicationContext is unset.
INFO | jvm 1 | 2019/04/23 10:29:03 | apr 23, 2019 10:29:03 AM org.geoserver.platform.GeoServerExtensions checkContext
INFO | jvm 1 | 2019/04/23 10:29:03 | WARNING: Extension lookup ‘ExtensionFilter’, but ApplicationContext is unset.
INFO | jvm 1 | 2019/04/23 10:29:03 | apr 23, 2019 10:29:03 AM org.geoserver.platform.GeoServerExtensions checkContext
INFO | jvm 1 | 2019/04/23 10:29:03 | WARNING: Extension lookup ‘ExtensionProvider’, but ApplicationContext is unset.
INFO | jvm 1 | 2019/04/23 10:29:03 | apr 23, 2019 10:29:03 AM org.geoserver.platform.GeoServerExtensions checkContext
INFO | jvm 1 | 2019/04/23 10:29:03 | WARNING: Extension lookup ‘ExtensionFilter’, but ApplicationContext is unset.
INFO | jvm 1 | 2019/04/23 10:29:03 | log4j:WARN File option not set for appender [geoserverlogfile].
INFO | jvm 1 | 2019/04/23 10:29:03 | log4j:WARN Are you using FileAppender instead of ConsoleAppender?
INFO | jvm 1 | 2019/04/23 10:29:03 | 2019-04-23 10:29:03.414:INFO:oejshC.geoserver:WrapperSimpleAppMain: Initializing Spring root WebApplicationContext
INFO | jvm 1 | 2019/04/23 10:29:05 | apr 23, 2019 10:29:05 AM org.geoserver.platform.GeoServerExtensions checkContext
INFO | jvm 1 | 2019/04/23 10:29:05 | WARNING: Extension lookup ‘GeoServerSecurityProvider’, but ApplicationContext is unset.
INFO | jvm 1 | 2019/04/23 10:29:05 | apr 23, 2019 10:29:05 AM org.geoserver.platform.GeoServerExtensions checkContext
INFO | jvm 1 | 2019/04/23 10:29:05 | WARNING: Extension lookup ‘ExtensionFilter’, but ApplicationContext is unset.
INFO | jvm 1 | 2019/04/23 10:29:05 | apr 23, 2019 10:29:05 AM org.geoserver.platform.GeoServerExtensions checkContext
INFO | jvm 1 | 2019/04/23 10:29:05 | WARNING: Extension lookup ‘ExtensionProvider’, but ApplicationContext is unset.
INFO | jvm 1 | 2019/04/23 10:29:05 | apr 23, 2019 10:29:05 AM org.geoserver.platform.GeoServerExtensions checkContext
INFO | jvm 1 | 2019/04/23 10:29:05 | WARNING: Extension lookup ‘ExtensionFilter’, but ApplicationContext is unset.
···
Kind regards,
Marcel Lagarde
Van: Andrea Aime [mailto:andrea.aime@…1107…]
Verzonden: maandag 8 april 2019 16:56
Aan: Lagarde, Marcel <M.Lagarde@…9796…>
CC: Daniele Romagnoli <daniele.romagnoli@…1107…>; geoserver-users@lists.sourceforge.net
Onderwerp: Re: [Geoserver-users] Geoserver + GDAL extension
On Mon, Apr 8, 2019 at 4:54 PM Lagarde, Marcel <M.Lagarde@…9796…> wrote:
I’ve installed Geoserver 32 bit because I’m running it as a service. Also installed jre-8u201-windows-x64 because of the UnsatisfiedLinkError, but this isn’t giving me the sollution as well.
If you are running 32 bit GeoServer GDAL must be 32 bit too.
Cheers
Andrea
==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 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.