Re: [Geoserver-users] Install community extensions?

2024-05-15 Thread Kristian Nils Robin Morin via Geoserver-users
I see, I missed that part of the documentation.

To avoid building my own image i used the official and used the option to
mount additional libs that were already downloaded to host

- type: bind
source: mypath/geoserver/libs
target: /opt/additional_libs

It worked like a sharm


On Wed, May 15, 2024 at 3:51 PM Alexandre Gacon 
wrote:

> I had the same issue : the community extensions are only built for a
> SNAPSHOT version of the 2.25, which is why they cannot be downloaded. I
> didn't find a way to solve this.
>
> REgards
> Alexandre
>
> Le mer. 15 mai 2024 à 15:44, Kristian Nils Robin Morin via Geoserver-users
>  a écrit :
>
>> I am trying to install the community extension ogcapi-features using for
>>
>>   geoserver:
>> image: docker.osgeo.org/geoserver:2.25.0
>>
>> environment:
>>   - INSTALL_EXTENSIONS=true
>>   - SKIP_DEMO_DATA=true
>>   - STABLE_EXTENSIONS=h2,pyramid,css, sqlserver, monitor
>>   - COMMUNITY_EXTENSIONS=ogcapi-features
>>
>> It is available in the list of extensions for the latest version (2.26.x)
>> https://build.geoserver.org/geoserver/main/community-latest/
>>
>> But i get "url does not exist:
>> /geoserver-2.25.0-ogcapi-features-plugin.zip"
>>
>> Is the plugin only available for 2.26? Or is the COMMUNITY_EXTENSIONS
>> variable not working anymore?
>> Or where do i find it to install it for 2.25.0
>>
>>
>> ___
>> 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
>>
>
>
> --
> Alexandre Gacon
>


-- 
Med hilsen

*Kristian Morin*
Geodata, systemutvikling
Enhet for kart og arkitektur
Sentralbord: 72 54 25 00
Telefon: 90539229
___
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] Install community extensions?

2024-05-15 Thread Kristian Nils Robin Morin via Geoserver-users
I am trying to install the community extension ogcapi-features using for

  geoserver:
image: docker.osgeo.org/geoserver:2.25.0

environment:
  - INSTALL_EXTENSIONS=true
  - SKIP_DEMO_DATA=true
  - STABLE_EXTENSIONS=h2,pyramid,css, sqlserver, monitor
  - COMMUNITY_EXTENSIONS=ogcapi-features

It is available in the list of extensions for the latest version (2.26.x)
https://build.geoserver.org/geoserver/main/community-latest/

But i get "url does not exist: /geoserver-2.25.0-ogcapi-features-plugin.zip"

Is the plugin only available for 2.26? Or is the COMMUNITY_EXTENSIONS
variable not working anymore?
Or where do i find it to install it for 2.25.0
___
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


Re: [Geoserver-users] Unable to create new grid set

2024-05-13 Thread Kristian Nils Robin Morin via Geoserver-users
I noticed the that  EPSG:EPSG:4326 was showing in the log. I dont think i
can do anything about it. I just used the "Find" button and searched my
reference system. Clicked on it - after the click the error shows in the
log and the browser ask me "Do you want to leave this website".
However entering the value by hand EPSG:4326 without clicking on it in the
search bar seem to be working.

On Fri, May 10, 2024 at 11:29 PM Ian Turton  wrote:

>
>
> On Fri, 10 May 2024, 17:23 Russ Hore,  wrote:
>
>> It looks like you have entered EPSG:EPSG:4326  rather than EPSG:4326 ??
>>
>
> Or possibly epsg:4326 when GeoServer was expecting just 4326.
>
> Ian
>
>>
>> Russ
>>
>> On 10 May 2024, at 13:20, Kristian Nils Robin Morin via Geoserver-users <
>> geoserver-users@lists.sourceforge.net> wrote:
>>
>> I am using working to configure the image
>> docker.osgeo.org/geoserver:2.25.0 to be run in production and I need to
>> add a new grid set to geoserver.
>> But whatever CRS i am trying to use I get an error.
>>
>> WARN   [web.wicket] - Unknown CRS identifier EPSG:EPSG:4326
>> gs_test  | org.geotools.api.referencing.NoSuchAuthorityCodeException: No
>> code "EPSG:EPSG:4326" from authority "European Petroleum Survey Group"
>> found for object of type
>> "interface org.geotools.api.referencing.IdentifiedObject".
>>
>> Any insight to what the issue is here and how to fix this?
>> I understand from googling that this might be an issue that the ESPG
>> database failed to be created?
>>
>> 2011 - Andrea Aime
>> "That sounds like it failed to create the EPSG database. That's normally
>> created in the temp directory (which is container and OS dependent),
>> GeoTools subdirectory." ... "In any case, stop GeoServer, locate that
>> dir, wipe it out and start GS
>> again."
>>
>> I try to deploy with docker, where would this temp directory be if this
>> is the issue? But why did it fail in the first place?
>> ___
>> 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
>>
>

-- 
Med hilsen

*Kristian Morin*
Geodata, systemutvikling
Enhet for kart og arkitektur
Sentralbord: 72 54 25 00
Telefon: 90539229
___
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] Unable to create new grid set

2024-05-10 Thread Kristian Nils Robin Morin via Geoserver-users
I am using working to configure the image docker.osgeo.org/geoserver:2.25.0
to be run in production and I need to add a new grid set to geoserver.
But whatever CRS i am trying to use I get an error.

WARN   [web.wicket] - Unknown CRS identifier EPSG:EPSG:4326
gs_test  | org.geotools.api.referencing.NoSuchAuthorityCodeException: No
code "EPSG:EPSG:4326" from authority "European Petroleum Survey Group"
found for object of type
"interface org.geotools.api.referencing.IdentifiedObject".

Any insight to what the issue is here and how to fix this?
I understand from googling that this might be an issue that the ESPG
database failed to be created?

2011 - Andrea Aime
"That sounds like it failed to create the EPSG database. That's normally
created in the temp directory (which is container and OS dependent),
GeoTools subdirectory." ... "In any case, stop GeoServer, locate that dir,
wipe it out and start GS
again."

I try to deploy with docker, where would this temp directory be if this is
the issue? But why did it fail in the first place?
___
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] Recommended way to run Geoserver

2024-03-04 Thread Kristian Nils Robin Morin via Geoserver-users
Hi,

There are several different ways to run geoserver depending on the
situation.
But given you don't have any specific requirements more than adding plugins
to the installation, which one would you choose?

The major options are running it through a Tomcat servlet container or
dokker.
There are many docker containers from different distributions to choose
from. Images from Kartoza, Geosolutions and the official repository to name
a few. It's a bit of a minefield. Previously I just downloaded the war
file, added my plugins and I was up and running.
I attended Foss4G in Firenze 2022 and I have a vague memory that Andreas
Aimee recommended running the official version, but I might remember wrong.
How would I go about it to select what method to run in production
with minimal overhead?
___
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


Re: [Geoserver-users] Official docker image does not accept special characters in file names

2023-09-26 Thread Kristian Nils Robin Morin via Geoserver-users
Hi,

Do you have a link to the reported issue? I tried to find it but I did not
manage to find it.
I did however found a workaround to change locale during runtime that seem
to be working by adding these environment attributes


-e LANG=C.UTF-8 -e LC_ALL=C.UTF-8


On Fri, Aug 25, 2023 at 9:18 AM Kristian Nils Robin Morin <
kristian.mo...@trondheim.kommune.no> wrote:

> Hi Fernando,
>
> Thanks for checking and good to know that it looks to be something that
> can be fixed.
> I have tried using the image you suggested before but have had some
> struggles to run it with plugins (probably due to my inexperience with
> docker).
> (I already have a running task running with Alessandro cristofori at
> geosolutions already regarding that)
>
> On Thu, Aug 24, 2023 at 5:47 PM Fernando Mino <
> fernando.m...@geosolutionsgroup.com> wrote:
>
>> Hi Kristian,
>>
>> Checking the official docker image (2.23.2) I reproduced the same
>> problem.  Checking deeper into the container system I found the locale is
>> configured as POSIX, hence only basic ASCII characters are allowed:
>>
>> root@7f66d96fa983:/opt# locale
>> LANG=
>> LANGUAGE=
>> LC_CTYPE="POSIX"
>> LC_NUMERIC="POSIX"
>> LC_TIME="POSIX"
>> LC_COLLATE="POSIX"
>> LC_MONETARY="POSIX"
>> LC_MESSAGES="POSIX"
>> LC_PAPER="POSIX"
>> LC_NAME="POSIX"
>> LC_ADDRESS="POSIX"
>> LC_TELEPHONE="POSIX"
>> LC_MEASUREMENT="POSIX"
>> LC_IDENTIFICATION="POSIX"
>> LC_ALL=
>>
>> I'll open an issue to report this problem, meanwhile as workaround you
>> can try this geoserver image which looks support UTF8 and special
>> characters on workspace creation:
>>
>> docker pull geosolutionsit/geoserver:2.23.2
>> docker run -it -p8080:8080 geosolutionsit/geoserver:2.23.2
>>
>> Regards,
>>
>> Fernando Mino
>>
>> ==
>>
>> GeoServer Professional Services from the experts!
>>
>> Visit http://bit.ly/gs-services-us for more information.
>>
>> ==
>>
>> Fernando Mino
>>
>> Software Engineer
>>
>> @fmy2kec
>>
>> GeoSolutions Group
>> phone: +39 0584 962313
>>
>> fax: +39 0584 1660272
>>
>> https://www.geosolutionsgroup.com/
>>
>> 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.
>>
>>
>> On Thu, Aug 24, 2023 at 8:06 AM Kristian Nils Robin Morin via
>> Geoserver-users  wrote:
>>
>>> Hi,
>>>
>>> I am implementing geoserver to run as a docker container. But geoserver
>>> fail to start due to unmappable characters. This error also occurs if I
>>> start geoserver with a new data_dir and try to save a style or workspace
>>> with a name with special character (åæø). This has not been an issue when
>>> geoserver has been deployed not using docker.
>>> Does anyone have similar issues or found a way to solve it? I suppose
>>> the issue is how the image was built?
>>>
>>> Caused by: java.nio.file.InvalidPathException: Malformed input or input
>>> contains unmappable characters:
>>> /opt/geoserver_data/workspaces/kpa_forslag/styles/KpBestemmelseOmr��de.xml.xml
>>>
>>>
>>> ___
>>> Geoserver-users mailing list
>>>
>>> Please make sure you read the following two resources before posting to
>>> this list:
>&g

Re: [Geoserver-users] Official docker image does not accept special characters in file names

2023-08-25 Thread Kristian Nils Robin Morin via Geoserver-users
Hi Fernando,

Thanks for checking and good to know that it looks to be something that can
be fixed.
I have tried using the image you suggested before but have had some
struggles to run it with plugins (probably due to my inexperience with
docker).
(I already have a running task running with Alessandro cristofori at
geosolutions already regarding that)

On Thu, Aug 24, 2023 at 5:47 PM Fernando Mino <
fernando.m...@geosolutionsgroup.com> wrote:

> Hi Kristian,
>
> Checking the official docker image (2.23.2) I reproduced the same
> problem.  Checking deeper into the container system I found the locale is
> configured as POSIX, hence only basic ASCII characters are allowed:
>
> root@7f66d96fa983:/opt# locale
> LANG=
> LANGUAGE=
> LC_CTYPE="POSIX"
> LC_NUMERIC="POSIX"
> LC_TIME="POSIX"
> LC_COLLATE="POSIX"
> LC_MONETARY="POSIX"
> LC_MESSAGES="POSIX"
> LC_PAPER="POSIX"
> LC_NAME="POSIX"
> LC_ADDRESS="POSIX"
> LC_TELEPHONE="POSIX"
> LC_MEASUREMENT="POSIX"
> LC_IDENTIFICATION="POSIX"
> LC_ALL=
>
> I'll open an issue to report this problem, meanwhile as workaround you can
> try this geoserver image which looks support UTF8 and special characters on
> workspace creation:
>
> docker pull geosolutionsit/geoserver:2.23.2
> docker run -it -p8080:8080 geosolutionsit/geoserver:2.23.2
>
> Regards,
>
> Fernando Mino
>
> ==
>
> GeoServer Professional Services from the experts!
>
> Visit http://bit.ly/gs-services-us for more information.
>
> ==
>
> Fernando Mino
>
> Software Engineer
>
> @fmy2kec
>
> GeoSolutions Group
> phone: +39 0584 962313
>
> fax: +39 0584 1660272
>
> https://www.geosolutionsgroup.com/
>
> 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.
>
>
> On Thu, Aug 24, 2023 at 8:06 AM Kristian Nils Robin Morin via
> Geoserver-users  wrote:
>
>> Hi,
>>
>> I am implementing geoserver to run as a docker container. But geoserver
>> fail to start due to unmappable characters. This error also occurs if I
>> start geoserver with a new data_dir and try to save a style or workspace
>> with a name with special character (åæø). This has not been an issue when
>> geoserver has been deployed not using docker.
>> Does anyone have similar issues or found a way to solve it? I suppose the
>> issue is how the image was built?
>>
>> Caused by: java.nio.file.InvalidPathException: Malformed input or input
>> contains unmappable characters:
>> /opt/geoserver_data/workspaces/kpa_forslag/styles/KpBestemmelseOmr��de.xml.xml
>>
>>
>> ___
>> 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
>>
>

-- 
Med hilsen

*Kristian Morin*
Geodata, systemutvikling
Enhet for kart og arkitektur
Sentralbord: 72 54 25 00
Telefon: 90539229
___
Geoserver-users mailing list

Please make sure you 

[Geoserver-users] Official docker image does not accept special characters in file names

2023-08-24 Thread Kristian Nils Robin Morin via Geoserver-users
Hi,

I am implementing geoserver to run as a docker container. But geoserver
fail to start due to unmappable characters. This error also occurs if I
start geoserver with a new data_dir and try to save a style or workspace
with a name with special character (åæø). This has not been an issue when
geoserver has been deployed not using docker.
Does anyone have similar issues or found a way to solve it? I suppose the
issue is how the image was built?

Caused by: java.nio.file.InvalidPathException: Malformed input or input
contains unmappable characters:
/opt/geoserver_data/workspaces/kpa_forslag/styles/KpBestemmelseOmr��de.xml.xml
___
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