Kesalahan penyalaan mesin pesan WebSphere

Saya menghadapi masalah saat memulai mesin pesan Websphere. Ketika saya mencoba menghidupkan mesin pesan, kesalahan ini muncul:

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.

Catatan sistem:

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)

Saat ini mesin pesan dalam keadaan tidak tersedia. Saya sudah mencoba menghapus cache WebSphere, me-restart server web, mengaktifkan Layanan SIB.

Konsol Admin WebSphere

Bantuan apa pun akan dihargai. Terimakasih banyak,


person Mark    schedule 03.06.2016    source sumber
comment
Mesin perpesanan harus dimulai ketika server dimulai. apakah Anda me-restart server setelah membuat bus dan menambahkan server ke bus? Periksa SystemOut.log selama startup server untuk mengetahui kesalahan apa pun yang terkait dengan mesin perpesanan.   -  person Gas    schedule 03.06.2016
comment
Saya juga me-restart server web. SystemOut.log menunjukkan kepada saya: pastebin.com/VF3Xx2ih   -  person Mark    schedule 03.06.2016
comment
Ini adalah pesan yang terkait dengan aplikasi Anda, Anda harus mencarinya lebih awal di log saat server dimulai, bukan aplikasinya. Dan cari pengecualian/kesalahan apa pun yang terkait dengan permulaan mesin perpesanan - CWSIT0088E: There are currently no messaging engines in bus uijmsbus running.. Selain itu - mesin perpesanan harus menyala dengan sendirinya, Anda tidak perlu memulainya secara manual.   -  person Gas    schedule 06.06.2016


Jawaban (1)


Sepertinya ini karena koneksi sumber data tidak tersambung ke database. Hal ini dapat diuji menggunakan Sumber Data (Uji Koneksi).

person Srinivasan    schedule 01.08.2017