JAL-3848 print exception for failed align jobs
authorMateusz Warowny <mmzwarowny@dundee.ac.uk>
Wed, 21 Jul 2021 16:08:38 +0000 (18:08 +0200)
committerMateusz Warowny <mmzwarowny@dundee.ac.uk>
Wed, 21 Jul 2021 16:08:38 +0000 (18:08 +0200)
src/jalview/ws/gui/MsaWSThread.java

index 7141e73..48846ef 100644 (file)
@@ -288,6 +288,7 @@ public class MsaWSThread extends AWSThread implements WSClientI
 
       } catch (Throwable throwable)
       {
+        Cache.log.error("failed to send the job to the alignment server", throwable);
         if (!server.handleSubmitError(throwable, j, wsInfo))
         {
           if (throwable instanceof Exception)