export_to_pdf #8
|
@ -145,6 +145,7 @@ public class GeoportalExporter {
|
||||||
t.start();
|
t.start();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
LOG.error("Error on performing export in thread", e);
|
LOG.error("Error on performing export in thread", e);
|
||||||
|
throw e;
|
||||||
}
|
}
|
||||||
|
|
||||||
String serviceViewPDF_URL = String.format("%s/%s/view/%s", Util.getServerURL(req), "geoportal",
|
String serviceViewPDF_URL = String.format("%s/%s/view/%s", Util.getServerURL(req), "geoportal",
|
||||||
|
|
Loading…
Reference in New Issue