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

Glassfish re-deployment of an EAR fails

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • deploy-plugin
    • None
    • Jenkins ver. 1.509.1; Deploy to Container 1.9; GF 3.1.2.2

      Using the Deploy to Container plugin for a multi-module Maven job works fine for deploying the EAR files to Glassfish on the first run, but subsequent runs fail due to the previous ear not being undeployed first.

      14:40:55 Deploying /var/lib/jenkins/workspace/mycoservices-TRUNK-install/mycoservicesear/target/mycoservicesear-1.2.1-SNAPSHOT.ear to container GlassFish 3.x Remote
      14:40:55 ERROR: Publisher hudson.plugins.deploy.DeployPublisher aborted due to exception
      14:40:55 org.codehaus.cargo.util.CargoException: Deployment has failed: Action failed Deploying application to target server failed; Error occurred during deployment: Application with name mycoservicesear is already registered. Either specify that redeployment must be forced, or redeploy the application. Or if this is a new deployment, pick a different name. Please see server.log for more details.
      14:40:55
      14:40:55 at org.codehaus.cargo.container.spi.deployer.AbstractJsr88Deployer.waitForProgressObject(AbstractJsr88Deployer.java:220)
      14:40:55 at org.codehaus.cargo.container.spi.deployer.AbstractJsr88Deployer.deploy(AbstractJsr88Deployer.java:76)
      14:40:55 at org.codehaus.cargo.container.spi.deployer.AbstractJsr88Deployer.redeploy(AbstractJsr88Deployer.java:142)
      14:40:55 at hudson.plugins.deploy.CargoContainerAdapter.deploy(CargoContainerAdapter.java:64)
      14:40:56 at hudson.plugins.deploy.CargoContainerAdapter$1.invoke(CargoContainerAdapter.java:90)
      14:42:15 at hudson.plugins.deploy.CargoContainerAdapter$1.invoke(CargoContainerAdapter.java:77)
      14:42:15 at hudson.FilePath.act(FilePath.java:904)
      14:42:15 at hudson.FilePath.act(FilePath.java:877)
      14:42:15 at hudson.plugins.deploy.CargoContainerAdapter.redeploy(CargoContainerAdapter.java:77)
      14:42:15 at hudson.plugins.deploy.DeployPublisher.perform(DeployPublisher.java:47)
      14:42:15 at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
      14:42:15 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:802)
      14:42:15 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:774)
      14:42:15 at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:949)
      14:42:15 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:724)
      14:42:15 at hudson.model.Run.execute(Run.java:1600)
      14:42:15 at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
      14:42:15 at hudson.model.ResourceController.execute(ResourceController.java:88)
      14:42:15 at hudson.model.Executor.run(Executor.java:237)

            Unassigned Unassigned
            snekse Derek E
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: