Hi!
I have the same problem with GDAL + Geoserver 2.22
I am using a geoserver in Docker.
And variables GDAL_DATA, LD_LIBRARY_PATH didn't help me.

[image: image.png]

I'm using this instruction
https://docs.geoserver.org/stable/en/user/data/raster/gdal.html
```
version: '3'
services:
  geoserver:
    image: geoserver-gdal
    ports:
      - 8777:8080
    environment:
      - INSTALL_EXTENSIONS=true
      - STABLE_EXTENSIONS=wps,csw,gdal,sqlserver
      - EXTRA_JAVA_OPTS=-Xms1G -Xmx2G
      - GDAL_DATA=/usr/share/gdal/
      -
LD_LIBRARY_PATH=/opt/apache-tomcat-9.0.68/webapps/geoserver/WEB-INF/lib
    volumes:
      - ./geoserver_data:/opt/geoserver_data/:Z
      - ./additional_libs:/opt/additional_libs:Z # by mounting this we can
install libs from host on startup
```

вт, 24 янв. 2023 г. в 08:42, Jody Garnett <jody.garn...@gmail.com>:

> I used gdal 3.x last year, and while i could not figure out how to get it
> working on a mac, on linux it was fine.
>
> The instructions
> <https://docs.geoserver.org/stable/en/user/data/raster/gdal.html>
> indicate that geosrver includes the gdal 3.2 jar, and provides a link to
> https://search.maven.org/artifact/org.gdal/gdal if you need to find a
> different version to match the gdal available on your system.
> --
> Jody Garnett
>
>
> On Mon, Jan 23, 2023 at 5:33 PM Ian Turton <ijtur...@gmail.com> wrote:
>
>> It looks like the java.library.path environment variable is not set, it's
>> been a while since I did this but I think it needs to point to  where the
>> GDAL Java binary is
>>
>> Ian
>>
>> On Mon, 23 Jan 2023 at 16:09, Bradford Folta <
>> bradford.fo...@honeybadgeranalytics.com> wrote:
>>
>>> Dear Geoserver Community:
>>>
>>> I am running into an issue deploying the Geoserver GDAL extension. I
>>> have read, reread, and searched the ends of the internet and haven't found
>>> anything that can help our situation. As it were, no matter what is done,
>>> GeoServer says the same thing...
>>>
>>> [image: Capture.PNG]
>>>
>>> I'd be willing to bet it is something dumb and that I am making more of
>>> it than it is. But help from someone on this matter would be greatly
>>> appreciated!
>>>
>>> --
>>> Best,
>>>
>>> Bradford Folta Jr.
>>> Founder & GIS Architect
>>> Honey Badger Analytics LLC.
>>> p: (207) 509-2923 | (651) 433-7199  m: (218) 330-0170
>>> a: 1001 Kingwood St. Suite 120, Brainerd, Minnesota 56401
>>> w: www.honeybadgeranalytics.com  e:
>>> bradford.fo...@honeybadgeranalytics.com
>>>
>>> <https://www.linkedin.com/company/honey-badger-analytics/?viewAsMember=true>
>>>
>>> Meet with Bradford
>>> <https://meetings.hubspot.com/bradford-folta/meet-with-bradford>
>>> _______________________________________________
>>> 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
>>>
>>>
>>> Geoserver-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>
>>
>>
>> --
>> Ian Turton
>> _______________________________________________
>> 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
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
> _______________________________________________
> 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
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>


-- 
Andrey Maslov
Tel. +7(921)1074707
_______________________________________________
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


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to