You can use http://pastebin.com/ to upload the logs and provide the link.

-Harikrishna

On 02-Sep-2014, at 10:06 am, Giri Prasad <g_p...@yahoo.com.INVALID> wrote:

> Thanks.
> 
> The error occurs at line 20400th line in the management server log. Please 
> let me know, where I can upload these 20400 lines  (or a few 1000 lines 
> before the error message) from the log.
> 
> Btw, I have a cs 4.1 on ubuntu 12.04 LTS, which is on a different hdd 
> partition, on the same hardware, working without any problem.
> 
> Regards,
> 
> 
> 
> ________________________________
> From: Erik Weber <terbol...@gmail.com>
> To: dev <dev@cloudstack.apache.org>; Giri Prasad <g_p...@yahoo.com> 
> Sent: Monday, 1 September 2014 7:01 PM
> Subject: Re: Unable to start a VM due to insufficient capacity
> 
> 
> 
> Give us more of the logs. Preferably everything from the moment you press 
> launch until the exception occurs.
> 
> -- 
> Erik
> 
> 
> 
> 
> On Mon, Sep 1, 2014 at 3:18 PM, Giri Prasad <g_p...@yahoo.com.invalid> wrote:
> 
> Hello,
>> 
>> I have installed cs 4.3 on Ubuntu 14.04 LTS.
>> 
>> 
>> Created the usual infra, registered a couple of ISO's, and tried to created 
>> a instance using the ISO, via the gui. Comes out with some error. Any ideas 
>> on how to fix this?
>> 
>> Thanks & Regards,
>> Giri
>> 2014-09-01 17:21:26,551 DEBUG [c.c.a.ApiServlet] 
>> (catalina-exec-6:ctx-703486f7 ctx-ee65bd67) ===END===  XXX.XXX.XXX.5 -- GET  
>> command=queryAsyncJobResult&jobId=1b7d53c6-256a-4721-b69c-d68c1f6d7d42&response=json&sessionkey=e6F89zbOUS4dR2%2FmrkznQBxeQ%2BM%3D&_=1409572286355
>> 2014-09-01 17:21:26,733 ERROR [c.c.a.ApiAsyncJobDispatcher] 
>> (Job-Executor-6:ctx-d1e72afb) Unexpected exception while executing 
>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd
>> com.cloud.utils.exception.CloudRuntimeException: Unable to start a VM due to 
>> insufficient capacity
>>   at 
>> com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImpl.java:605)
>>   at 
>> org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.deployVirtualMachine(VMEntityManagerImpl.java:237)
>>   at 
>> org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.deploy(VirtualMachineEntityImpl.java:207)
>>   at 
>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3581)
>>   at 
>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3161)
>>   at 
>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3147)
>>   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:622)
>>   at 
>> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
>>   at 
>> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
>>   at 
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>>   at 
>> com.cloud.event.ActionEventInterceptor.invoke(ActionEventInterceptor.java:50)
>>   at 
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
>>   at 
>> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:91)
>>   at 
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>   at 
>> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
>>   at com.sun.proxy.$Proxy169.startVirtualMachine(Unknown Source)
>>   at 
>> org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVMCmd.java:443)
>>   at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:161)
>>   at 
>> com.cloud.api.ApiAsyncJobDispatcher.runJobInContext(ApiAsyncJobDispatcher.java:109)
>>   at com.cloud.api.ApiAsyncJobDispatcher$1.run(ApiAsyncJobDispatcher.java:66)
>>   at 
>> org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
>>   at 
>> org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
>>   at 
>> org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
>>   at 
>> com.cloud.api.ApiAsyncJobDispatcher.runJob(ApiAsyncJobDispatcher.java:63)
>>   at 
>> org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.runInContext(AsyncJobManagerImpl.java:509)
>>   at 
>> org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)
>>   at 
>> org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
>>   at 
>> org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
>>   at 
>> org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
>>   at 
>> org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46)
>>   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.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
>>   at 
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>>   at java.lang.Thread.run(Thread.java:701)
>> Caused by: com.cloud.exception.InsufficientServerCapacityException: Unable 
>> to create a deployment for 
>> VM[User|ubuntu-12-04-64bit-admin-Instance]Scope=interface 
>> com.cloud.dc.DataCenter; id=1
>>   at 
>> com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:921)
>>   at 
>> com.cloud.vm.VirtualMachineManagerImpl.advanceStart(VirtualMachineManagerImpl.java:761)
>>   at 
>> com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImpl.java:601)
>>   ... 38 more
>> 2014-09-01 17:21:26,736 DEBUG [o.a.c.f.j.i.AsyncJobManagerImpl] 
>> (Job-Executor-6:ctx-d1e72afb) Complete async job-27, jobStatus: FAILED, 
>> resultCode: 530, result: 
>> org.apache.cloudstack.api.response.ExceptionResponse/null/{"uuidList":[],"errorcode":530,"errortext":"Unable
>>  to start a VM due to insufficient capacity"}

Reply via email to