【发布时间】:2017-08-01 11:49:24
【问题描述】:
我在启动 Websphere 消息引擎时遇到问题。当我尝试启动消息引擎时,它向我显示此错误:
The messaging engine Node01.MXServerINT-mifjmsbus cannot be started as there is no runtime initialized for it yet, retry the operation once it has initialized. For the runtime to successfully initialize the hosting server must be started, have its 'SIB service' already enabled, and dynamic configuration reload enabled. If this is a newly configured messaging engine and it is the first messaging engine to be hosted on this server, then it is most likely the 'SIB service' was not previously enabled and thus the server will need to be restarted. The messaging engine runtime might not be initializing because of an error while trying to start, examine the SystemOut.log of the hosting server to check for error messages indicating the problem.
系统日志:
BMXAA1580E - A Java Message System (JMS) error occurred. Check the JMS setup in the administrator console for the server.
psdi.util.MXApplicationException: BMXAA1580E - A Java Message System (JMS) error occurred. Check the JMS setup in the administrator console for the server.
at psdi.iface.jms.JMSClient.<init>(JMSClient.java:194)
at psdi.iface.jms.JMSConsumer.<init>(JMSConsumer.java:149)
at psdi.iface.jms.JMSConsumer.<init>(JMSConsumer.java:129)
at psdi.iface.jms.JMSConsumer.<init>(JMSConsumer.java:92)
at psdi.iface.jms.JMSQueueConsumer.<init>(JMSQueueConsumer.java:46)
at psdi.iface.jms.JMSQueueCronTask.createConsumer(JMSQueueCronTask.java:232)
当前消息引擎处于不可用状态。 我已经尝试删除 WebSphere 缓存,重新启动网络服务器,启用 SIB 服务。
任何帮助将不胜感激。 非常感谢,
【问题讨论】:
-
消息引擎应该在服务器启动时启动。创建总线并将服务器添加到总线后,您是否重新启动了服务器?在服务器启动期间检查 SystemOut.log 是否存在与消息传递引擎相关的任何错误。
-
我也重启了网络服务器。 SystemOut.log 显示:pastebin.com/VF3Xx2ih
-
这些是与您的应用程序相关的消息,您必须在服务器启动时更早地查看日志,而不是应用程序。并查找与消息传递引擎启动相关的任何异常/错误 -
CWSIT0088E: There are currently no messaging engines in bus uijmsbus running.。此外 - 消息传递引擎应该自行启动,您永远不需要手动启动它。
标签: jms websphere-8