java.lang.StackOverflowError when using Compiler warnings plugin [message #895540] |
Fri, 13 July 2012 09:31  |
Eclipse User |
|
|
|
Hi everyone
I have installed Hudson 2.2.1 packaged for CentOS on a CentOS 6 64 bits.
Everything went smoothly as usual until I installed Compiler Warnings plugin in version 4.3 :
- I configure the plugin to check Java compilation warnings in console and in log file (javac compiler).
- I save my job configuration
- I run the job
- After Subversion Check out I have the following exception (and my job fails) :
java.lang.StackOverflowError
at hudson.plugins.warnings.WarningsPublisher.getDescriptor(WarningsPublisher.java:310)
at hudson.plugins.warnings.WarningsPublisher.getDescriptor(WarningsPublisher.java:1)
at hudson.plugins.analysis.core.HealthAwarePublisher.getDescriptor(HealthAwarePublisher.java:53)
at hudson.plugins.warnings.WarningsPublisher.getDescriptor(WarningsPublisher.java:310)
at hudson.plugins.warnings.WarningsPublisher.getDescriptor(WarningsPublisher.java:1)
at hudson.plugins.analysis.core.HealthAwarePublisher.getDescriptor(HealthAwarePublisher.java:53)
at hudson.plugins.warnings.WarningsPublisher.getDescriptor(WarningsPublisher.java:310)
at hudson.plugins.warnings.WarningsPublisher.getDescriptor(WarningsPublisher.java:1)
at hudson.plugins.analysis.core.HealthAwarePublisher.getDescriptor(HealthAwarePublisher.java:53)
That goes on and on for a thousand of lines...
Thanks in advance for any help !
Regards
Eric
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.10460 seconds