The stacktrace that I get is:
java.lang.NullPointerException
at
org.apache.cxf.transport.TransportFinder.findTransportForURI(TransportFinder.java:75)
at
org.apache.cxf.transport.ConduitInitiatorManagerImpl.getConduitInitiatorForUri(ConduitInitiatorManagerImpl.java:146)
at
org.apache.cxf.ws.security.trust.STSUtils.createSTSEndpoint(STSUtils.java:110)
at
org.apache.cxf.ws.security.trust.STSClient.createClient(STSClient.java:347)
at
org.apache.cxf.ws.security.trust.STSClient.requestSecurityToken(STSClient.java:408)
at
org.apache.cxf.ws.security.trust.STSClient.requestSecurityToken(STSClient.java:403)
at
org.apache.cxf.ws.security.policy.interceptors.IssuedTokenInterceptorProvider$IssuedTokenOutInterceptor.handleMessage(IssuedTokenInterceptorProvider.java:145)
at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:247)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:516)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:313)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:265)
at
org.apache.cxf.ws.security.trust.STSClient.requestSecurityToken(STSClient.java:481)
at
org.apache.cxf.ws.security.trust.STSClient.requestSecurityToken(STSClient.java:403)
at
org.apache.cxf.ws.security.policy.interceptors.SecureConversationOutInterceptor.issueToken(SecureConversationOutInterceptor.java:158)
at
org.apache.cxf.ws.security.policy.interceptors.SecureConversationOutInterceptor.handleMessage(SecureConversationOutInterceptor.java:68)
at
org.apache.cxf.ws.security.policy.interceptors.SecureConversationOutInterceptor.handleMessage(SecureConversationOutInterceptor.java:43)
at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:247)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:516)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:313)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:265)
at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
at
org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:124)
--
View this message in context:
http://cxf.547215.n5.nabble.com/NullPointerException-in-TransportFinder-for-STSClient-tp3279776p3279780.html
Sent from the cxf-user mailing list archive at Nabble.com.