ref 11720: DataMiner - Update to StorageHUB

https://support.d4science.org/issues/11720

Updated to StorageHub 

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@174037 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2018-11-07 11:05:28 +00:00
parent 8af7212743
commit 22f09bab23
1 changed files with 1 additions and 2 deletions

View File

@ -594,8 +594,7 @@ public class ProjectBuilder {
try {
tempDirectory = Files.createTempDirectory("StatAlgorithmsJar");
} catch (IOException e) {
logger.error("Error creating temporal directory: " + e.getLocalizedMessage());
e.printStackTrace();
logger.error("Error creating temporal directory: " + e.getLocalizedMessage(),e);
throw new StatAlgoImporterServiceException(e.getLocalizedMessage(), e);
}
logger.debug("TempDir: " + tempDirectory);