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:
parent
8af7212743
commit
22f09bab23
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue