X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2FAWSThread.java;fp=src%2Fjalview%2Fws%2FAWSThread.java;h=6746d1a6a8cc12cf2b40b043e69f2c23ce68e7c0;hb=9c98d4bd666346f6ad3892c5394b7da3be82d93e;hp=b64a526efbeff2e57e341d04ef6b9cdb0bbcf646;hpb=c7b2143c9cf7c5e05ad63251f7d3910751b16d20;p=jalview.git diff --git a/src/jalview/ws/AWSThread.java b/src/jalview/ws/AWSThread.java index b64a526..6746d1a 100644 --- a/src/jalview/ws/AWSThread.java +++ b/src/jalview/ws/AWSThread.java @@ -127,9 +127,8 @@ public abstract class AWSThread extends Thread throw (new Exception( "Timed out when communicating with server\nTry again later.\n")); } - Console.debug("Job " + j + " Result state " - + jobs[j].getState() + "(ServerError=" - + jobs[j].isServerError() + ")"); + Console.debug("Job " + j + " Result state " + jobs[j].getState() + + "(ServerError=" + jobs[j].isServerError() + ")"); } catch (Exception ex) { // Deal with Transaction exceptions @@ -167,8 +166,8 @@ public abstract class AWSThread extends Thread jobs[j].clearResponse(); // may contain out of date result data wsInfo.setStatus(jobs[j].jobnum, WebserviceInfo.STATE_STOPPED_ERROR); - Console.error("Out of memory when retrieving Job " + j - + " id:" + WsUrl + "/" + jobs[j].jobId, er); + Console.error("Out of memory when retrieving Job " + j + " id:" + + WsUrl + "/" + jobs[j].jobId, er); new jalview.gui.OOMWarning( "retrieving result for " + WebServiceName, er); System.gc(); @@ -185,8 +184,7 @@ public abstract class AWSThread extends Thread Thread.sleep(5000); } catch (InterruptedException e) { - Console.debug("Interrupted sleep waiting for next job poll.", - e); + Console.debug("Interrupted sleep waiting for next job poll.", e); } // System.out.println("I'm alive "+alTitle); }