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

Can't deploy artifact on Artifactory (2)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • Linux 2.6.35-22-server #35-Ubuntu SMP Sat Oct 16 22:02:33 UTC 2010 x86_64 GNU/Linux
      Jenkins 1.416
      Artifactory version 2.3.2
      Apache Maven 2.2.1 (rdebian-4)
      Java version: 1.6.0_26

      "
      About Jenkins 1.416

      Jenkins is a community-developed open-source continuous integration server.

      Jenkins depends on the following 3rd party libraries.

      Name
      Maven ID
      License
      Jenkins war org.jenkins-ci.main:jenkins-war:1.416 The MIT license
      Groovy org.codehaus.groovy:groovy-all:1.6.0 The Apache Software License, Version 2.0
      "

      channel stopped
      Deploying artifacts to http://example-artifactory.com/artifactory
      Deploying artifacts of module: com.example.pm:multimodule
      Deploying artifact: http://example-artifactory.com/artifactory/libs-snapshot-local/com/example/pm/multimodule/1.5.2-SNAPSHOT/multimodule-1.5.2-SNAPSHOT.pom
      Deploying artifacts of module: com.example.pm.multimodule.core:multimodule-core
      Deploying artifact: http://example-artifactory.com/artifactory/libs-snapshot-local/com/example/pm/multimodule/core/multimodule-core/2.6.2-SNAPSHOT/multimodule-core-2.6.2-SNAPSHOT.jar
      ERROR: Archived artifact is missing: /var/lib/jenkins/jobs/Check/modules/com.example.pm.multimodule.core$multimodule-core/builds/2011-06-15_06-52-05/archive/com.example.pm.multimodule.core/multimodule-core/2.6.2-SNAPSHOT/pom.xml
      java.io.FileNotFoundException: Archived artifact is missing: /var/lib/jenkins/jobs/Check/modules/com.example.pm.multimodule.core$multimodule-core/builds/2011-06-15_06-52-05/archive/com.example.pm.multimodule.core/multimodule-core/2.6.2-SNAPSHOT/pom.xml
      at org.jfrog.hudson.maven2.ArtifactsDeployer.getArtifactFile(ArtifactsDeployer.java:171)
      at org.jfrog.hudson.maven2.ArtifactsDeployer.deployArtifact(ArtifactsDeployer.java:115)
      at org.jfrog.hudson.maven2.ArtifactsDeployer.deploy(ArtifactsDeployer.java:95)
      at org.jfrog.hudson.ArtifactoryRedeployPublisher.perform(ArtifactoryRedeployPublisher.java:252)
      at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
      at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:664)
      at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:639)
      at hudson.maven.MavenModuleSetBuild$RunnerImpl.post2(MavenModuleSetBuild.java:895)
      at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:586)
      at hudson.model.Run.run(Run.java:1400)
      at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:465)
      at hudson.model.ResourceController.execute(ResourceController.java:88)
      at hudson.model.Executor.run(Executor.java:146)
      Build step 'Deploy artifacts to Artifactory' changed build result to FAILURE
      Omitiendo anĂ¡lisis de sonar debido a un estado no satisfactorio FAILURE
      Finished: FAILURE

      https://issues.jenkins-ci.org/browse/JENKINS-9269?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel#issue-tabs

      I download the 1.403 version, and it worked correctly
      channel stopped
      Deploying artifacts to http://example-artifactory.com/artifactory
      Deploying artifacts of module: com.example.pm:multimodule
      Deploying artifact: http://example-artifactory.com/artifactory/libs-snapshot-local/com/example/pm/multimodule/1.5.2-SNAPSHOT/multimodule-1.5.2-SNAPSHOT.pom
      Deploying artifacts of module: com.example.pm.multimodule.core:multimodule-core
      Deploying artifact: http://example-artifactory.com/artifactory/libs-snapshot-local/com/example/pm/multimodule/core/multimodule-core/2.6.2-SNAPSHOT/multimodule-core-2.6.2-SNAPSHOT.jar
      Deploying artifact: http://example-artifactory.com/artifactory/libs-snapshot-local/com/example/pm/multimodule/core/multimodule-core/2.6.2-SNAPSHOT/multimodule-core-2.6.2-SNAPSHOT.pom
      Deploying artifacts of module: com.example.pm.multimodule.lala:multimodule-lala
      Deploying artifact: http://example-artifactory.com/artifactory/libs-snapshot-local/com/example/pm/multimodule/lala/multimodule-lala/1.6.2-SNAPSHOT/multimodule-lala-1.6.2-SNAPSHOT.jar
      Deploying artifact: http://example-artifactory.com/artifactory/libs-snapshot-local/com/example/pm/multimodule/lala/multimodule-lala/1.6.2-SNAPSHOT/multimodule-lala-1.6.2-SNAPSHOT.pom
      Deploying artifacts of module: com.example.pm.multimodule.module1:multimodule-module1
      Deploying artifact: http://example-artifactory.com/artifactory/libs-snapshot-local/com/example/pm/multimodule/module1/multimodule-module1/3.8.9.2-SNAPSHOT/multimodule-module1-3.8.9.2-SNAPSHOT.jar
      Deploying artifact: http://example-artifactory.com/artifactory/libs-snapshot-local/com/example/pm/multimodule/module1/multimodule-module1/3.8.9.2-SNAPSHOT/multimodule-module1-3.8.9.2-SNAPSHOT.pom
      Deploying build info ...
      [workspace] $ /usr/share/maven2/bin/mvn -f /var/lib/jenkins/jobs/Check/workspace/pom.xml -e -B sonar:sonar -Dsonar.jdbc.driver=com.mysql.jdbc.Driver -Dsonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8 -Dsonar.host.url=http://example-artifactory.com/sonar/
      + Error stacktraces are turned on.
      [INFO] Scanning for projects...
      [INFO] Reactor build order:

            Unassigned Unassigned
            pmarchesi Pablo Marchesi
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: