I am running CS 3.0.2 and I am running into an issue when trying to create a new volume from a snapshot, I instantly get an error like this:
2013-06-26 16:47:38,637 DEBUG [cloud.async.AsyncJobManagerImpl] (Job-Executor-67:job-110824) Executing com.cloud.api.commands.CreateVolumeCmd for job-110824 2013-06-26 16:47:38,637 DEBUG [cloud.async.AsyncJobManagerImpl] (TP-Processor19:null) submit async job-110824, details: AsyncJobVO {id:110824, userId: 56, accountId: 48, sessionKey: null, instanceType: Volume, instanceId: 11859, cmd: com.cloud.api.commands.CreateVolumeCmd, cmdOriginator: null, cmdInfo: {"id":"11859","response":"json","sessionkey":"Foq7QELfzXb/duC+sVGPXCa5Z90\u003d","ctxUserId":"56","snapshotid":"22910","name":"testing1","_":"1372283258551","ctxAccountId":"48","ctxStartEventId":"809567"}, cmdVersion: 0, callbackType: 0, callbackAddress: null, status: 0, processStatus: 0, resultCode: 0, result: null, initMsid: 139532853012501, completeMsid: null, lastUpdated: null, lastPolled: null, created: null} 2013-06-26 16:47:38,668 DEBUG [utils.crypt.DBEncryptionUtil] (Job-Executor-67:job-110824) Error while decrypting: d2eac12f459fc802 2013-06-26 16:47:38,685 ERROR [cloud.api.ApiDispatcher] (Job-Executor-67:job-110824) Exception while executing CreateVolumeCmd: 2013-06-26 16:47:38,686 DEBUG [cloud.async.AsyncJobManagerImpl] (Job-Executor-67:job-110824) Complete async job-110824, jobStatus: 2, resultCode: 530, result: com.cloud.api.response.ExceptionResponse@1133daea Error while decrypting.. I am not sure why I am getting this error. I have tested this on 2 separate accounts. This environment was previously running on 2.2.14 and then was upgraded to 3.0.2. With the same account I am able to create new VMs, acquire IP addresses, and create new volumes just fine. Any ideas?