IvyTrigger is build using ant 2.0 whereas the latest Jenkins release uses 2.3.

      Due to interface changes in the IvySetting class exceptions are thrown for mismatching interfaces.

          [JENKINS-19796] IvyTrigger fails on Jenkins 1.532

          Code changed in jenkins
          User: Gregory Boissinot
          Path:
          pom.xml
          http://jenkins-ci.org/commit/ivytrigger-plugin/7b294509e1705e671c5ce7aa3f1ea1a2f98abf0f
          Log:
          Update to ivy 2.3.0 Fix JENKINS-19796

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Gregory Boissinot Path: pom.xml http://jenkins-ci.org/commit/ivytrigger-plugin/7b294509e1705e671c5ce7aa3f1ea1a2f98abf0f Log: Update to ivy 2.3.0 Fix JENKINS-19796

          Alex Ouzounis added a comment -

          unfortunately not solved. not sure why.

          Alex Ouzounis added a comment - unfortunately not solved. not sure why.

          Alex Ouzounis added a comment - - edited

          I get the following:

          [ERROR] - Polling error...
          [ERROR] - Error message: (class: org/apache/ivy/core/settings/IvySettings, method: <init> signature: (Lorg/apache/ivy/core/settings/IvyVariableContainer;)V) Illegal type in constant pool

          and in the logs I find:

          java.lang.VerifyError: (class: org/apache/ivy/core/settings/IvySettings, method: <init> signature: (Lorg/apache/ivy/core/settings/IvyVariableContainer;)V) Illegal type in constant pool
          at org.jenkinsci.plugins.ivytrigger.IvyTriggerEvaluator.getIvyObject(IvyTriggerEvaluator.java:118)
          at org.jenkinsci.plugins.ivytrigger.IvyTriggerEvaluator.invoke(IvyTriggerEvaluator.java:64)
          at org.jenkinsci.plugins.ivytrigger.IvyTriggerEvaluator.invoke(IvyTriggerEvaluator.java:25)
          at hudson.FilePath.act(FilePath.java:912)
          at hudson.FilePath.act(FilePath.java:885)
          at org.jenkinsci.plugins.ivytrigger.IvyTrigger.getDependenciesMapForNode(IvyTrigger.java:215)
          at org.jenkinsci.plugins.ivytrigger.IvyTrigger.getContext(IvyTrigger.java:194)
          at org.jenkinsci.plugins.ivytrigger.IvyTrigger.getContext(IvyTrigger.java:32)
          at org.jenkinsci.lib.xtrigger.AbstractTriggerByFullContext.checkIfModified(AbstractTriggerByFullContext.java:62)
          at org.jenkinsci.lib.xtrigger.AbstractTrigger$Runner.run(AbstractTrigger.java:199)
          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
          at java.lang.Thread.run(Thread.java:722)

          Alex Ouzounis added a comment - - edited I get the following: [ERROR] - Polling error... [ERROR] - Error message: (class: org/apache/ivy/core/settings/IvySettings, method: <init> signature: (Lorg/apache/ivy/core/settings/IvyVariableContainer;)V) Illegal type in constant pool and in the logs I find: java.lang.VerifyError: (class: org/apache/ivy/core/settings/IvySettings, method: <init> signature: (Lorg/apache/ivy/core/settings/IvyVariableContainer;)V) Illegal type in constant pool at org.jenkinsci.plugins.ivytrigger.IvyTriggerEvaluator.getIvyObject(IvyTriggerEvaluator.java:118) at org.jenkinsci.plugins.ivytrigger.IvyTriggerEvaluator.invoke(IvyTriggerEvaluator.java:64) at org.jenkinsci.plugins.ivytrigger.IvyTriggerEvaluator.invoke(IvyTriggerEvaluator.java:25) at hudson.FilePath.act(FilePath.java:912) at hudson.FilePath.act(FilePath.java:885) at org.jenkinsci.plugins.ivytrigger.IvyTrigger.getDependenciesMapForNode(IvyTrigger.java:215) at org.jenkinsci.plugins.ivytrigger.IvyTrigger.getContext(IvyTrigger.java:194) at org.jenkinsci.plugins.ivytrigger.IvyTrigger.getContext(IvyTrigger.java:32) at org.jenkinsci.lib.xtrigger.AbstractTriggerByFullContext.checkIfModified(AbstractTriggerByFullContext.java:62) at org.jenkinsci.lib.xtrigger.AbstractTrigger$Runner.run(AbstractTrigger.java:199) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:722)

          Alex Ouzounis added a comment -

          reverting to Jenkins 1.526 from 1.535 and the problem goes away..

          Alex Ouzounis added a comment - reverting to Jenkins 1.526 from 1.535 and the problem goes away..

          Alex Ouzounis added a comment -

          tried today Jenkins 1.536 and its still there... reverted again to 1.526... I cannot understand what is wrong here..

          Alex Ouzounis added a comment - tried today Jenkins 1.536 and its still there... reverted again to 1.526... I cannot understand what is wrong here..

          Alex Ouzounis added a comment -

          JIRA: https://issues.jenkins-ci.org/browse/JENKINS-19383

          looks very related to this...

          Alex Ouzounis added a comment - JIRA: https://issues.jenkins-ci.org/browse/JENKINS-19383 looks very related to this...

          Alex Ouzounis added a comment -

          and indeed it is. Upgrading to http://mirrors.jenkins-ci.org/debian-rc/jenkins_1.538_all.deb solves the problem

          Feel free to close the issue.

          Alex Ouzounis added a comment - and indeed it is. Upgrading to http://mirrors.jenkins-ci.org/debian-rc/jenkins_1.538_all.deb solves the problem Feel free to close the issue.

            gbois Gregory Boissinot
            alex_ouzounis Alex Ouzounis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: