crtmqm 没有回应

发布于 2024-10-09 16:47:38 字数 509 浏览 5 评论 0原文

我尝试在生产环境中创建一个 WebSphere 队列管理器。在此之前,我成功地在开发环境中创建了队列管理器,没有任何问题。

我使用此脚本来创建队列管理器:

crtmqm -u SYSTEM.DEAD.LETTER.QUEUE test1.qm

但它没有给出任何响应(没有错误或成功消息)。 当我尝试启动队列管理器 (strmqm test1.qm) 时,它给出

“AMQ8118:WebSphere MQ 队列管理器不存在”。

然后我注意到很多不应该发生的奇怪的事情:

  1. 我可以运行“crtmqm -u SYSTEM.DEAD.LETTER.QUEUE test1.qm”几次而没有任何错误

  2. 我可以只键入 crtmqm,但没有得到任何响应

  3. 我可以键入 crtmqm - y (这是不可能的,因为没有 -y 参数)并且仍然没有响应

任何人都可以告诉我什么错了吗?

I try to create a WebSphere queue manager in production env. Before this I manage to create the queue manager in the development env with no problem.

I'm using this script to create the queue manager:

crtmqm -u SYSTEM.DEAD.LETTER.QUEUE test1.qm

But it give no response (no error or success message).
When I try to start the queue manager (strmqm test1.qm) it give

"AMQ8118: WebSphere MQ queue manager does not exist."

Then I notice lots of strange thing that supposed not happen:

  1. I can run the "crtmqm -u SYSTEM.DEAD.LETTER.QUEUE test1.qm" several times without any error

  2. I can just type crtmqm and got no response

  3. I can type crtmqm -y (which is not possible since there is no -y argument) and still no response

Can anyone tell me what is wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

嘴硬脾气大 2024-10-16 16:47:38

如果您使用的是 UNIX,则可能未满足操作系统内核参数要求。查看平台相关的 WMQ 快速入门手册。

If you are on UNIX, it may be that the OS kernel parameter requirements have not been met. Check the relevant WMQ Quick Beginnings manual for the platform.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文