added logs
This commit is contained in:
parent
7e992465f2
commit
814753ca18
|
@ -52,6 +52,7 @@ public class SDIManager {
|
||||||
if(!currentGeoserver.getReader().existGeoserver())
|
if(!currentGeoserver.getReader().existGeoserver())
|
||||||
throw new Exception("Geoserver not reachable");
|
throw new Exception("Geoserver not reachable");
|
||||||
}catch(Exception e) {
|
}catch(Exception e) {
|
||||||
|
log.error("SDIManager init failed: ",e);
|
||||||
throw new SDIInteractionException("Unable to initialize SDI Manager",e);
|
throw new SDIInteractionException("Unable to initialize SDI Manager",e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue