From issues-return-6093-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Thu Sep 1 11:39:10 2011 Return-Path: X-Original-To: apmail-continuum-issues-archive@www.apache.org Delivered-To: apmail-continuum-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 D6311816F for ; Thu, 1 Sep 2011 11:39:10 +0000 (UTC) Received: (qmail 58842 invoked by uid 500); 1 Sep 2011 11:39:09 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 58774 invoked by uid 500); 1 Sep 2011 11:39:02 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 58757 invoked by uid 99); 1 Sep 2011 11:39:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2011 11:39:00 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2011 11:38:55 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id A6D8914A804A for ; Thu, 1 Sep 2011 06:38:34 -0500 (CDT) Date: Thu, 1 Sep 2011 06:38:34 -0500 (CDT) From: "Maria Catherine Tan (JIRA)" To: issues@continuum.apache.org Message-ID: <15669255.9597.1314877114666.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <19421334.9595.1314877112693.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Assigned: (CONTINUUM-2666) NPE when removing build agent group via XMLRPC MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 [ https://jira.codehaus.org/browse/CONTINUUM-2666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Catherine Tan reassigned CONTINUUM-2666: ---------------------------------------------- Assignee: Maria Catherine Tan > NPE when removing build agent group via XMLRPC > ---------------------------------------------- > > Key: CONTINUUM-2666 > URL: https://jira.codehaus.org/browse/CONTINUUM-2666 > Project: Continuum > Issue Type: Bug > Components: Distributed Builds, XMLRPC Interface > Reporter: Maria Catherine Tan > Assignee: Maria Catherine Tan > > 2011-09-01 15:19:38,129 [qtp25948274-144] ERROR org.apache.xmlrpc.server.XmlRpcErrorLogger - Failed to invoke method removeBuildAgentGroup in class org.apache.maven.continuum.xmlrpc.server.ContinuumServiceImpl: null > org.apache.xmlrpc.XmlRpcException: Failed to invoke method removeBuildAgentGroup in class org.apache.maven.continuum.xmlrpc.server.ContinuumServiceImpl: null > at org.apache.maven.continuum.xmlrpc.server.ContinuumXmlRpcMetaDataHandler.invoke(ContinuumXmlRpcMetaDataHandler.java:163) > at org.apache.maven.continuum.xmlrpc.server.ContinuumXmlRpcMetaDataHandler.execute(ContinuumXmlRpcMetaDataHandler.java:132) > at org.apache.xmlrpc.server.XmlRpcServerWorker.execute(XmlRpcServerWorker.java:46) > at org.apache.xmlrpc.server.XmlRpcServer.execute(XmlRpcServer.java:86) > at org.apache.xmlrpc.server.XmlRpcStreamServer.execute(XmlRpcStreamServer.java:200) > at org.apache.xmlrpc.webserver.XmlRpcServletServer.execute(XmlRpcServletServer.java:112) > at org.apache.maven.continuum.xmlrpc.server.ContinuumXmlRpcServlet.doPost(ContinuumXmlRpcServlet.java:190) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) > at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:538) > at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1352) > at org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter.doFilter(StrutsExecuteFilter.java:85) > at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323) > at com.opensymphony.sitemesh.webapp.SiteMeshFilter.obtainContent(SiteMeshFilter.java:129) > at com.opensymphony.sitemesh.webapp.SiteMeshFilter.doFilter(SiteMeshFilter.java:77) > at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323) > at org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter.doFilter(StrutsPrepareFilter.java:82) > at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323) > at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:96) > at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) > at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323) > at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:476) > at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) > at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:517) > at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:225) > at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:937) > at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:406) > at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183) > at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:871) > at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) > at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) > at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149) > at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110) > at org.eclipse.jetty.server.Server.handle(Server.java:346) > at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:589) > at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1065) > at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:823) > at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:220) > at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411) > at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:535) > at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) > at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:529) > at java.lang.Thread.run(Thread.java:662) > Caused by: java.lang.NullPointerException > at org.apache.maven.continuum.configuration.DefaultConfigurationService.removeBuildAgentGroup(DefaultConfigurationService.java:396) > at org.apache.maven.continuum.xmlrpc.server.ContinuumServiceImpl.removeBuildAgentGroup(ContinuumServiceImpl.java:2224) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.maven.continuum.xmlrpc.server.ContinuumXmlRpcMetaDataHandler.invoke(ContinuumXmlRpcMetaDataHandler.java:144) > ... 42 more -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira