严重: 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一般不会出现这个问题。
分享到:
相关推荐
Cannot find or open the PDB file in VS2010 Cannot find or open the PDB file是一个常见的错误信息,在Visual Studio 2010(VS2010)中经常出现。PDB文件是Program Database文件,用于调试和符号化程序。该错误...
Exception in thread "main" java.security.NoSuchAlgorithmException: Cannot find any provider supporting AES/ECB/PKCS7Padding https://www.codeprj.com/blog/92cdc41.html
标题中的“解决Cannot find Graphviz”意味着用户在尝试使用某个软件或工具时遇到了与Graphviz相关的错误。Graphviz是一款开源的图形绘制软件,主要用于自动布局图表,如流程图、网络图和UML图等。在Java开发环境中...
### 解决 "cannot find -lxxx" 的问题 在Linux环境下进行软件开发或构建时,可能会遇到链接器报错 `cannot find -lxxx` 的情况。这类错误通常出现在使用 `gcc` 或其他编译工具进行链接操作的过程中,当链接器无法...
解决Cannot find module '@sentry/webpack-plugin',Cannot find module '@sentry/browser',Cannot find module '@sentry/cli'等问题。 下载后,解压后文件夹,放在vue项目的node_modules文件夹下,即可。
在Vue.js开发过程中,我们可能会遇到“Error: Cannot find module”这样的错误,这通常是由于模块导入路径不正确、npm包未安装或者环境配置问题导致的。以下是一些常见的解决步骤和详细解释,希望能帮助到遇到此类...
MySQL数据库在运行过程中可能会遇到各种错误,其中"Cannot find or open table x/x from the internal data dictionary of InnoDB"是一个常见的问题。这个问题通常涉及到InnoDB存储引擎,它在尝试访问一个表时,无法...
Linux编译静态链接出现:/usr/bin/ld: cannot find -lc. 将libc.a拷贝到usr/lib/中,问题得以解决。
ASP.NET The system cannot find the file specified解决办法 Server Error in ‘/’ Application. The system cannot find the file specified Description: An unhandled exception occurred during the execution...
直接pip install xgboost报错xgboost.libpath.XGBoostLibraryNotFound: Cannot find XGBoost Library in the candidate path, did you install compilers and run build.sh in root path? xgboost.libpath....
然而,在安装 Ration Rose 2003 时,用户可能会遇到“cannot find server hostname in network database”的错误。本文将详细介绍 Ration Rose 2003 的安装方法,并提供解决“cannot find server hostname in ...
标题 "Cannot find module Roaming\npm\node_modules\layaair2-cmd\layaair2-cmd.js" 描述了一个常见的Node.js运行时错误,这通常发生在尝试执行一个依赖于特定模块的脚本时,但该模块在系统中未被正确安装或路径...
然而,有时用户可能会遇到IDEA提示“Cannot find Graphviz”的错误,这意味着IDEA无法找到Graphviz的安装路径,导致无法正常生成图形。 解决这个问题的方法通常包括以下步骤: 1. **下载Graphviz**:首先,你需要...
Cannot find module electron (解决方案).md
phpize Configuring for: ...Zend Module Api No: 20131226 ...Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script.
当遇到"/usr/bin/ld: cannot find -lThreads"这样的错误提示时,这意味着链接器找不到指定的线程库。本文将深入探讨这个问题,并提供解决方法。 1. **CMakeLists.txt的正确配置** 当使用CMake作为构建工具时,我们...
Cannot find module node-addon-api (解决方案).md
Java编程语言中,语法错误是开发者经常会遇到的问题。这些错误通常是由于不正确的代码结构或违反了语言规则导致的。以下是一些常见的Java语法错误及其详细解释: 1. **变量可能未初始化**:当一个变量被声明但未...
IBM提供的分析javacore和dump的内存分析工具,非常好用。