MichaelK
unread,Apr 27, 2012, 8:38:46 PM4/27/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
Hi All,
Below is the warning I get from my application that is processing a lot of items using RhinoQueue. The application stops since there is breakpoint in RhinoQueue code. I could always remove the breakpoint, but I am more worried about the out of sessions warning. Any ideas?
2012/04/28 00:30:19.850 WARN [54] - Failed to rollback enlistment 2a0a6229-7e0c-47e9-8c97-ed8859c59dfd
Microsoft.Isam.Esent.Interop.EsentErrorException: Error OutOfSessions (JET_errOutOfSessions, Out of sessions)
at Microsoft.Isam.Esent.Interop.Api.Check(Int32 err)
at Rhino.Queues.Storage.AbstractActions..ctor(JET_INSTANCE instance, ColumnsInformation columnsInformation, String database, Guid instanceId)
at Rhino.Queues.Storage.GlobalActions..ctor(JET_INSTANCE instance, ColumnsInformation columnsInformation, String database, Guid instanceId)
at Rhino.Queues.Storage.QueueStorage.Global(Action`1 action)
at Rhino.Queues.Internal.TransactionEnlistment.Rollback(Enlistment enlistment)