This commit is contained in:
Nunzio Andrea Galante 2017-07-13 16:49:43 +00:00
parent 93cb62ab99
commit 6d7aba1725
1 changed files with 2 additions and 2 deletions

View File

@ -99,9 +99,9 @@ public class StagingJob extends DMPMJob ***REMOVED***
***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*** ***REMOVED*** catch (Exception e) ***REMOVED***
e.printStackTrace(); e.printStackTrace();