I'm here again.
On Geoserver 1.5.0-RC1 there seems to be something strange with EPSG management.
When I create a new Coverage (or edit an existing FeatureType) I'm not able to insert my preferred EPSG code.
In the FeatureType Editor page I insert my EPSG code (in my case, 3003) and press the "Lookup SRS" button. After a (strange) while I get the number 3003 overwritten with "UNKNOWN" and the SRS WKT is: "Could not find a definition for: EPSG:UNKNOWN".
In the Tomcat log I find:
^@3935919 [MOLTO FINE] org.vfny.geoserver.global.DataStoreInfo - in string url
^@3935921 [FINE] org.geotools.data.property.PropertyDataStoreFactory - can't process parameters
java.io.IOException: Parameter directory is required:Directory containting property files
at org.geotools.data.DataStoreFactorySpi$Param.lookUp(DataStoreFactorySpi.java:390)
at org.geotools.data.property.PropertyDataStoreFactory.directoryLookup(PropertyDataStoreFactory.java:185)
at org.geotools.data.property.PropertyDataStoreFactory.canProcess(PropertyDataStoreFactory.java:154)
at org.geotools.data.DataStoreFinder.getDataStore(DataStoreFinder.java:94)
at org.vfny.geoserver.util.DataStoreUtils.acquireDataStore(DataStoreUtils.java:40)
at org.vfny.geoserver.config.DataStoreConfig.findDataStore(DataStoreConfig.java:330)
at org.vfny.geoserver.form.data.TypesEditorForm.reset(TypesEditorForm.java:267)
at org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.java:809)
[...]
Maybe is it not finding the EPSG definition file?
When creating a new Coverage (Coverage Editor page), when I insert my EPSG number (3003) and press "Lookup SRS", it gest immediately overwritten with "EPSG:4326". Does that mean the only SRS supported for rasters is 4326?
Thanks in advance,
Fabio Da Soghe