`
reymont
  • 浏览: 525876 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

Cannot find any registered HttpDestinationFactory from the Bus

    博客分类:
  • CXF
 
阅读更多
严重: Cannot find any registered HttpDestinationFactory from the Bus.
Exception in thread "main" javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException
	at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:350)
	at org.apache.cxf.jaxws.EndpointImpl.publish(EndpointImpl.java:239)
	at org.apache.cxf.jaxws.spi.ProviderImpl.createAndPublishEndpoint(ProviderImpl.java:144)
	at javax.xml.ws.Endpoint.publish(Endpoint.java:170)
	at demo.hw.server.Server.<init>(Server.java:31)
	at demo.hw.server.Server.main(Server.java:36)
Caused by: org.apache.cxf.service.factory.ServiceConstructionException
	at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:176)
	at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:203)
	at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:433)
	at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:322)
	... 5 more
Caused by: java.io.IOException: Cannot find any registered HttpDestinationFactory from the Bus.
	at org.apache.cxf.transport.http.HTTPTransportFactory.getDestination(HTTPTransportFactory.java:270)
	at org.apache.cxf.binding.soap.SoapTransportFactory.getDestination(SoapTransportFactory.java:136)
	at org.apache.cxf.endpoint.ServerImpl.initDestination(ServerImpl.java:93)
	at org.apache.cxf.endpoint.ServerImpl.<init>(ServerImpl.java:72)
	at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:158)
	... 8 more

 

在使用cxf过程中经常出 Cannot find any registered HttpDestinationFactory from the Bus,一般是没有引入cxf-rt-transports-http-jetty-xxx.jar。查看apache.cxf.transport.http.HTTPTransportFactory.getDestination(HTTPTransportFactory.java:270)类,jettyFactory为null,也就是缺少http-jetty的实现。如果部署到tomcat一般不会出现这个问题。

 

 

 

 

 

分享到:
评论
1 楼 zxjlwt 2015-11-06  
学习了。


http://surenpi.com

相关推荐

Global site tag (gtag.js) - Google Analytics