Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5112A11111 for ; Thu, 7 Aug 2014 19:04:20 +0000 (UTC) Received: (qmail 89272 invoked by uid 500); 7 Aug 2014 19:04:15 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 89207 invoked by uid 500); 7 Aug 2014 19:04:15 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 89160 invoked by uid 500); 7 Aug 2014 19:04:14 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 89148 invoked by uid 99); 7 Aug 2014 19:04:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2014 19:04:14 +0000 Date: Thu, 7 Aug 2014 19:04:14 +0000 (UTC) From: "Rayees Namathponnan (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CLOUDSTACK-7272) [Automation] Router stop fails with NPE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-7272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rayees Namathponnan closed CLOUDSTACK-7272. ------------------------------------------- Verified with latest automation result > [Automation] Router stop fails with NPE > --------------------------------------- > > Key: CLOUDSTACK-7272 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7272 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Virtual Router > Affects Versions: 4.5.0 > Environment: KVM - RHEL 6.3 > Reporter: Rayees Namathponnan > Assignee: Nitin Mehta > Priority: Blocker > Fix For: 4.5.0 > > Attachments: Aug_06_KVM.rar > > > Test case integration.smoke.test_routers.TestRouterServices.test_07_stop_router fails while stopping > VR stops with with NPE > 2014-08-06 08:37:48,703 ERROR [c.c.a.ApiAsyncJobDispatcher] (API-Job-Executor-77:ctx-9e4e9ccb job-379) Unexpected exception while executing org.apache.cloudstack.api.command.admin.router.StopRouterCmd > java.lang.NullPointerException > at com.cloud.api.query.dao.DomainRouterJoinDaoImpl.newDomainRouterResponse(DomainRouterJoinDaoImpl.java:97) > 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: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 com.cloud.utils.db.TransactionContextInterceptor.invoke(TransactionContextInterceptor.java:34) > 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.$Proxy267.newDomainRouterResponse(Unknown Source) > at com.cloud.api.ApiDBUtils.newDomainRouterResponse(ApiDBUtils.java:1574) > at com.cloud.api.query.ViewResponseHelper.createDomainRouterResponse(ViewResponseHelper.java:155) > at com.cloud.api.ApiResponseHelper.createDomainRouterResponse(ApiResponseHelper.java:1137) > at org.apache.cloudstack.api.command.admin.router.StopRouterCmd.execute(StopRouterCmd.java:119) > 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:503) > 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:460) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) -- This message was sent by Atlassian JIRA (v6.2#6252)