[Geoserver-users] geoserver 2.2 RC1 Custom CRS Definitions issue

Hi all,
I’m trying to add a custom CRS to geoserver 2.2 RC1.
I follow the procedure at:

http://docs.geoserver.org/stable/en/user/advanced/crshandling/customcrs.html

but the log return to me this:


2012-07-18 12:03:18,655 DEBUG [referencing.factory] - Failure in the primary factory: No code “EPSG:40003” from authority “European Petroleum Survey Group” found for object of type “IdentifiedObject”. Now trying the fallback factory…
2012-07-18 12:03:18,655 DEBUG [referencing.factory] - Failure in the primary factory: No code “EPSG:40003” from authority “European Petroleum Survey Group” found for object of type “CoordinateReferenceSystem”. Now trying the fallback factory…
2012-07-18 12:03:18,656 DEBUG [referencing.factory] - Failure in the primary factory: No code “EPSG:40003” from authority “European Petroleum Survey Group” found for object of type “IdentifiedObject”. Now trying the fallback factory…
2012-07-18 12:03:18,656 WARN [web.wicket] - Unknown EPSG code EPSG:40003
org.opengis.referencing.NoSuchAuthorityCodeException: No code “EPSG:40003” from authority “European Petroleum Survey Group” found for object of type “IdentifiedObject”.

Could someone help me.
Thanks in advance
Michele

Sorry,
I forget to attach the syntax I used in “epsg.properties”.

40003=PROJCS[“Monte Mario / Italy zone 1”, GEOGCS[“Monte Mario”, DATUM[“Monte Mario”, SPHEROID[“International 1924”, 6378388.0, 297.0, AUTHORITY[“EPSG”,“7022”]], TOWGS84[-168.6, -34, -38.6, -0.374, -0.679, -1.379, -9.48], AUTHORITY[“EPSG”,“6265”]], PRIMEM[“Greenwich”, 0.0, AUTHORITY[“EPSG”,“8901”]], UNIT[“degree”, 0.017453292519943295], AXIS[“Geodetic longitude”, EAST], AXIS[“Geodetic latitude”, NORTH], AUTHORITY[“EPSG”,“4265”]], PROJECTION[“Transverse_Mercator”, AUTHORITY [“EPSG”,“9807”]], PARAMETER[“central_meridian”, 9.0], PARAMETER[“latitude_of_origin”, 0.0], PARAMETER[“scale_factor”, 0.9996], PARAMETER[“false_easting”, 1500000.0], PARAMETER[“false_northing”, 0.0], UNIT[“m”, 1.0], AXIS[“Easting”, EAST], AXIS[“Northing”, NORTH], AUTHORITY[“EPSG”,“3003”]]

thank
Michele

On Wed, Jul 18, 2012 at 12:28 PM, Michele Beneventi <mbeneventi@anonymised.com> wrote:

Hi all,
I’m trying to add a custom CRS to geoserver 2.2 RC1.
I follow the procedure at:

http://docs.geoserver.org/stable/en/user/advanced/crshandling/customcrs.html

but the log return to me this:


2012-07-18 12:03:18,655 DEBUG [referencing.factory] - Failure in the primary factory: No code “EPSG:40003” from authority “European Petroleum Survey Group” found for object of type “IdentifiedObject”. Now trying the fallback factory…
2012-07-18 12:03:18,655 DEBUG [referencing.factory] - Failure in the primary factory: No code “EPSG:40003” from authority “European Petroleum Survey Group” found for object of type “CoordinateReferenceSystem”. Now trying the fallback factory…
2012-07-18 12:03:18,656 DEBUG [referencing.factory] - Failure in the primary factory: No code “EPSG:40003” from authority “European Petroleum Survey Group” found for object of type “IdentifiedObject”. Now trying the fallback factory…
2012-07-18 12:03:18,656 WARN [web.wicket] - Unknown EPSG code EPSG:40003
org.opengis.referencing.NoSuchAuthorityCodeException: No code “EPSG:40003” from authority “European Petroleum Survey Group” found for object of type “IdentifiedObject”.

Could someone help me.
Thanks in advance

Michele