You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by "Wilfried Sibla (JIRA)" <ji...@apache.org> on 2013/10/08 12:36:41 UTC

[jira] [Created] (ACE-415) Problem/Exception on Agent Update Requests prevent agent from sending Deployment Update Requests

Wilfried Sibla created ACE-415:
----------------------------------

             Summary: Problem/Exception on Agent Update Requests prevent agent from sending Deployment Update Requests
                 Key: ACE-415
                 URL: https://issues.apache.org/jira/browse/ACE-415
             Project: ACE
          Issue Type: Bug
          Components: Deployment, Management Agent
    Affects Versions: 1.0.0
            Reporter: Wilfried Sibla


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



--
This message was sent by Atlassian JIRA
(v6.1#6144)