Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 241A6200B5E for ; Wed, 27 Jul 2016 03:56:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 20E3D160AA5; Wed, 27 Jul 2016 01:56:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6881F160AA4 for ; Wed, 27 Jul 2016 03:56:26 +0200 (CEST) Received: (qmail 66289 invoked by uid 500); 27 Jul 2016 01:56:20 -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 66226 invoked by uid 99); 27 Jul 2016 01:56:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2016 01:56:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7620F2C0D5E for ; Wed, 27 Jul 2016 01:56:20 +0000 (UTC) Date: Wed, 27 Jul 2016 01:56:20 +0000 (UTC) From: "Freeman Fang (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CXF-6980) NPE when install cxf-http-async feature MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 27 Jul 2016 01:56:27 -0000 [ https://issues.apache.org/jira/browse/CXF-6980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang reassigned CXF-6980: --------------------------------- Assignee: Freeman Fang > NPE when install cxf-http-async feature > --------------------------------------- > > Key: CXF-6980 > URL: https://issues.apache.org/jira/browse/CXF-6980 > Project: CXF > Issue Type: Bug > Reporter: Freeman Fang > Assignee: Freeman Fang > > exception like > {code} > Unexpected problem updating configuration org.apache.cxf.transport.http.async > java.lang.NullPointerException > at org.apache.cxf.transport.http.asyncclient.AsyncHTTPConduitFactory.addListener(AsyncHTTPConduitFactory.java:288)[298:org.apache.cxf.cxf-rt-transports-http-hc] > at org.apache.cxf.transport.http.asyncclient.AsyncHTTPConduitFactory.(AsyncHTTPConduitFactory.java:146)[298:org.apache.cxf.cxf-rt-transports-http-hc > at org.apache.cxf.transport.http.asyncclient.Activator$ConduitConfigurer.updated(Activator.java:79)[298:org.apache.cxf.cxf-rt-transports-http-hc] > at org.apache.felix.cm.impl.helper.ManagedServiceTracker.updated(ManagedServiceTracker.java:189)[7:org.apache.felix.configadmin:1.8.4] > at org.apache.felix.cm.impl.helper.ManagedServiceTracker.updateService(ManagedServiceTracker.java:152)[7:org.apache.felix.configadmin:1.8.4] > at org.apache.felix.cm.impl.helper.ManagedServiceTracker.provideConfiguration(ManagedServiceTracker.java:85)[7:org.apache.felix.configadmin:1.8.4] > {code} > This is caused by if we install cxf-http-async feature without an aync cxf client endpoint, there's no CXF bus when init the AsyncHTTPConduitFactory, we need handle this case correctly -- This message was sent by Atlassian JIRA (v6.3.4#6332)