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 A4BF6200B5A for ; Thu, 4 Aug 2016 12:00:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A3627160AB2; Thu, 4 Aug 2016 10:00:26 +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 1F66A160A7C for ; Thu, 4 Aug 2016 12:00:25 +0200 (CEST) Received: (qmail 32961 invoked by uid 500); 4 Aug 2016 10:00:25 -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 32925 invoked by uid 99); 4 Aug 2016 10:00:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2016 10:00:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1A6A92C0D60 for ; Thu, 4 Aug 2016 10:00:25 +0000 (UTC) Date: Thu, 4 Aug 2016 10:00:25 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CXF-6979) NPE in AbstractHTTPDestination.invoke when service is invoked very early MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 04 Aug 2016 10:00:26 -0000 [ https://issues.apache.org/jira/browse/CXF-6979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Beryozkin updated CXF-6979: ---------------------------------- Hi Christian, this was automatically moved to 3.2.0 when I marked 3.1.7 as being released, please resolve it for 3.1.7/3.2.0 if you are happy with the NPE guard > NPE in AbstractHTTPDestination.invoke when service is invoked very early > ------------------------------------------------------------------------ > > Key: CXF-6979 > URL: https://issues.apache.org/jira/browse/CXF-6979 > Project: CXF > Issue Type: Bug > Components: Transports > Affects Versions: 3.1.6 > Reporter: Christian Schneider > Assignee: Christian Schneider > Fix For: 3.2.0 > > > Happens when doing mvn clean install in DOSGi. > It seems the incomingObserver is still null at this point. A possible fix is to set the observer before starting the endpoint. > java.lang.NullPointerException > at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:254) > http://apaste.info/xk7 -- This message was sent by Atlassian JIRA (v6.3.4#6332)