Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-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 6E2EDDEC8 for ; Mon, 5 Nov 2012 11:02:15 +0000 (UTC) Received: (qmail 68684 invoked by uid 500); 5 Nov 2012 11:02:15 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 68218 invoked by uid 500); 5 Nov 2012 11:02:14 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 67946 invoked by uid 99); 5 Nov 2012 11:02:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2012 11:02:12 +0000 Date: Mon, 5 Nov 2012 11:02:12 +0000 (UTC) From: "Christian Schneider (JIRA)" To: issues@cxf.apache.org Message-ID: <419827076.68399.1352113332513.JavaMail.jiratomcat@arcas> In-Reply-To: <1388802987.33665.1338811103423.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Assigned] (DOSGI-120) NullPointerException on export 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/DOSGI-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schneider reassigned DOSGI-120: ----------------------------------------- Assignee: Christian Schneider > NullPointerException on export > ------------------------------ > > Key: DOSGI-120 > URL: https://issues.apache.org/jira/browse/DOSGI-120 > Project: CXF Distributed OSGi > Issue Type: Bug > Components: DSW > Affects Versions: 1.3.1 > Reporter: Bert Jacobs > Assignee: Christian Schneider > Priority: Minor > Fix For: 1.4 > > > When I unregister and register a service to export it, then this exception popped up: > {code} > Exception in thread "pool-1-thread-3" java.lang.NullPointerException > at org.apache.cxf.dosgi.dsw.service.RemoteServiceAdminCore.isCreatedByThisRSA(RemoteServiceAdminCore.java:299) > at org.apache.cxf.dosgi.dsw.service.RemoteServiceAdminCore.exportService(RemoteServiceAdminCore.java:115) > at org.apache.cxf.dosgi.dsw.service.RemoteServiceAdminInstance$1.run(RemoteServiceAdminInstance.java:72) > at org.apache.cxf.dosgi.dsw.service.RemoteServiceAdminInstance$1.run(RemoteServiceAdminInstance.java:66) > at java.security.AccessController.doPrivileged(Native Method) > at org.apache.cxf.dosgi.dsw.service.RemoteServiceAdminInstance.exportService(RemoteServiceAdminInstance.java:66) > at org.apache.cxf.dosgi.dsw.service.RemoteServiceAdminInstance.exportService(RemoteServiceAdminInstance.java:38) > at org.apache.cxf.dosgi.topologymanager.TopologyManager$2.run(TopologyManager.java:267) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > {code} > Eventually my service got deployed, but it is annoying that exceptions like these fill the logs. -- 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