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

2024-05-10 Thread Ian Turton
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
>
___
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-10 Thread Russ Hore
It looks like you have entered EPSG:EPSG:4326  rather than EPSG:4326 ??

Russ

> On 10 May 2024, at 13:20, Kristian Nils Robin Morin via Geoserver-users 
>  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


[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