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

Error finding org.apache.ivy.Ivy from ArtifactoryIvySettingsConfigurator

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • Windows 7. Ant 1.7.0. Ivy 2.1.0.

      When trying to build an Ivy project that tries to publish artifacts to Artifactory, the build fails with the error below. Deselecting "Publish to Artifactory" allows the build to complete successfully. The config.xml for the job is attached. Please let me know if you need any more information.

      [workspace] $ cmd.exe /C '"C:\Users\Public\.hudson\tools\1.7.0\bin\ant.bat -lib C:/Users/Public/.hudson/plugins/artifactory/WEB-INF/lib -listener org.jfrog.build.extractor.listener.ArtifactoryBuildListener clean dist && exit %%ERRORLEVEL%%"'
      [URLClassLoader@17fa65e] warning at org\jfrog\build\config\ArtifactoryIvySettingsConfigurator.java::0 no match for this type name: org.apache.ivy.Ivy [Xlint:invalidAbsoluteTypeName]
      Buildfile: build.xml

      BUILD FAILED
      java.lang.NoClassDefFoundError: org/apache/ivy/core/IvyContext
      at org.jfrog.build.extractor.listener.ArtifactoryBuildListener.buildStarted(ArtifactoryBuildListener.java:41)
      at org.apache.tools.ant.Project.fireBuildStarted(Project.java:1991)
      at org.apache.tools.ant.Main.runBuild(Main.java:646)
      at org.apache.tools.ant.Main.startAnt(Main.java:199)
      at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
      at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
      Caused by: java.lang.ClassNotFoundException: org.apache.ivy.core.IvyContext
      at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
      ... 6 more

      Total time: 0 seconds
      java.lang.NoClassDefFoundError: org/apache/ivy/core/IvyContext
      at org.jfrog.build.extractor.listener.ArtifactoryBuildListener.buildStarted(ArtifactoryBuildListener.java:41)
      at org.apache.tools.ant.Project.fireBuildStarted(Project.java:1991)
      at org.apache.tools.ant.Main.runBuild(Main.java:646)
      at org.apache.tools.ant.Main.startAnt(Main.java:199)
      at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
      at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
      Caused by: java.lang.ClassNotFoundException: org.apache.ivy.core.IvyContext
      at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
      ... 6 more
      org/apache/ivy/core/IvyContext

          [JENKINS-7183] Error finding org.apache.ivy.Ivy from ArtifactoryIvySettingsConfigurator

          yossis added a comment -

          yossis added a comment - Please follow up here: http://issues.jfrog.org/jira/browse/HAP-65

          bvakili added a comment -

          I think HAP-65 may have been closed prematurely. I have reproduced this problem on Solaris. The Apache Ivy jar needs to be added as a dependency for this plugin.

          I'm attaching a suggested patch to the Maven pom.xml for this plugin that should fix this.

          bvakili added a comment - I think HAP-65 may have been closed prematurely. I have reproduced this problem on Solaris. The Apache Ivy jar needs to be added as a dependency for this plugin. I'm attaching a suggested patch to the Maven pom.xml for this plugin that should fix this.

          clausfod added a comment -

          The suggested patch from bvakili works just fine. Please release it

          clausfod added a comment - The suggested patch from bvakili works just fine. Please release it

            eyalbe Eyal Ben Moshe
            windyroad windyroad
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: