我们一直在使用WebSphere Deployer Plugin v 1.3.4为IBM WAS 8.5配置自动部署。 我们已经完成了所有管道并检查了锥形到SOAP,一切正常,但我们有最后一个问题,jenkins抛出了这个失败:
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参数,这些是我们添加的参数:
-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
答案 0 :(得分:0)
检查Jenkins中的WebSphere Connectivity Port设置,它应该是Deployment Manager的SOAP端口(默认:8879),而不是Websphere Application Server的SOAP端口。