You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by balaji21 <br...@gmail.com> on 2020/01/06 06:41:30 UTC

Error during upgrade from cxf 2.6.1 to 3.1.18

During an upgrade of cxf from 2.6.1 to 3.1.18, getting following error :

Caused by: java.lang.NullPointerException
    at
org.apache.cxf.ws.policy.PolicyDataEngineImpl.getClientEndpointPolicy(PolicyDataEngineImpl.java:61)
    at
org.apache.cxf.transport.http.HTTPConduit.updateClientPolicy(HTTPConduit.java:326)
    at
org.apache.cxf.transport.http.HTTPConduit.updateClientPolicy(HTTPConduit.java:346)
    at
org.apache.cxf.transport.http.HTTPConduit.getClient(HTTPConduit.java:885)
    at
org.apache.cxf.transport.http.HTTPConduit.configureConduitFromEndpointInfo(HTTPConduit.java:368)
    at
org.apache.cxf.transport.http.HTTPConduit.finalizeConfig(HTTPConduit.java:448)
    at
org.apache.cxf.transport.http.HTTPTransportFactory.getConduit(HTTPTransportFactory.java:242)
    at
org.apache.cxf.binding.soap.SoapTransportFactory.getConduit(SoapTransportFactory.java:226)
    at
org.apache.cxf.binding.soap.SoapTransportFactory.getConduit(SoapTransportFactory.java:233)


This issue is happening with Spring 4.3.25 version. Could someone guide me
with probable cause here ?



--
Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html

Re: Error during upgrade from cxf 2.6.1 to 3.1.18

Posted by Mickaƫl SALMON <ms...@sylob.com>.
unsubscribe
________________________________
From: balaji21 <br...@gmail.com>
Sent: Monday, January 6, 2020 07:41
To: users@cxf.apache.org <us...@cxf.apache.org>
Subject: Error during upgrade from cxf 2.6.1 to 3.1.18

During an upgrade of cxf from 2.6.1 to 3.1.18, getting following error :

Caused by: java.lang.NullPointerException
    at
org.apache.cxf.ws.policy.PolicyDataEngineImpl.getClientEndpointPolicy(PolicyDataEngineImpl.java:61)
    at
org.apache.cxf.transport.http.HTTPConduit.updateClientPolicy(HTTPConduit.java:326)
    at
org.apache.cxf.transport.http.HTTPConduit.updateClientPolicy(HTTPConduit.java:346)
    at
org.apache.cxf.transport.http.HTTPConduit.getClient(HTTPConduit.java:885)
    at
org.apache.cxf.transport.http.HTTPConduit.configureConduitFromEndpointInfo(HTTPConduit.java:368)
    at
org.apache.cxf.transport.http.HTTPConduit.finalizeConfig(HTTPConduit.java:448)
    at
org.apache.cxf.transport.http.HTTPTransportFactory.getConduit(HTTPTransportFactory.java:242)
    at
org.apache.cxf.binding.soap.SoapTransportFactory.getConduit(SoapTransportFactory.java:226)
    at
org.apache.cxf.binding.soap.SoapTransportFactory.getConduit(SoapTransportFactory.java:233)


This issue is happening with Spring 4.3.25 version. Could someone guide me
with probable cause here ?



--
Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html

Re: Error during upgrade from cxf 2.6.1 to 3.1.18

Posted by Colm O hEigeartaigh <co...@apache.org>.
Likely we will need a test-case that reproduces the problem to help.

Colm.

On Mon, Jan 6, 2020 at 6:41 AM balaji21 <br...@gmail.com> wrote:

> During an upgrade of cxf from 2.6.1 to 3.1.18, getting following error :
>
> Caused by: java.lang.NullPointerException
>     at
>
> org.apache.cxf.ws.policy.PolicyDataEngineImpl.getClientEndpointPolicy(PolicyDataEngineImpl.java:61)
>     at
>
> org.apache.cxf.transport.http.HTTPConduit.updateClientPolicy(HTTPConduit.java:326)
>     at
>
> org.apache.cxf.transport.http.HTTPConduit.updateClientPolicy(HTTPConduit.java:346)
>     at
> org.apache.cxf.transport.http.HTTPConduit.getClient(HTTPConduit.java:885)
>     at
>
> org.apache.cxf.transport.http.HTTPConduit.configureConduitFromEndpointInfo(HTTPConduit.java:368)
>     at
>
> org.apache.cxf.transport.http.HTTPConduit.finalizeConfig(HTTPConduit.java:448)
>     at
>
> org.apache.cxf.transport.http.HTTPTransportFactory.getConduit(HTTPTransportFactory.java:242)
>     at
>
> org.apache.cxf.binding.soap.SoapTransportFactory.getConduit(SoapTransportFactory.java:226)
>     at
>
> org.apache.cxf.binding.soap.SoapTransportFactory.getConduit(SoapTransportFactory.java:233)
>
>
> This issue is happening with Spring 4.3.25 version. Could someone guide me
> with probable cause here ?
>
>
>
> --
> Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html
>