Message Title
|
|
The error seems to be a kind of race-condition between the initialization of the ec2-plugin and the OldDataMonitor extension point.
RobustReflectionConverter has to report a non-existing field, but it fails with an exception when it tries to do: {code:java} OldDataMonitor.report((Saveable)result, (ArrayList<Throwable>)context.get("ReadError")); {code}
This call ends up on this other one:
{code:java} return ExtensionList.lookupSingleton(OldDataMonitor.class); {code}
which triggers:
{code:java} java.lang.IllegalStateException: Expected 1 instance of hudson.diagnosis.OldDataMonitor but got 0 {code}
I will try to add an Adding _@Extension( ordinal =-1)_ to the @Extension of the EC2 plugin to try to load this one after the AdministrativeMonitors doesn't solve the problem . |
|
|
|
|
--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[hidden email].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.206170.1589111174000.24051.1589114340048%40Atlassian.JIRA.