Pavlo Stolyar
unread,Aug 1, 2012, 7:34:51 AM8/1/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rhino-t...@googlegroups.com
Got error "BUG_IN_THE_BUS: An error occured during message
dispatch by the bus itself. Please notify the developers" when consuming message in service bus.
Below is full stack trace
System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
at System.Transactions.Oletx.ITransactionShim.Abort()
at System.Transactions.Oletx.RealOletxTransaction.Rollback()
at System.Transactions.Oletx.OletxTransaction.Rollback()
at System.Transactions.TransactionStatePromotedBase.Rollback(InternalTransaction tx, Exception e)
at System.Transactions.Transaction.Rollback()
at System.Transactions.TransactionScope.InternalDispose()
at System.Transactions.TransactionScope.Dispose()
at Rhino.ServiceBus.Msmq.MsmqTransport.ReceiveMessageInTransaction(OpenedQueue queue, String messageId, Func`2 messageArrived, Action`2 messageProcessingCompleted, Action`1 beforeMessageTransactionCommit)
at Rhino.ServiceBus.Msmq.MsmqTransport.HandlePeekedMessage(OpenedQueue queue, Message message)
at Rhino.ServiceBus.Msmq.AbstractMsmqListener.PeekMessageOnBackgroundThread(Object state)
I guess that happened because of some kind of system COMException. Have anybody exprerienced that? What can I do to avoid this in future? Thanks in advance