From: Mateusz Warowny Date: Wed, 21 Jul 2021 16:08:38 +0000 (+0200) Subject: JAL-3848 print exception for failed align jobs X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=c7a0b68676510610687baf3ae1343eaa72f6fd9a JAL-3848 print exception for failed align jobs --- diff --git a/src/jalview/ws/gui/MsaWSThread.java b/src/jalview/ws/gui/MsaWSThread.java index 7141e73..48846ef 100644 --- a/src/jalview/ws/gui/MsaWSThread.java +++ b/src/jalview/ws/gui/MsaWSThread.java @@ -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)