首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >MQ管理器自动结束

MQ管理器自动结束
EN

Stack Overflow用户
提问于 2018-04-25 12:42:14
回答 1查看 1.1K关注 0票数 1

我刚刚安装了版本: 7.5.0.0。我创建了一个队列管理器'TestQ‘并右击并启动了队列管理器。它开始的很完美,几秒钟后就自动结束了。

当我从命令行启动相同的命令时,它就像往常一样开始了,几秒钟后它就自动结束了。

代码语言:javascript
运行
复制
C:\Program Files\IBM\MQSI\9.0.0.0>strmqm TestQ
WebSphere MQ queue manager 'TestQ' starting.
The queue manager is associated with installation 'Installation1'.
43 log records accessed on queue manager 'TestQ' during the log replay phase.
Log replay for queue manager 'TestQ' complete.
Transaction manager state recovered for queue manager 'TestQ'.
WebSphere MQ queue manager 'TestQ' started using V7.5.0.0.

有什么问题吗?

启动服务时出现的错误输出如下(我将队列管理器的名称更改为T24MQ)

代码语言:javascript
运行
复制
----- amqxfdcp.c : 906 --------------------------------------------------------
4/26/2018 18:31:47 - Process(12296.13) User(134920) Program(amqzmuc0.exe)
                      Host(LT077609) Installation(Installation1)
                      VRMF(7.5.0.0)
AMQ6184: An internal WebSphere MQ error has occurred on queue manager T24QM.

EXPLANATION:
An error has been detected, and the WebSphere MQ error recording routine has
been called. The failing process is process 12296.
ACTION:
Use the standard facilities supplied with your system to record the problem
identifier and to save any generated output files. Use either the MQ Support
site: http://www.ibm.com/software/integration/wmq/support/, or IBM Support
Assistant (ISA): http://www.ibm.com/software/support/isa/, to see whether a
solution is already available.  If you are unable to find a match, contact your
IBM support center.  Do not discard these files until the problem has been
resolved.

一些附加的错误细节

代码语言:javascript
运行
复制
+-----------------------------------------------------------------------------+
|                                                                             |
| WebSphere MQ First Failure Symptom Report                                   |
| =========================================                                   |
|                                                                             |
| Date/Time         :- Thu April 26 2018 23:33:28 India Standard Time         |
| UTC Time          :- 1524765808.996000                                      |
| UTC Time Offset   :- 330 ((UNKNOWN))                                        |
| Host Name         :- LT077609                                               |
| Operating System  :- Windows Ver 6.2 (5) Enterprise x64 Edition, Build 9200 |
| PIDS              :- 5724H7220                                              |
| LVLS              :- 7.5.0.0                                                |
| Product Long Name :- WebSphere MQ for Windows                               |
| Vendor            :- IBM                                                    |
| Installation Path :- C:\Program Files (x86)\IBM\WebSphere MQ                |
| Installation Name :- Installation1    (1)                                   |
| Probe Id          :- ZF095010                                               |
| Application Name  :- MQM                                                    |
| Component         :- zfuCacheAuthQueue                                      |
| SCCS Info         :- F:\build\p000_P\src\cmd\oam\amqzfuma.c,                |
| Line Number       :- 1209                                                   |
| Build Date        :- Jun  4 2012                                            |
| Build Level       :- p000-L120604                                           |
| Build Type        :- IKAP - (Production)                                    |
| UserID            :- 134920                                                 |
| Process Name      :- C:\Program Files (x86)\IBM\WebSphere MQ\bin\amqzfu     |
|                      ma.exe                                                 |
| Addressing mode   :- 32-bit                                                 |
| Process           :- 00012432                                               |
| Thread            :- 00000001                                               |
| QueueManager      :- T24QM                                                  |
| UserApp           :- FALSE                                                  |
| ConnId(2) QM      :- 4                                                      |
| Last HQC          :- 2.5.5-5978432                                          |
| Last HSHMEMB      :- 2.2.2-8112                                             |
| Major Errorcode   :- MQRC_NOT_AUTHORIZED                                    |
| Minor Errorcode   :- OK                                                     |
| Probe Type        :- INCORROUT                                              |
| Probe Severity    :- 4                                                      |
| Probe Description :- AMQ6125: An internal WebSphere MQ error has occurred.  |
| FDCSequenceNumber :- 0                                                      |
|                                                                             |
+-----------------------------------------------------------------------------+
EN

回答 1

Stack Overflow用户

发布于 2018-04-25 17:44:36

MQ新用户的几个问题:

我刚刚安装了版本: 7.5.0.0。

为什么?它在5天内失去了支持!!您应该已经安装了IBM V8或IBM V9。

其次,您的意思是您安装了包含MQ资源管理器的MQ吗?因为仅仅安装manager (也称为SupportPac MS0T)并不包含用于创建队列管理器的MQ服务器组件。

第三,您是否已经安装了MQ版本,然后从不同版本的MQ安装MQ?馊主意。很糟糕的主意。

我创建了队列管理器“TestQ”

IBM最佳实践标准是用于队列管理器名称和MQ对象名称的大写。你想要的是一个充满痛苦的世界。

其次,'TestQ‘听起来像队列名称,而不是队列管理器名称。

第三,删除队列管理器'TestQ‘并创建它称为'TESTQM’要好得多。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50022685

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档