[ https://issues.apache.org/jira/browse/CLOUDSTACK-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13590225#comment-13590225 ]
ASF subversion and git services commented on CLOUDSTACK-1403: ------------------------------------------------------------- Commit 5d7f42d647c3a138886b729e67f423686b53c8cf in branch refs/heads/master from Sateesh Chodapuneedi <sate...@apache.org> [ https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;h=5d7f42d ] CLOUDSTACK-1403 Storage and console-proxy related error Aborting lease over VM/template if uploading file fails. Earlier the lease was completed successfully even if upload fails due to IOException or ConnectionException while uploading file to HTTP URL. Porting the fix from 4.1 branch to master. Signed-off-by: Sateesh Chodapuneedi <sate...@apache.org> > Storage and console-proxy related error > --------------------------------------- > > Key: CLOUDSTACK-1403 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1403 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Affects Versions: 4.1.0 > Reporter: Rohit Yadav > Assignee: Sateesh Chodapuneedi > Priority: Critical > Fix For: 4.1.0 > > > While trying to verify/fix CLOUDSTACK-1252 I got this error: > INFO [hypervisor.vmware.VmwareServerDiscoverer] > (1650735361@qtp-1028456336-8:) Discover host. dc: 1, pod: 1, cluster: 1, uri > host: 10.147.60.15 > Started > INFO [vmware.manager.VmwareManagerImpl] (1650735361@qtp-1028456336-8:) > Preparing network on host > com.cloud.hypervisor.vmware.util.VmwareContext@2ca59fc for vSwitch0 > INFO [vmware.mo.HypervisorHostHelper] (1650735361@qtp-1028456336-8:) Network > cloud.private.untagged.0.1-vSwitch0 is ready on vSwitch vSwitch0 > Started > INFO [vmware.resource.VmwareResource] (1650735361@qtp-1028456336-8:) > VmwareResource network configuration info. private vSwitch: vSwitch0, public > vSwitch: vSwitch0, guest network: vSwitch0 > INFO [vmware.resource.VmwareResource] (1650735361@qtp-1028456336-8:) Startup > report on host hardware info. > {"memoryBytes":8465100800,"cpuCount":4,"cpuSpeed":3092} > INFO [vmware.resource.VmwareResource] (1650735361@qtp-1028456336-8:) Startup > report on host network info. > {"hostIp":"10.147.29.64","hostNetmask":"255.255.255.0","hostMacAddress":"00:10:18:89:99:ac"} > INFO [vmware.resource.VmwareResource] (1650735361@qtp-1028456336-8:) Add > local storage startup command: > {"totalSize":0,"poolInfo":{"uuid":"61c3c9fe-d775-4563-a6f7-88ba690a0289","host":"10.147.29.64","localPath":"","hostPath":"datastore-111","poolType":"LVM","capacityBytes":494726545408,"availableBytes":493706280960},"resourceType":"STORAGE_POOL","hostDetails":{},"type":"Storage","dataCenter":"1","pod":"1","cluster":"1","guid":"61c3c9fe-d775-4563-a6f7-88ba690a0289","name":"61c3c9fe-d775-4563-a6f7-88ba690a0289","wait":0} > INFO [agent.manager.DirectAgentAttache] (1650735361@qtp-1028456336-8:) > StartupAnswer received 1 Interval = 60 > INFO [vmware.resource.VmwareResource] (DirectAgent-1:10.147.29.64) Executing > resource CheckNetworkCommand > {"networkInfoList":[{"physicalNetworkId":200}],"wait":0} > INFO [network.security.SecurityGroupListener] (1650735361@qtp-1028456336-8:) > Received a host startup notification > INFO [network.security.SecurityGroupListener] (1650735361@qtp-1028456336-8:) > Scheduled network rules cleanup, interval=2678 > INFO [network.security.SecurityGroupListener] (1650735361@qtp-1028456336-8:) > Received a host startup notification > WARN [cloud.vm.VirtualMachineManagerImpl] (1650735361@qtp-1028456336-8:) > Stopping a VM that we have no record of <fullHostSync>: v-2-VM > WARN [cloud.vm.VirtualMachineManagerImpl] (1650735361@qtp-1028456336-8:) > Stopping a VM that we have no record of <fullHostSync>: s-13-VM > INFO [vmware.resource.VmwareResource] (DirectAgent-1:10.147.29.64) Executing > resource StopCommand: {"isProxy":false,"vmName":"v-2-VM","wait":0} > INFO [vmware.resource.VmwareResource] (DirectAgent-1:10.147.29.64) VM v-2-VM > is already in stopped state > INFO [vmware.resource.VmwareResource] (DirectAgent-1:10.147.29.64) Executing > resource StopCommand: {"isProxy":false,"vmName":"s-13-VM","wait":0} > INFO [vmware.resource.VmwareResource] (DirectAgent-1:10.147.29.64) VM > s-13-VM is already in stopped state > INFO [vmware.resource.VmwareResource] (DirectAgent-2:10.147.29.64) Executing > resource ReadyCommand: {"dcId":1,"hostId":1,"wait":0} > INFO [cloud.resource.ResourceManagerImpl] (1650735361@qtp-1028456336-8:) > External cluster has been successfully discovered by VMware Discover > INFO [vmware.resource.VmwareResource] (DirectAgent-7:10.147.29.64) Executing > resource ModifyStoragePoolCommand: > {"add":true,"pool":{"id":200,"uuid":"957db757-2da7-3172-b081-2d794fd7f772","host":"10.147.28.7","path":"/export/home/bharat/primary1","port":2049,"type":"NetworkFilesystem"},"localPath":"/mnt//957db757-2da7-3172-b081-2d794fd7f772","wait":0} > INFO [cloud.storage.StorageManagerImpl] (1754470817@qtp-1028456336-7:) > Connection established between Pool[200|NetworkFilesystem] host + 1 > INFO [cloud.resource.ResourceManagerImpl] (1754470817@qtp-1028456336-7:) > Trying to add a new host at > nfs://10.147.28.7/export/home/bharat/secondary.vmware in data center 1 > ERROR [cloud.resource.ServerResourceBase] (1754470817@qtp-1028456336-7:) Nics > are not configured! > INFO [cloud.resource.ServerResourceBase] (1754470817@qtp-1028456336-7:) > Designating private to be nic eth0 > INFO [network.security.SecurityGroupListener] (1754470817@qtp-1028456336-7:) > Received a host startup notification > WARN [agent.manager.AgentManagerImpl] (1754470817@qtp-1028456336-7:) > Resource [Host:2] is unreachable: Host 2: Host with specified id is not in > the right state: Connecting > INFO [agent.manager.AgentManagerImpl] (1754470817@qtp-1028456336-7:) Host 2 > is disconnecting with event AgentDisconnected > INFO [cloud.resource.ResourceManagerImpl] (1754470817@qtp-1028456336-7:) > server resources successfully discovered by SecondaryStorage > INFO [cloud.utils.AnnotationHelper] (1754470817@qtp-1028456336-7:) > class java.lang.Stringdoes not have a Table annotation > INFO [cloud.configuration.ConfigurationManagerImpl] > (1754470817@qtp-1028456336-7:) No storage traffic type was specified by > admin, create default storage traffic on physical network 200 with same > configure of management traffic type > INFO [cloud.secstorage.PremiumSecondaryStorageManagerImpl] (secstorage-1:) > No running secondary storage vms found in datacenter id=1, starting one > INFO [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:) No > stopped secondary storage vm is available, need to allocate a new secondary > storage vm > INFO [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:) No > stopped console proxy is available, need to allocate a new console proxy > WARN [network.element.VpcVirtualRouterElement] (consoleproxy-1:) Network > Ntwk[204|Guest|6] is not associated with any VPC > WARN [network.element.VpcVirtualRouterElement] (consoleproxy-1:) Network > Ntwk[202|Control|3] is not associated with any VPC > WARN [network.element.VpcVirtualRouterElement] (consoleproxy-1:) Network > Ntwk[201|Management|2] is not associated with any VPC > INFO [vmware.resource.VmwareResource] (DirectAgent-6:10.147.29.64) Executing > resource PrimaryStorageDownloadCommand: > {"localPath":"/mnt/957db757-2da7-3172-b081-2d794fd7f772","poolUuid":"957db757-2da7-3172-b081-2d794fd7f772","poolId":200,"primaryPool":{"id":200,"uuid":"957db757-2da7-3172-b081-2d794fd7f772","host":"10.147.28.7","path":"/export/home/bharat/primary1","port":2049,"type":"NetworkFilesystem"},"secondaryStorageUrl":"nfs://10.147.28.7/export/home/bharat/secondary.vmware","primaryStorageUrl":"nfs://10.147.28.7/export/home/bharat/primary1","url":"nfs://10.147.28.7/export/home/bharat/secondary.vmware/template/tmpl/1/8/","format":"OVA","accountId":1,"name":"routing-8","wait":10800} > WARN [network.element.VpcVirtualRouterElement] (secstorage-1:) Network > Ntwk[204|Guest|6] is not associated with any VPC > WARN [network.element.VpcVirtualRouterElement] (secstorage-1:) Network > Ntwk[202|Control|3] is not associated with any VPC > WARN [network.element.VpcVirtualRouterElement] (secstorage-1:) Network > Ntwk[201|Management|2] is not associated with any VPC > WARN [network.element.VpcVirtualRouterElement] (secstorage-1:) Network > Ntwk[203|Storage|4] is not associated with any VPC > INFO [agent.manager.AgentMonitor] (Thread-11:) Found the following agents > behind on ping: [1] > INFO [agent.manager.AgentManagerImpl] (AgentTaskPool-1:) Investigating why > host 1 has disconnected with event PingTimeout > INFO [vmware.resource.VmwareResource] (DirectAgent-4:10.147.29.64) Executing > resource CheckHealthCommand: {"wait":50} > INFO [agent.manager.AgentManagerImpl] (AgentTaskPool-1:) The state > determined is Up > INFO [agent.manager.AgentManagerImpl] (AgentTaskPool-1:) Agent is determined > to be up and running > INFO [vmware.manager.VmwareStorageManagerImpl] (DirectAgent-6:10.147.29.64) > Template routing-8 has already been setup, skip the template setup process in > primary storage > INFO [vmware.resource.VmwareResource] (DirectAgent-1:10.147.29.64) Executing > resource CreateCommand: > {"volId":1,"pool":{"id":200,"uuid":"957db757-2da7-3172-b081-2d794fd7f772","host":"10.147.28.7","path":"/export/home/bharat/primary1","port":2049,"type":"NetworkFilesystem"},"diskCharacteristics":{"size":0,"tags":[],"type":"ROOT","name":"ROOT-1","useLocalStorage":false,"recreatable":true,"diskOfferingId":10,"volumeId":1,"hyperType":"VMware"},"templateUrl":"e372770297f73702b26a7898d041f3f8","wait":0} > ERROR [vmware.resource.VmwareResource] (DirectAgent-1:10.147.29.64) Unable to > find template base snapshot, invalid template > ERROR [vmware.resource.VmwareResource] (DirectAgent-1:10.147.29.64) > CreateCommand failed due to Exception: java.lang.Exception > Message: Unable to find template base snapshot, invalid template > java.lang.Exception: Unable to find template base snapshot, invalid template > at > com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareResource.java:3835) > at > com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(VmwareResource.java:335) > 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$101(ScheduledThreadPoolExecutor.java:165) > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:266) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:679) > INFO [cloud.vm.VirtualMachineManagerImpl] (consoleproxy-1:) Unable to > contact resource. > com.cloud.exception.StorageUnavailableException: Resource [StoragePool:200] > is unreachable: Unable to create Vol[1|vm=1|ROOT] > at > com.cloud.storage.StorageManagerImpl.prepare(StorageManagerImpl.java:3472) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:616) > at > org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) > at > org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80) > at > com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37) > at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:616) > at > org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) > at > org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) > at > org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) > at > org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) > at > org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) > at sun.proxy.$Proxy142.prepare(Unknown Source) > at > com.cloud.vm.VirtualMachineManagerImpl.advanceStart(VirtualMachineManagerImpl.java:738) > at > com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImpl.java:461) > at > com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImpl.java:454) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:616) > at > org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) > at > org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80) > at > com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37) > at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:616) > at > org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) > at > org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) > at > org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) > at > org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) > at > org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) > at sun.proxy.$Proxy230.start(Unknown Source) > at > com.cloud.consoleproxy.ConsoleProxyManagerImpl.startProxy(ConsoleProxyManagerImpl.java:630) > at > com.cloud.consoleproxy.ConsoleProxyManagerImpl.allocCapacity(ConsoleProxyManagerImpl.java:1164) > at > com.cloud.consoleproxy.ConsoleProxyManagerImpl.expandPool(ConsoleProxyManagerImpl.java:1960) > at > com.cloud.consoleproxy.ConsoleProxyManagerImpl.expandPool(ConsoleProxyManagerImpl.java:174) > at > com.cloud.vm.SystemVmLoadScanner.loadScan(SystemVmLoadScanner.java:111) > at > com.cloud.vm.SystemVmLoadScanner.access$100(SystemVmLoadScanner.java:33) > at > com.cloud.vm.SystemVmLoadScanner$1.reallyRun(SystemVmLoadScanner.java:81) > at com.cloud.vm.SystemVmLoadScanner$1.run(SystemVmLoadScanner.java:72) > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at > java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351) > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178) > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:165) > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:267) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:679) > INFO [vmware.resource.VmwareResource] (DirectAgent-5:10.147.29.64) Executing > resource StopCommand: {"isProxy":false,"vmName":"v-1-VM","wait":0} > INFO [vmware.resource.VmwareResource] (DirectAgent-5:10.147.29.64) VM v-1-VM > is no longer in vSphere > WARN [cloud.vm.SystemVmLoadScanner] (consoleproxy-1:) Unexpected exception > null > java.lang.NullPointerException > at > com.cloud.agent.manager.allocator.impl.RecreateHostAllocator.allocateTo(RecreateHostAllocator.java:95) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:616) > at > org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) > at > org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80) > at > com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37) > at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:616) > at > org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) > at > org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) > at > org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) > at > org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) > at > org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) > at sun.proxy.$Proxy258.allocateTo(Unknown Source) > at > com.cloud.deploy.FirstFitPlanner.findSuitableHosts(FirstFitPlanner.java:713) > at > com.cloud.deploy.FirstFitPlanner.checkClustersforDestination(FirstFitPlanner.java:520) > at > com.cloud.deploy.FirstFitPlanner.scanClustersForDestinationInZoneOrPod(FirstFitPlanner.java:388) > at com.cloud.deploy.FirstFitPlanner.plan(FirstFitPlanner.java:278) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:616) > at > org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) > at > org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80) > at > com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37) > at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:616) > at > org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) > at > org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) > at > org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) > at > org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) > at > org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) > at sun.proxy.$Proxy269.plan(Unknown Source) > at > com.cloud.vm.VirtualMachineManagerImpl.advanceStart(VirtualMachineManagerImpl.java:699) > at > com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImpl.java:461) > at > com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImpl.java:454) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:616) > at > org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) > at > org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80) > at > com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:37) > at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:616) > at > org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) > at > org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) > at > org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) > at > org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) > at > org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) > at sun.proxy.$Proxy230.start(Unknown Source) > at > com.cloud.consoleproxy.ConsoleProxyManagerImpl.startProxy(ConsoleProxyManagerImpl.java:630) > at > com.cloud.consoleproxy.ConsoleProxyManagerImpl.allocCapacity(ConsoleProxyManagerImpl.java:1164) > at > com.cloud.consoleproxy.ConsoleProxyManagerImpl.expandPool(ConsoleProxyManagerImpl.java:1960) > at > com.cloud.consoleproxy.ConsoleProxyManagerImpl.expandPool(ConsoleProxyManagerImpl.java:174) > at > com.cloud.vm.SystemVmLoadScanner.loadScan(SystemVmLoadScanner.java:111) > at > com.cloud.vm.SystemVmLoadScanner.access$100(SystemVmLoadScanner.java:33) > at > com.cloud.vm.SystemVmLoadScanner$1.reallyRun(SystemVmLoadScanner.java:81) > at com.cloud.vm.SystemVmLoadScanner$1.run(SystemVmLoadScanner.java:72) > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at > java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351) > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178) > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:165) > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:267) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:679) -- 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