Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-35129

After upgrade of 1.650 to 2.6 - unable to configure jobs

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Minor Minor
    • core
    • None

      http://10.101.6.243:8080/view/Misc/job/Node-Keep-Alive/configure

      May 25, 2016 10:05:38 AM hudson.ExpressionFactory2$JexlExpression evaluate
      WARNING: Caught exception evaluating: d.helpFile in /view/Misc/job/Node-Keep-Alive/configure. Reason: java.lang.reflect.InvocationTargetException
      java.lang.reflect.InvocationTargetException
              at sun.reflect.GeneratedMethodAccessor136.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
              at java.lang.reflect.Method.invoke(Method.java:606)
              at org.apache.commons.jexl.util.PropertyExecutor.execute(PropertyExecutor.java:125)
              at org.apache.commons.jexl.util.introspection.UberspectImpl$VelGetterImpl.invoke(UberspectImpl.java:314)
      
      
      Caused by: java.lang.NoClassDefFoundError: hudson/tasks/Ant
              at java.lang.Class.getDeclaredMethods0(Native Method)
              at java.lang.Class.privateGetDeclaredMethods(Class.java:2625)
              at java.lang.Class.getDeclaredMethods(Class.java:1868)
              at org.kohsuke.stapler.ClassDescriptor.findMethods(ClassDescriptor.java:148)
              at org.kohsuke.stapler.ClassDescriptor.<init>(ClassDescriptor.java:84)
              at org.kohsuke.stapler.MetaClass.buildDispatchers(MetaClass.java:106)
              at org.kohsuke.stapler.MetaClass.<init>(MetaClass.java:94)
              at org.kohsuke.stapler.WebApp.getMetaClass(WebApp.java:203)
              at org.kohsuke.stapler.jelly.groovy.GroovyFacet.createRequestDispatcher(GroovyFacet.java:106)
              at org.kohsuke.stapler.RequestImpl.getView(RequestImpl.java:257)
              at org.kohsuke.stapler.RequestImpl.getView(RequestImpl.java:252)
              at hudson.model.Descriptor.getHelpFile(Descriptor.java:742)
              at hudson.model.Descriptor.getHelpFile(Descriptor.java:724)
              at hudson.model.Descriptor.getHelpFile(Descriptor.java:713)
              ... 167 more
      Caused by: java.lang.ClassNotFoundException: hudson.tasks.Ant
              at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1376)
              at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1326)
              at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1079)
              at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
              ... 181 more
      

          [JENKINS-35129] After upgrade of 1.650 to 2.6 - unable to configure jobs

          Alex Carr added a comment - - edited

          Work around: A downgrade of the Ant Plugin from 1.3 to 1.2 followed by an upgrade back to 1.3 and the exception above no longer occurs.

          Note: At this point I seem to be experiencing the issue reported in: JENKINS-35122 - Job configuration screen stuck on LOADING

          Alex Carr added a comment - - edited Work around: A downgrade of the Ant Plugin from 1.3 to 1.2 followed by an upgrade back to 1.3 and the exception above no longer occurs. Note: At this point I seem to be experiencing the issue reported in: JENKINS-35122 - Job configuration screen stuck on LOADING

          Oleg Nenashev added a comment -

          It's not related to JENKINS-35122. Could you please check if you have the Ant plugin installed? Maybe it has not been activated on 2.6 due to the whatever reason

          Oleg Nenashev added a comment - It's not related to JENKINS-35122 . Could you please check if you have the Ant plugin installed? Maybe it has not been activated on 2.6 due to the whatever reason

          Alex Carr added a comment -

          Yes, the Ant plugin is installed and activated. The downgrade and then upgrade of the Ant plugin resolved that problem (e.g. I no longer get an exception).

          The only reason I linked this issue to JENKINS-35122 is that it describes the problem that I am now dealing with.

          Alex Carr added a comment - Yes, the Ant plugin is installed and activated. The downgrade and then upgrade of the Ant plugin resolved that problem (e.g. I no longer get an exception). The only reason I linked this issue to JENKINS-35122 is that it describes the problem that I am now dealing with.

          Daniel Beck added a comment -

          Weird. Corrupted zip file/full disk resulting in failed plugin install, something like that?

          Difficult to determine after the fact.

          Daniel Beck added a comment - Weird. Corrupted zip file/full disk resulting in failed plugin install, something like that? Difficult to determine after the fact.

          Alex Carr added a comment -

          Plenty of disk space. Possibly a corrupted download. All set, thanks.

          Alex Carr added a comment - Plenty of disk space. Possibly a corrupted download. All set, thanks.

            Unassigned Unassigned
            alex_carr Alex Carr
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: