You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Parth Jagirdar (JIRA)" <ji...@apache.org> on 2013/05/21 01:17:16 UTC

[jira] [Created] (CLOUDSTACK-2592) [Automation]: Scale up VM on VMWARE without license doesn't throw appropriate error

Parth Jagirdar created CLOUDSTACK-2592:
------------------------------------------

             Summary: [Automation]: Scale up VM on VMWARE without license doesn't throw appropriate error
                 Key: CLOUDSTACK-2592
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2592
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: API, Automation, VMware
    Affects Versions: 4.2.0
         Environment: Master
            Reporter: Parth Jagirdar
            Priority: Blocker


Stacktrace

  File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run
    testMethod()
  File "/data/Repo2/qa/incubator-cloudstack/test/integration/smoke/test_scale_vm.py", line 213, in test_01_scale_vm
    "Check service offering of the VM"
  File "/usr/local/lib/python2.7/unittest/case.py", line 494, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/local/lib/python2.7/unittest/case.py", line 902, in assertMultiLineEqual
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/local/lib/python2.7/unittest/case.py", line 393, in fail
    raise self.failureException(msg)
Check service offering of the VM

Upon manual verification ::

Setup was unable to scale up the VM. Choosing a larger offering actually doesnt give any errors.
But the VM details still reflects old service offering.

Digging around reveled from MS log:

2013-05-20 16:13:26,004 ERROR [vmware.resource.VmwareResource] (DirectAgent-1:10.223.250.130) Unexpected exception:
java.lang.RuntimeException: License not available to perform the operation.
        at com.cloud.hypervisor.vmware.util.VmwareClient.waitForTask(VmwareClient.java:291)
        at com.cloud.hypervisor.vmware.mo.VirtualMachineMO.configureVm(VirtualMachineMO.java:806)
        at com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareResource.java:2272)
        at com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(VmwareResource.java:500)
        at com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:186)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)


If license is not available then CS should throw appropriate error as "Feature not supported".




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