Github user rsafonseca commented on the pull request:

    
https://github.com/apache/cloudstack/commit/0cdb4b610865fa5493cc79e9c9ef310bdf09ccaf#commitcomment-11359702
  
    This is where ANY exception gets thrown into an UnsupportedCommandAnswer, 
with no information about the actual exception being sent back to the agent:
    
    
    LibvirtComputingResource.java:
    
        @Override
        public Answer executeRequest(final Command cmd) {
    
            final LibvirtRequestWrapper wrapper = 
LibvirtRequestWrapper.getInstance();
            try {
                return wrapper.execute(cmd, this);
            } catch (final Exception e) {
                return Answer.createUnsupportedCommandAnswer(cmd);
            }
        }


---
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.
---

Reply via email to