You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Rayees Namathponnan (JIRA)" <ji...@apache.org> on 2014/07/23 00:20:41 UTC

[jira] [Created] (CLOUDSTACK-7164) [Automation] NPE observed while deleting account

Rayees Namathponnan created CLOUDSTACK-7164:
-----------------------------------------------

             Summary: [Automation] NPE observed while deleting account 
                 Key: CLOUDSTACK-7164
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7164
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Management Server
    Affects Versions: 4.5.0
         Environment: KVM (RHEL 6.3)
Master 4.5

            Reporter: Rayees Namathponnan
            Priority: Critical
             Fix For: 4.5.0


This issue observed in KVM automation run, NPE observed while deleting NPE


2014-07-22 07:45:15,223 DEBUG [o.a.c.s.SecondaryStorageManagerImpl] (secstorage-1:ctx-04c38067) Zone 1 is ready to launch secondary storage VM
2014-07-22 07:45:15,230 DEBUG [c.c.n.NetworkModelImpl] (Work-Job-Executor-111:ctx-fabfa66d job-2638/job-2639 ctx-a62364f5) Service SecurityGroup is not
supported in the network id=385
2014-07-22 07:45:15,231 ERROR [c.c.a.ApiAsyncJobDispatcher] (API-Job-Executor-117:ctx-e28a5cb1 job-2646) Unexpected exception while executing org.apache
.cloudstack.api.command.admin.account.DeleteAccountCmd
java.lang.NullPointerException
        at com.cloud.user.AccountManagerImpl.deleteUserAccount(AccountManagerImpl.java:1409)
        at sun.reflect.GeneratedMethodAccessor529.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        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 org.apache.cloudstack.network.contrail.management.EventUtils$EventInterceptor.invoke(EventUtils.java:106)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
        at com.cloud.event.ActionEventInterceptor.invoke(ActionEventInterceptor.java:51)
        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.$Proxy102.deleteUserAccount(Unknown Source)
        at org.apache.cloudstack.region.RegionManagerImpl.deleteUserAccount(RegionManagerImpl.java:187)
        at org.apache.cloudstack.region.RegionServiceImpl.deleteUserAccount(RegionServiceImpl.java:121)
        at org.apache.cloudstack.api.command.admin.account.DeleteAccountCmd.execute(DeleteAccountCmd.java:104)
        at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:141)
        at com.cloud.api.ApiAsyncJobDispatcher.runJob(ApiAsyncJobDispatcher.java:108)
        at org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.runInContext(AsyncJobManagerImpl.java:507)
        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 org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.run(AsyncJobManagerImpl.java:464)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:744)
2014-07-22 07:45:15,232 DEBUG [o.a.c.f.j.i.AsyncJobManagerImpl] (API-Job-Executor-117:ctx-e28a5cb1 job-2646) Complete async job-2646, jobStatus: FAILED,
 resultCode: 530, result: org.apache.cloudstack.api.response.ExceptionResponse/null/{"uuidList":[],"errorcode":530}
2014-07-22 07:45:15,254 WARN  [o.a.c.alerts] (HA-5:ctx-4f4193d8)  alertType:: 13 // dataCenterId:: 0 // podId:: 0 // clusterId:: null // message:: No us
age server process running






--
This message was sent by Atlassian JIRA
(v6.2#6252)