码上敲享录 > java常见报错解答 > 已解决Caused by: java.io.IOException: Cannot find any registered HttpDestinationFactory from the Bus.

已解决Caused by: java.io.IOException: Cannot find any registered HttpDestinationFactory from the Bus.

上一章章节目录下一章 2018-08-04已有2667人阅读 评论(0)

Caused by:java.io.IOException: Cannot find any registered HttpDestinationFactory from the Bus.


解决方法:

原因是缺少依赖包

在pom.xml文件中添加:

<dependency>

<groupId>org.apache.cxf</groupId>

<artifactId>cxf-rt-transports-http-jetty</artifactId>

<version>3.1.6</version>

</dependency>


本文链接:http://www.yayihouse.com/yayishuwu/chapter/1413

向大家推荐《Activiti工作流实战教程》:https://xiaozhuanlan.com/activiti
1

有建议,请留言!

  • *您的姓名:

  • *所在城市:

  • *您的联系电话:

    *您的QQ:

  • 咨询问题:

  • 提 交