After we add ExceptionResponse for user to better understand what's wrong, there has been nothing left in the log for developer to know what's wrong...
What we got now is only something like: 2012-07-09 19:22:10,098 DEBUG [cloud.async.AsyncJobManagerImpl] (Job-Executor-32:job-29) Complete async job-29, jobStatus: 2, resultCode: 530, result: com.cloud.api.response.ExceptionResponse@3fa28ae And nothing else. Could we just output every ExceptionResponse in the log? That's would be much more helpful. --Sheng