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

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

     [ https://issues.apache.org/jira/browse/ACE-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Offermans resolved ACE-415.
----------------------------------

    Resolution: Fixed

Committed a fix.

> 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
>            Assignee: Marcel Offermans
>
> 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)