无法使用jenkins在IBM Web Application Server 8.5上部署

问题描述 投票:1回答:1

我们一直在使用WebSphere Deployer Plugin v 1.3.4为IBM WAS 8.5配置自动部署。我们已经完成了所有管道并检查了锥形到SOAP,一切正常,但我们有最后一个问题,jenkins抛出了这个失败:

Jenkins Console Output

Generating EAR For Artifact: xxxxxxxxxx
Error deploying to IBM WebSphere Application Server: org.jenkinsci.plugins.websphere.services.deployment.DeploymentServiceException: Could not determine if artifact 'xxxxxxxxxx' is installed: ADMA0089E: The AppManagement MBean is not found.

我们已经研究了很多,但我们可以确定哪个是问题?

注意:我们使用IBM suport配置通用JVM参数,这些是我们添加的参数:

Generic JVM arguments

-Dcom.ibm.team.server.monitoring.mbean.server=WebSphere
-Djavax.management.builder.initial= 
-Dcom.sun.management.jmxremote=true 
-Dcom.sun.management.jmxremote.port=10033 
-Dcom.sun.management.jmxremote.ssl=false 
-Dcom.sun.management.jmxremote.authenticate=false 
jenkins websphere jmx mbeans
1个回答
0
投票

检查Jenkins中的WebSphere Connectivity Port设置,它应该是Deployment Manager的SOAP端口(默认值:8879),而不是Websphere Application Server的SOAP端口。

© www.soinside.com 2019 - 2024. All rights reserved.