M14运行节点无法启动控制器 [英] M14 runnodes cannot start the Controller

查看:186
本文介绍了M14运行节点无法启动控制器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

升级到M14后,控制器节点无法启动,但出现以下异常。
这里与M13有什么不同吗?
谢谢。

After upgrading to M14, the controller node cannot start with the following exception. Is there anything different from M13 here? Thanks.

Exception in thread "main" java.lang.NoClassDefFoundError: net/corda/webserver/services/WebServerPluginRegistry

\Sean

推荐答案

此问题通常是由于单个插件文件实现了WebServerPluginRegistry,同时又继承了CordaPluginRegistry。

This issue is generally caused by having a single plugin file implements WebServerPluginRegistry while also subclassing CordaPluginRegistry.

您可以通过拆分<$来解决此问题。 c $ c> WebServerPluginRegistry 和 CordaPluginRegistry 分为两个单独的类。

You can fix this by splitting the WebServerPluginRegistry and CordaPluginRegistry into two separate classes.

这篇关于M14运行节点无法启动控制器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆