Repository: airavata
Updated Branches:
  refs/heads/master 2c4044cd6 -> 9e5356049


Job stdout and stderr are not saved when there is a stderr msg


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/9e535604
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/9e535604
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/9e535604

Branch: refs/heads/master
Commit: 9e5356049ed710316c0a2a2aa59f7066f8770055
Parents: 2c4044c
Author: Shameera Rathanyaka <[email protected]>
Authored: Fri Sep 4 16:57:09 2015 -0400
Committer: Shameera Rathanyaka <[email protected]>
Committed: Fri Sep 4 16:57:09 2015 -0400

----------------------------------------------------------------------
 .../main/java/org/apache/airavata/gfac/impl/HPCRemoteCluster.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/9e535604/modules/gfac/gfac-impl/src/main/java/org/apache/airavata/gfac/impl/HPCRemoteCluster.java
----------------------------------------------------------------------
diff --git 
a/modules/gfac/gfac-impl/src/main/java/org/apache/airavata/gfac/impl/HPCRemoteCluster.java
 
b/modules/gfac/gfac-impl/src/main/java/org/apache/airavata/gfac/impl/HPCRemoteCluster.java
index 796dd1c..8eae217 100644
--- 
a/modules/gfac/gfac-impl/src/main/java/org/apache/airavata/gfac/impl/HPCRemoteCluster.java
+++ 
b/modules/gfac/gfac-impl/src/main/java/org/apache/airavata/gfac/impl/HPCRemoteCluster.java
@@ -88,7 +88,7 @@ public class HPCRemoteCluster extends AbstractRemoteCluster{
 
                StandardOutReader reader = new StandardOutReader();
                executeCommand(submitCommand, reader);
-               throwExceptionOnError(reader, submitCommand);
+//             throwExceptionOnError(reader, submitCommand);
                
jsoutput.setJobId(outputParser.parseJobSubmission(reader.getStdOutputString()));
                jsoutput.setExitCode(reader.getExitCode());
                jsoutput.setStdOut(reader.getStdOutputString());

Reply via email to