java.lang.RuntimeException: Could not list layers for this store, an error occurred retrieving them: No transformation available from system "EngineeringCRS[Wildcard 2D cartesian plane in metric unit]" to "GeographicCRS[WGS84(DD)]".
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via sourceforge.net by Unknown author, 1 year ago
via sourceforge.net by Unknown author, 2 years ago
via Stack Overflow by Hugo Ferreira
, 7 months agovia Geographic Information Systems by Chris
, 10 months agovia Geographic Information Systems by jsmit2
, 6 months agovia Google Groups by Juan Carlos Romero, 1 year ago
org.opengis.referencing.operation.OperationNotFoundException: No transformation available from system "EngineeringCRS[Wildcard 2D cartesian plane in metric unit]" to "GeographicCRS[WGS84(DD)]".
at org.geotools.referencing.operation.DefaultCoordinateOperationFactory.createOperation(DefaultCoordinateOperationFactory.java:389)
at org.geotools.referencing.operation.BufferedCoordinateOperationFactory.createOperation(BufferedCoordinateOperationFactory.java:256)
at org.geotools.referencing.CRS.findMathTransform(CRS.java:1150)
at org.geoserver.data.util.CoverageStoreUtils.getWGS84LonLatEnvelope(CoverageStoreUtils.java:304)
at org.geoserver.catalog.CatalogBuilder.buildCoverage(CatalogBuilder.java:865)
at org.geoserver.catalog.CatalogBuilder.buildCoverage(CatalogBuilder.java:824)
at org.geoserver.web.data.layer.NewLayerPageProvider.getItemsInternal(NewLayerPageProvider.java:90)