I have umbraco 4.0.2.1, win 2008 with sql 2008. This installation used to work until yesterday. I'm not sure what causes this, since IIS7 log doesn't seem to show anything critical. The error is http 500 unhandled exception. I'm not sure where to start. Any pointer would be greatly appreciated.
Here's the dump:
[WebException: The remote server returned an error: (500) Internal Server Error.]
System.Net.HttpWebRequest.GetResponse() +5314029
sidebar.ProcessRSS(String rssURL, String feed) +23
sidebar.Page_Load(Object sender, EventArgs e) +27
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Sounds like there's an issue with a package that is trying to load an rss feed from a remote server that returns an error. Any idea what package and rss feed is being requested?
There is a usercontrol, blog.aspcx, and a reference to a sidebar. I don't see any sidebar file in the usercontrol folder. This could be the cause, I'll see if I can remove it from the reference.
http error 500
I have umbraco 4.0.2.1, win 2008 with sql 2008. This installation used to work until yesterday. I'm not sure what causes this, since IIS7 log doesn't seem to show anything critical. The error is http 500 unhandled exception. I'm not sure where to start. Any pointer would be greatly appreciated.
Here's the dump:
Sounds like there's an issue with a package that is trying to load an rss feed from a remote server that returns an error. Any idea what package and rss feed is being requested?
Cheers,
/Dirk
I don't have any packages or any rss feed. It's a small static site. Where else to look?
By default, there is no such thing as ProcessRSS present in the umbraco source.
So, it must be something outside umbraco. If you have no packages installed, do you have any usercontrols or macro's running?
HTH,
Peter
There is a usercontrol, blog.aspcx, and a reference to a sidebar. I don't see any sidebar file in the usercontrol folder. This could be the cause, I'll see if I can remove it from the reference.
is working on a reply...