[ https://issues.apache.org/jira/browse/ACE-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Offermans closed ACE-415.
--------------------------------
Resolution: Fixed
Closed all issues I just reopened and targeted for 'next' release.
> 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
> Fix For: next
>
>
> 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.2#6252)
|