Uploaded image for project: 'ACE'
  1. ACE
  2. ACE-415

Problem/Exception on Agent Update Requests prevent agent from sending Deployment Update Requests

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0
    • 2.0.1
    • None

    Description

      Within DefaultController.run() the following sequence is executed:

      • runFeedback();
      • runAgentUpdate();
      • runDeploymentUpdate();

      if there is a problem in the first lines, the runDeploymentUpdate is never called.

      Each line should be surrounded by a try/catch or the method should throw a exception only if there are serious problems.

      Failure scenario:
      caused by a missconfiguration on server side the server returned a string (the Vaadin servlet returned a error page) which could not be parsed for versions.
      Then the runAgentUpdate() threw a NumberFormatException

      Attachments

        Activity

          People

            marrs Marcel Offermans
            wilsib Wilfried Sibla
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: