Hi everybody, I tried to upgrade my Subversion Plugin on Jenkins yesterday. Since then I get exceptions when Subversion is polling or when i try to edit a job's configuration:
06.04.2012 12:46:29 hudson.ExpressionFactory2$JexlExpression evaluate WARNUNG: Caught exception evaluating: action.displayName. Reason: java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor170.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) [.....] at java.lang.Thread.run(Thread.java:662) Caused by: java.lang.AssertionError: class hudson.scm.SubversionSCM is missing its descriptor at jenkins.model.Jenkins.getDescriptorOrDie(Jenkins.java:1076) at hudson.scm.SCM.getDescriptor(SCM.java:565) at hudson.scm.SubversionSCM.getDescriptor(SubversionSCM.java:1369) at hudson.scm.SubversionSCM.getDescriptor(SubversionSCM.java:184) at hudson.triggers.SCMTrigger$SCMAction.getDisplayName(SCMTrigger.java:336) ... 114 more Why does the SCM-Plugin miss its description? I already to downgrade the plugin: did not change a thing. Has anybody a hint? Regards, Christian
