在IBM 8.0.0.5中启动IBM AMQP服务时出错

问题描述

我们正在尝试创建IBM MQ 8.0.0.5 AMQP主题的Java MQ light发布者和订阅者

我们运行脚本/opt/mqm/amqp/samples/SampleMQM.sh以创建队列管理器,启动AMQP服务,在端口5672 Java MQ Light Git Repository上启动通道

启动默认的AMQP服务SYSTEM.AMQP.SERVICE

时出错
9/23/20 10:19:04.511  AMQXR0005I: Running
com.ibm.mq.MQXRService.RunMQXRService version null.

AMQCO2005I: Formatter stopped at:10:19:04 AM GMT Wednesday,September
23,2020

AMQCO2004I: Formatter started at:10:19:04 AM GMT Wednesday,2020

9/23/20 10:19:04.523  AMQUT0007I: The java.util.logging configuration
is now set to
/var/mqm/qmgrs/AMQP_SAMPLE_QM/./amqp/amqptraceOff.properties.

9/23/20 10:19:07.227  AMQCO2001E: An error (probe: XR063017) occurred
and a Failure Data Capture (FDC) file has been written to file
'/var/mqm/errors/AMQP5.FDC'.

9/23/20 10:19:07.229  AMQXR0008E: Exception during start up of MQXR
service: java.lang.NoClassDefFoundError:
com/ibm/mq/headers/pcf/PCFMessageAgent
com.ibm.mq.headers.jar

com.ibm.mq.pcf.jar

com.ibm.mq.commonservices.jar

存在于类路径中

其他错误是

09/23/20 13:15:14 - Process(5142.1) User(root) Program(amqzmgr0)
                    Host(ccxluf02) Installation(Installation1)
                    VRMF(8.0.0.5) QMgr(AMQP_SAMPLE_QM)

AMQ5028: The Server 'SYSTEM.AMQP.SERVICE' has started.
ProcessId(24163).

EXPLANATION: The Server process has started. ACTION: None.
------------------------------------------------------------------------------- 
09/23/20 13:15:16 - Process(24190.1) User(mqm) Program(java)
                    Host(ccxluf02) Installation(Installation1)
                    VRMF(8.0.0.5) QMgr(AMQP_SAMPLE_QM)

AMQ6175: The system could not dynamically load the shared library
'/opt/mqm/lib64/amqzfud'. The system returned error message 'ld.so.1:
java: fatal: relocation error: file /opt/mqm/lib64/amqzfud: symbol
CSCtrl: referenced symbol not found'.

EXPLANATION: This message applies to UNIX systems. The shared library
'/opt/mqm/lib64/amqzfud' failed to load correctly due to a problem
with the library. ACTION: Check the file access permissions and that
the file has not been corrupted.
----- amqxufnx.c : 1436 ------------------------------------------------------- 
09/23/20 13:15:18 - Process(5142.1) User(root) Program(amqzmgr0)
                    Host(ccxluf02) Installation(Installation1)
                    VRMF(8.0.0.5) QMgr(AMQP_SAMPLE_QM)

AMQ5029: The Server 'SYSTEM.AMQP.SERVICE' has ended. ProcessId(24163).

EXPLANATION: The Server process has ended. ACTION: None.

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)