我尝试使用本教程https://doc-kurento.readthedocs.io/en/stable/tutorials/java/tutorial-groupcall.html安装Kurento群组通话示例。 除了在安装过程中最后出现的错误外,其他所有内容都很好。这是错误文本:
[错误]无法执行目标 org.springframework.boot:spring-boot-maven-plugin:1.4.1.RELEASE:run 项目kurento-hello-world上的(default-cli):发生异常 在跑步的时候。 null:InvocationTargetException:无法启动 嵌入式容器嵌套异常为 org.springframework.beans.factory.BeanCreationException:错误 创建名称为“ tomcatEmbeddedServletContainerFactory”的bean 在类路径资源中定义 [org / springframework / boot / autoconfigure / web / EmbeddedServletContainerAutoConfiguration $ EmbeddedTomcat.class]: Bean初始化失败;嵌套异常为 org.springframework.beans.factory.UnsatisfiedDependencyException: 创建名称为bean的错误 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration': 通过构造函数参数0表示的不满足的依赖关系; 嵌套异常为 org.springframework.beans.factory.BeanCreationException:错误 用名字创建bean 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties': Bean初始化失败;嵌套异常为 java.lang.NoClassDefFoundError:javax / xml / bind / ValidationException: javax.xml.bind.ValidationException
spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties
有人知道为什么显示此错误吗? 我已经完成了教程中的所有操作。 任何帮助将不胜感激!