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

如何解决在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 举报,一经查实,本站将立刻删除。

相关推荐


Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其他元素将获得点击?
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。)
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbcDriver发生异常。为什么?
这是用Java进行XML解析的最佳库。
Java的PriorityQueue的内置迭代器不会以任何特定顺序遍历数据结构。为什么?
如何在Java中聆听按键时移动图像。
Java“Program to an interface”。这是什么意思?
Java在半透明框架/面板/组件上重新绘画。
Java“ Class.forName()”和“ Class.forName()。newInstance()”之间有什么区别?
在此环境中不提供编译器。也许是在JRE而不是JDK上运行?
Java用相同的方法在一个类中实现两个接口。哪种接口方法被覆盖?
Java 什么是Runtime.getRuntime()。totalMemory()和freeMemory()?
java.library.path中的java.lang.UnsatisfiedLinkError否*****。dll
JavaFX“位置是必需的。” 即使在同一包装中
Java 导入两个具有相同名称的类。怎么处理?
Java 是否应该在HttpServletResponse.getOutputStream()/。getWriter()上调用.close()?
Java RegEx元字符(。)和普通点?