No umbraco document matches the url - URL is NOT a node
I have an app with Umbraco 4.7 running behind it.
I've been working with it for months without a problem then out of the blue today, I started getting the dreaded 'Page Not Found' error.
I simply did a build and redeploy of the source controlled content (copies masterpages etc. into Umbraco) which I do every 5 minutes or so in normal usage and it died utterly. I can't get it back. The URLs with content behind them are working fine, but the URLs without content that normally fell back to a template name have all stopped working.
It seems that the routing fallback has stopped working somehow.
Any ideas what I can do?
I've tried a full republish (not that that should have anything to do with the price of fish) and I've recycled the app pool.
Error implementing notfoundHandler 'umbraco.SearchForTemplate' Item has already been added. Key in dictionary: 'adminmaster' Key being added: 'adminmaster' at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add) at umbraco.cms.businesslogic.template.Template.initTemplateAliases() at umbraco.cms.businesslogic.template.Template.GetTemplateIdFromAlias(String alias) at umbraco.SearchForTemplate.Execute(String url) at umbraco.requestHandler..ctor(XmlDocument umbracoContent, String url)
No umbraco document matches the url - URL is NOT a node
I have an app with Umbraco 4.7 running behind it.
I've been working with it for months without a problem then out of the blue today, I started getting the dreaded 'Page Not Found' error.
I simply did a build and redeploy of the source controlled content (copies masterpages etc. into Umbraco) which I do every 5 minutes or so in normal usage and it died utterly. I can't get it back. The URLs with content behind them are working fine, but the URLs without content that normally fell back to a template name have all stopped working.
It seems that the routing fallback has stopped working somehow.
Any ideas what I can do?
I've tried a full republish (not that that should have anything to do with the price of fish) and I've recycled the app pool.
I am using the Vega USiteBuilder if that helps?
More Info from an umbTrace...
Item has already been added. Key in dictionary: 'adminmaster' Key being added: 'adminmaster'
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at umbraco.cms.businesslogic.template.Template.initTemplateAliases()
at umbraco.cms.businesslogic.template.Template.GetTemplateIdFromAlias(String alias)
at umbraco.SearchForTemplate.Execute(String url)
at umbraco.requestHandler..ctor(XmlDocument umbracoContent, String url)
Managed to fix this by restoring the Umbraco database - It seems that it was trying to duplicate add entries for the page - WTF???
is working on a reply...