-
Bug
-
Resolution: Fixed
-
Major
-
None
Hi Greg,
I am getting the below error when i try to deploy an EAR please help!
Connecting to IBM WebSphere Application Server...
The following artifacts will be deployed in this order...
-------------------------------------------
xxxxxxxxxxx-SNAPSHOT.ear
-------------------------------------------
Deploying 'xxxxxxxxxxx' to IBM WebSphere Application Server
InstallApplication] ADMA5011I: The cleanup of the temp directory for application xxxxxxxxxxx is complete.[InProgress]
InstallApplication] ADMA5014E: The installation of application xxxxxxxxxxx failed.[Failed]
Error deploying to IBM WebSphere Application Server: org.jenkinsci.plugins.websphere.services.deployment.DeploymentServiceException: Failed to install artifact: Application not successfully deployed:
ADMA5011I: The cleanup of the temp directory for application xxxxxxxxxxx is complete.
ADMA5014E: The installation of application xxxxxxxxxxx failed.
at org.jenkinsci.plugins.websphere.services.deployment.WebSphereDeploymentService.installArtifact(WebSphereDeploymentService.java:251)
at org.jenkinsci.plugins.websphere_deployer.WebSphereDeployerPlugin.deployArtifact(WebSphereDeployerPlugin.java:227)
at org.jenkinsci.plugins.websphere_deployer.WebSphereDeployerPlugin.perform(WebSphereDeployerPlugin.java:201)
at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:45)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
at hudson.model.Build$BuildExecution.post2(Build.java:185)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668)
at hudson.model.Run.execute(Run.java:1763)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Build step 'Deploy To IBM WebSphere Application Server' changed build result to FAILURE
Finished: FAILURE