Thanks, that's solved the problem.
On Feb 29, 9:55 am, Ullrich Hafner <ullrich.haf...@gmail.com> wrote: > Looks like an old version of analysis-core plugin (static analysis > utilities). Please upgrade. > > Ulli > > On 02/29/2012 10:48 AM, BEvans wrote: > > > > > > > > > I'm currently trying to configure the CheckStyle Jenkins plugin for > > use in a job, however when the job is configured to Publish Checkstyle > > analysis results (clicking the tick box) and the configuration is > > saved an error occurs. This error is: > > > Status Code: 500 > > > Exception: > > Stacktrace: > > > java.lang.NoSuchMethodError: > > hudson.plugins.analysis.core.HealthAwarePublisher.<init>(Ljava/lang/ > > String;Ljava/lang/String;) > > at > > hudson.plugins.checkstyle.CheckStylePublisher.<init>(CheckStylePublisher.ja > > va: > > 106) > > at > > sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > > at > > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAcce > > ssorImpl.java: > > 57) > > at > > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstru > > ctorAccessorImpl.java: > > 45) > > at > > java.lang.reflect.Constructor.newInstance(Constructor.java:532) > > at > > org.kohsuke.stapler.RequestImpl.invokeConstructor(RequestImpl.java: > > 419) > > .... > > > This is using the following: > > Jenkins 1.446 > > Checkstyle Plugin 3.23 > > Checkstyle 5.5 > > > This prevents the publishing of any Checkstyle results so any help > > would be greatly appreciated. > > > Thanks.