outputGobbler.start();
process.waitFor();
resultMsg.append(outputGobbler.getMessage());
} catch (IOException e) {
throw new HPIExecuteInvokerException(e);
} catch (InterruptedException e) {
throw new HPIExecuteInvokerException(e);
}
}
return resultMsg.toString();
}