有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

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

我们正在尝试创建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, September
23, 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.

共 (0) 个答案