M14 runnodes cannot start the Controller

回眸只為那壹抹淺笑 提交于 2020-01-15 10:35:27

问题


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


回答1:


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

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



来源:https://stackoverflow.com/questions/45855475/m14-runnodes-cannot-start-the-controller

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!