You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Prasanna Santhanam (JIRA)" <ji...@apache.org> on 2013/06/24 06:25:19 UTC

[jira] [Created] (CLOUDSTACK-3146) Extract Templaet command fails with Unsupported Command on SSVM

Prasanna Santhanam created CLOUDSTACK-3146:
----------------------------------------------

             Summary: Extract Templaet command fails with Unsupported Command on SSVM
                 Key: CLOUDSTACK-3146
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3146
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
            Reporter: Prasanna Santhanam
            Priority: Critical


The extraction of templates is failing with the following exception:

Jun 23 11:55:37 cloudstack-centos63 local0: 2013-06-23 18:55:37,326 ERROR [datastore.driver.CloudStackImageStoreDriverImpl] (Job-Executor-21:job-153) Unable to create a link for entity at template/tmpl/22/206/8eed53a7-5645-4868-a39f-a9c
8be3d2095.vhd on ssvm,unsupported command:com.cloud.agent.api.storage.CreateEntityDownloadURLCommand
Jun 23 11:55:37 cloudstack-centos63 local0: 2013-06-23 18:55:37,343 ERROR [cloud.async.AsyncJobManagerImpl] (Job-Executor-21:job-153) Unexpected exception while executing org.apache.cloudstack.api.command.user.template.ExtractTemplateCm
d
Jun 23 11:55:37 cloudstack-centos63 com.cloud.utils.exception.CloudRuntimeException: Unable to create a link for entity at template/tmpl/22/206/8eed53a7-5645-4868-a39f-a9c8be3d2095.vhd on ssvm,unsupported command:com.cloud.agent.api.storage.CreateEntityDownloadURLCommand
Jun 23 11:55:37 cloudstack-centos63     at org.apache.cloudstack.storage.datastore.driver.CloudStackImageStoreDriverImpl.createEntityExtractUrl(CloudStackImageStoreDriverImpl.java:72)
Jun 23 11:55:37 cloudstack-centos63     at org.apache.cloudstack.storage.image.store.ImageStoreImpl.createEntityExtractUrl(ImageStoreImpl.java:194)
Jun 23 11:55:37 cloudstack-centos63     at com.cloud.template.TemplateManagerImpl.extract(TemplateManagerImpl.java:495)
Jun 23 11:55:37 cloudstack-centos63     at com.cloud.template.TemplateManagerImpl.extract(TemplateManagerImpl.java:415)
Jun 23 11:55:37 cloudstack-centos63     at com.cloud.utils.component.ComponentInstantiationPostProcessor$InterceptorDispatcher.intercept(ComponentInstantiationPostProcessor.java:125)
Jun 23 11:55:37 cloudstack-centos63     at org.apache.cloudstack.api.command.user.template.ExtractTemplateCmd.execute(ExtractTemplateCmd.java:129)
Jun 23 11:55:37 cloudstack-centos63     at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:155)
Jun 23 11:55:37 cloudstack-centos63     at com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437)
Jun 23 11:55:37 cloudstack-centos63     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
Jun 23 11:55:37 cloudstack-centos63     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
Jun 23 11:55:37 cloudstack-centos63     at java.util.concurrent.FutureTask.run(FutureTask.java:166)
Jun 23 11:55:37 cloudstack-centos63     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
Jun 23 11:55:37 cloudstack-centos63     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
Jun 23 11:55:37 cloudstack-centos63     at java.lang.Thread.run(Thread.java:679)
Jun 23 11:55:37 cloudstack-centos63 local0: 2013-06-23 18:55:37,346 DEBUG [cloud.async.AsyncJobManagerImpl] (Job-Executor-21:job-153) Complete async job-153, jobStatus: 2, resultCode: 530, result: Error Code: 530 Error text: Unable to create a link for entity at template/tmpl/22/206/8eed53a7-5645-4868-a39f-a9c8be3d2095.vhd on ssvm,unsupported command:com.cloud.agent.api.storage.CreateEntityDownloadURLCommand



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira