Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hudson-dev] Hudson 3-M4 and plugins

Hi

As some of you might have noticed form the influx of bugzilla mails, I
have been doing a quick test of the plugins in our plugin central.The
approach I used was to install ALL the plugins available via the
official plugin center and then restart hudson too see which plugins
fails to load.
Then I started removing plugins until the log became (almost) clean
from exceptions.

I created bugzilla entries for each plugin, so that they can be forked
or removed from the update center. Below is the list I found, I think
the translation-plugin and downstream-buildview are the most serious
as they break hudson instead of just not loading.

Dashboard view has a problem finding hudson.util.Graph:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386611

global-stats-plugin fail to load because of missing JFreehart:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386613

Serenity has to load because of missing org/apache/log4j/PropertyConfigurato
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386614

collabnet fails to load because of security changes (missing
org/acegisecurity/Authentication)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386615

Greenballs fail to load because of missing hudson/util/ColorPalette
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386616

mysql-auth fails to load because of security changes (missing
org/acegisecurity/userdetails/UsernameNotFoundException)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386617

sfee fails to load because of security changes (missing:
org/acegisecurity/AccessDeniedException)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386618

scm-syn-configuration fails to load because of security changed
(misssing org/acegisecurity/AccessDeniedException)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386619

m2release plugin fails to load because of unresolved dependency in
update center (Failed to load plugin - m2release because of error
Dependency javadoc (1.0) doesn't exist)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386620

jabber plugin fails to load because of security changes (misssing
org/acegisecurity/AuthenticationException)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386621

script-real fails because of security changes (missing
org/acegisecurity/BadCredentialsException)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386622

BlameSubversionCommittor fails because of missing com/trilead/ssh2/DebugLogger
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386623

reviewboard fails to load because of a NullPointerException in the contructor
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386624

Emma has a problem finding hudson.util.Graph
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386625

cvs-tag fail to load because of missing groovy (missing:
org/codehaus/groovy/control/CompilationFailedException)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386626

slave-squatter fails to load because of missing antlr (missing:
antlr/ANTLRException)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386627

Translation plugin break hudson becasue of missing
com/trilead/ssh2/crypto/Base64
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386628

integrity plugin fails to load because of missing groovy (missing:
org/codehaus/groovy/control/CompilationFailedException)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386629

downstream-build-view break the loading of jobs because of misssing
method (java.lang.NoSuchMethodError:
hudson.model.AbstractProject.getBuilds()Ljava/util/List;)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386630

Hadoop plugin has some problems because of missing method
(java.lang.NoSuchMethodError:
org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386631

faviorite plugin fails to load because of security changes
(java.lang.NoSuchMethodError:
hudson.model.Hudson.getAuthentication()Lorg/acegisecurity/Authentication;)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386632

Best regards
Henrik


Back to the top