After installing the checkstyle plug-in Hudson, start Tomcat to report an error. The following error output information is found on the Tomcat console, And the checkstyle plug-in is not found in the plugin Management in Hudson system, this indicates that the checkstyle plug-in is not successfully installed.
Severe: Failed loading plugin checkstyle
Java. Io. ioexception: dependency analysis-core (1.14) doesn't exist
At Hudson. pluginwrapper. resolveplugindependencies (pluginwrapper. Java: 443)
At Hudson. pluginmanager $2 $1 $ 1.run( pluginmanager. Java: 296)
At org. jvnet. Hudson. Reactor. taskgraphbuilder $ taskimpl. Run (taskgraphbuilder. Java: 146)
At org. jvnet. Hudson. Reactor. Reactor. runtask (reactor. Java: 259)
At Hudson. model. Hudson $4. runtask (Hudson. Java: 698)
At org. jvnet. Hudson. Reactor. Reactor $ 2.run( reactor. Java: 187)
At org. jvnet. Hudson. Reactor. Reactor $ node. Run (reactor. Java: 94)
At java. util. Concurrent. threadpoolexecutor. runworker (threadpoolexecutor. Java: 1110)
At java. util. Concurrent. threadpoolexecutor $ worker. Run (threadpoolexecutor. Java: 603)
At java. Lang. thread. Run (thread. Java: 722)
In a bunch of error messages, the red text above gives the key answer, prompting that the dependent analysis-core (1.14) doesn' t exist does not exist, and the problem is already very obvious.
Since analysis-core is missing
Install the analysis-core plug-in of Hudson,
1) download a analysis-core1.3.8 version, after installation, found that the error is still reported;
2) is it possible that the analysis-core version is incorrect? Since the prompt clearly shows that version 1.14 is required, download a version 1.14 and try again to install the plug-in. The problem is solved.