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?
It looks like you have entered EPSG:EPSG:4326 rather than EPSG:4326 ??
Russ
···
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?
It looks like you have entered EPSG:EPSG:4326 rather than EPSG:4326 ??
Or possibly epsg:4326 when GeoServer was expecting just 4326.
Ian
···
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?
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.
···
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?
Hi all,
I find to have no problems creating a new gridset… but it’s likely because I use a different workflow. Normally I enter the CRS directly in the textbox, by typing the code, rather than using “find”.
Could you try that approach and see if it’s working for you?ù