Feedmanager exception : Attempt to release mutex not owned by caller

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
1/10/2011 9:02:56 AM
Gravatar
Total Posts 12

Feedmanager exception : Attempt to release mutex not owned by caller

Hi,

I've a module wrapper in the layout page with a feedmanager module with only one Feed, sometimes I can't see the pages of the site and i get this error:

ERROR mojoPortal.Web.mojoBasePage System.ApplicationException: Attempt to release mutex not owned by caller. (Eccezione da HRESULT: 0x00000120)
in System.Threading.ReaderWriterLock.ReleaseWriterLockInternal()
in System.Threading.ReaderWriterLock.ReleaseWriterLock()
in mojoPortal.Web.FeedUI.FeedCache.GetRssFeedEntries(Int32 moduleId, Guid moduleGuid, Int32 entryCacheTimeout, Int32 maxDaysOld, Int32 maxEntriesPerFeed, Boolean enableSelectivePublishing)
in mojoPortal.Web.FeedUI.FeedManagerModule.GetEntriesTable()
in mojoPortal.Web.FeedUI.FeedManagerModule.BindRepeater()
in mojoPortal.Web.FeedUI.FeedManagerModule.Page_Load(Object sender, EventArgs e)
in System.Web.UI.Control.OnLoad(EventArgs e)
in System.Web.UI.Control.LoadRecursive()
in System.Web.UI.Control.LoadRecursive()
in System.Web.UI.Control.LoadRecursive()
in System.Web.UI.Control.LoadRecursive()
in System.Web.UI.Control.LoadRecursive()
in System.Web.UI.Control.LoadRecursive()
in System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

thanks for your help

 

 

 

1/10/2011 9:16:00 AM
Gravatar
Total Posts 12

Re: Feedmanager exception : Attempt to release mutex not owned by caller

Sorry I forgot some information

mojoPortal Version 2.3.5.8 MySQL
OS   Microsoft Windows NT 5.2.3790 Service Pack 2
ASP.NET v2.0.50727  Medium Trust

1/11/2011 2:06:56 PM
Gravatar
Total Posts 18439

Re: Feedmanager exception : Attempt to release mutex not owned by caller

Hi,

It seems strange that this error would happen frequently, it might have something to do with using the module wrapper.

I've added error handling for this specific error for the next release.

Best,

Joe

1/13/2011 11:52:29 AM
Gravatar
Total Posts 12

Re: Feedmanager exception : Attempt to release mutex not owned by caller

thanks very much!!!

 

You must sign in to post in the forums. This thread is closed to new posts.