- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
RMA Session Timed Out
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-30-2012 01:45 PM
Hi There.
My environment is Blaze For .Net 6.10. IIS 7.5. windows 2008 R2, 64 Bit.
We have hoisted RMA with 250 instance. It works fine in IIS 5.1 win xp machine, but when the same code is ported to IIS 7.5 thing were smooth till 250 instance. After which application have encountered a fatel error. This kills the worker process. Note: This works fine when i am not hooking my custom save. But when I hook the custom Save the application pool issue starts.
Please help, as this is turning out to be a show stoper in our production move.
Regards
Ramki
Solved! Go to Solution.
Re: RMA Session Timed Out
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Not the Solution
- Email to a Friend
- Report Inappropriate Content
05-04-2012 12:32 AM
Hi
In my extension i was using getAllInstances method. This caused recursive call of checkAuthorisation and caused the problem. Resolved the same by removing the call and accessing the specific instance.
Hope it helps.
Regards
Ramki

