-
Bug
-
Resolution: Not A Defect
-
Minor
-
Jenkins 1.565.3, org.jenkins-ci.plugins:websphere-deployer:1.4.0-SNAPSHOT
When attempting to deploy an ear the build process just hangs. Nothing is seen in the logs on either jenkins or websphere. If there is an existing deployment, that gets undeployed but the ear is not deployed. I have set the timeout property to 5 minutes but that does not seem to have any effect, the build will keep going.
When I cancel the build, the following exception is seen:
Deploying 'XpressEar' to IBM WebSphere Application Server Deploying to targets: WebSphere:cell=Dci8FBDev,node=dci8-fbdev-n1,server=Xpress1 Error deploying to IBM WebSphere Application Server: org.jenkinsci.plugins.websphere.services.deployment.DeploymentServiceException: Failed to install artifact: null at org.jenkinsci.plugins.websphere.services.deployment.WebSphereDeploymentService.installArtifact(WebSphereDeploymentService.java:284) at org.jenkinsci.plugins.websphere_deployer.WebSphereDeployerPlugin.deployArtifact(WebSphereDeployerPlugin.java:216) at org.jenkinsci.plugins.websphere_deployer.WebSphereDeployerPlugin.perform(WebSphereDeployerPlugin.java:193) at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:45) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720) at hudson.model.Build$BuildExecution.post2(Build.java:182) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:669) at hudson.model.Run.execute(Run.java:1731) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:232)