[Mono-bugs] [Bug 464221] The mojoPortal CSS is not getting sent to the client sometimes
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Mar 16 17:08:52 EDT 2009
https://bugzilla.novell.com/show_bug.cgi?id=464221
User mchristensen at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=464221#c14
Marc Christensen <mchristensen at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|VERIFIED |REOPENED
Resolution|FIXED |
--- Comment #14 from Marc Christensen <mchristensen at novell.com> 2009-03-16 15:08:52 MST ---
This can be reproduced on mono-2.4rc3 very easily. Reopening.
To reproduce:
1) start mojo using apache on the server
2) open up http://<server_name>/mojoportal
3) click on the "Home" tab
4) click on the "mojoportal" link below home
5) repeat steps 3 & 4 until CSS stops being sent out
(Usually happens between 3 and 5 repetitions)
By viewing the source, I see that the CSS is accessed by this URL:
"http://<server_name>/mojoportal/Data/Sites/1/skins/styleshout-techmania/csshandler.ashx?skin=styleshout-techmania&config=style.config&add="
Once the CSS stops being sent out, I can try to access that URL directly and I
get the following output to the browser:
Server Error in '/mojoportal' Application
Argument is out of range. Parameter name: dueTime
Description: HTTP 500. Error processing request.
Stack Trace:
System.ArgumentOutOfRangeException: Argument is out of range.
Parameter name: dueTime
at System.Threading.Timer.Change (Int64 dueTime, Int64 period) [0x00000]
at System.Threading.Timer.Change (Int32 dueTime, Int32 period) [0x00000]
at (wrapper remoting-invoke-with-check) System.Threading.Timer:Change
(int,int)
at System.Web.Caching.Cache.Get (System.String key) [0x00000]
at System.Web.Caching.Cache.get_Item (System.String key) [0x00000]
at mojoPortal.Web.UI.CssHandler.WriteFromCache (System.Web.HttpContext
context, Int32 siteId, System.String skinName, System.String
additionalCssFiles, Boolean isCompressed) [0x00000]
at mojoPortal.Web.UI.CssHandler.ProcessRequest (System.Web.HttpContext
context) [0x00000]
at System.Web.HttpApplication+<Pipeline>c__Iterator2.MoveNext () [0x00000]
at System.Web.HttpApplication.Tick () [0x00000]
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list