M14 runnodes cannot start the Controller
问题 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