Github user ustcweizhou commented on the pull request: https://github.com/apache/cloudstack/pull/1430#issuecomment-193648204 @kiwiflyer this is the log in jira: ``` 2016-02-15 10:46:21,611 INFO [utils.exception.CSExceptionErrorCode] (main:null) (logid:) Could not find exception: com.cloud.utils.exception.NioConnectionException in error code list for exceptions 2016-02-15 10:46:21,612 ERROR [cloud.agent.AgentShell] (main:null) (logid:) Unable to start agent: com.cloud.utils.exception.CloudRuntimeException: Unable to start the connection! at com.cloud.agent.Agent.start(Agent.java:230) at com.cloud.agent.AgentShell.launchAgent(AgentShell.java:399) at com.cloud.agent.AgentShell.launchAgentFromClassInfo(AgentShell.java:367) ``` @wilderrodrigues this issue was introduced by your commit 79a3f8c5774c50dc128968c29da5096dc3dde39e, can you please have a look? ``` commit 79a3f8c5774c50dc128968c29da5096dc3dde39e Refs: 4.5.1-2982-g79a3f8c Author: wilderrodrigues <wrodrig...@schubergphilis.com> AuthorDate: Tue Sep 8 12:12:55 2015 +0200 Commit: wilderrodrigues <wrodrig...@schubergphilis.com> CommitDate: Fri Sep 11 11:28:40 2015 +0200 CLOUDSTACK-8822 - Replacing Runnable by Callable in the Taks and NioConnection classes - All the sub-classes were also updated according to the changes in the super-classes - There were also code formatting changes ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---