Uploaded image for project: 'Jalview'
  1. Jalview
  2. JAL-184

errors due to jobs disk being full are not logged locally

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Open
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: web service bug
    • Labels:
      None
    • Mantis ID:
      13136

      Description

      WebService.log.error(message) doesn't seem to be being reported - even though error message is passed to clients. Specific case is :

      catch (Exception e) {
         log.error(IMPLCLASS+": Couldn't write input sequences to "+inseqs.getAbsolutePath(), e);
         throw new Exception("Server error: failed to write input sequence set\n");
      }

      where client receives the Server error message, but the logs do not contain log.error message.


      ****** ADDITIONAL INFORMATION ******

      Reviewing code suggests that full disks may also cause untrapped exceptions in client code.

        Attachments

          Activity

            People

            Assignee:
            Unassigned Unassigned
            Reporter:
            jprocter James Procter
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Dates

              Created:
              Updated: