-
Task
-
Resolution: Unresolved
-
Blocker
-
None
-
While doing Test connection I am getting below error message even though i have copied websphere runtime jars (from \IBM\WAS\runtimes) to the \Jenkins\plugins\websphere-deployer\WEB-INF\lib folder and required plugin (websphere-deployer-plugin) also installed and placed the remote server host entry in the host file also.
Error Message:
Cannot find the required IBM WebSphere Application Server jar files in '<Jenkins_Root>\plugins\websphere-deployer\WEB-INF\lib\'. Please copy them from IBM WebSphere Application Server (see plugin documentation)
Any one help will be appreciated.While doing Test connection I am getting below error message even though i have copied websphere runtime jars (from \IBM\WAS\runtimes) to the \Jenkins\plugins\websphere-deployer\WEB-INF\lib folder and required plugin (websphere-deployer-plugin) also installed and placed the remote server host entry in the host file also. Error Message: Cannot find the required IBM WebSphere Application Server jar files in '<Jenkins_Root>\plugins\websphere-deployer\WEB-INF\lib\'. Please copy them from IBM WebSphere Application Server (see plugin documentation) Any one help will be appreciated.
Jenkins console logs:
Building in workspace C:\Program Files (x86)\Jenkins\workspace\MyBuild
Connecting to IBM WebSphere Application Server...
ERROR: Step ‘Deploy To IBM WebSphere Application Server’ aborted due to exception:
java.lang.NoClassDefFoundError: com/ibm/websphere/management/AdminClientFactory
at org.jenkinsci.plugins.websphere.services.deployment.WebSphereDeploymentService.connect(WebSphereDeploymentService.java:388)
at org.jenkinsci.plugins.websphere_deployer.WebSphereDeployerPlugin.connect(WebSphereDeployerPlugin.java:313)
at org.jenkinsci.plugins.websphere_deployer.WebSphereDeployerPlugin.perform(WebSphereDeployerPlugin.java:195)
at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:45)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1752)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Finished: FAILURE