WebSphere消息引擎启动错误

时间:2016-06-03 06:29:14

标签: jms websphere-8

启动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缓存,重新启动Web服务器,启用SIB服务。

WebSphere Admin Console

任何帮助将不胜感激。 非常感谢,

1 个答案:

答案 0 :(得分:-1)

这看起来是由于数据源连接未连接到数据库。这可以使用数据源(测试连接)进行测试。