"No grid format found capable of connecting to the provided URL."
+ " To save the store disable it, and check the required libraries are in place");
}
try {
// get the reader through ResourcePool so it resolves relative URL's for us
GridCoverageReader reader = resourcePool.getGridCoverageReader(info, GeoTools.getDefaultHints());
LOGGER.info("Connection to store " + info.getName() + " validated. Got a "
+ reader.getClass().getName() + ". Saving store");
doSaveStore(info);
doReturn(StorePage.class);
} catch (IOException e) {
confirmSaveOnConnectionFailure(info, requestTarget, e);
} catch (RuntimeException e) {