fixed exception
This commit is contained in:
parent
e58935d489
commit
b5ec62be68
|
@ -145,6 +145,7 @@ public class GeoportalExporter {
|
|||
t.start();
|
||||
} catch (Exception 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",
|
||||
|
|
Loading…
Reference in New Issue