Feature/24026 #3

Merged
giancarlo.panichi merged 194 commits from Feature/24026 into master 2023-11-09 19:12:54 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 3a91c9d653 - Show all commits

View File

@ -99,9 +99,9 @@ public class StagingJob extends DMPMJob {
***REMOVED*** else
this.getStatus(2);
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()
+ "_interface.jar not available at the expected path"));
+ "_interface.jar not availables at the expected path"));
***REMOVED***
***REMOVED*** catch (Exception e) {
e.printStackTrace();