git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/dataminer-pool-manager@151073 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c47a84db55
commit
3a91c9d653
|
@ -99,9 +99,9 @@ public class StagingJob extends DMPMJob {
|
||||||
***REMOVED*** else
|
***REMOVED*** else
|
||||||
this.getStatus(2);
|
this.getStatus(2);
|
||||||
sm.sendNotification(nh.getFailedSubject(),
|
sm.sendNotification(nh.getFailedSubject(),
|
||||||
nh.getFailedBody("DataMiner Interface not working or files " + this.algorithm.getName()
|
nh.getFailedBody("Installation completed but DataMiner Interface not working correctly or files " + this.algorithm.getName()
|
||||||
+ ".jar and " + this.algorithm.getName()
|
+ ".jar and " + this.algorithm.getName()
|
||||||
+ "_interface.jar not available at the expected path"));
|
+ "_interface.jar not availables at the expected path"));
|
||||||
***REMOVED***
|
***REMOVED***
|
||||||
***REMOVED*** catch (Exception e) {
|
***REMOVED*** catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|
Loading…
Reference in New Issue