I have been having a big of an issue on the production environment with one of my upgraded umbraco sites. When I save a new content and try publish it. I get the following error:
When I activate debugging, here are the messages in the log file. Also every page under document types come back with the 404 error. While the exact copy of the site works perfectly fine on the local machine with publishing and all.
Has been researching for 8 hours on forums and other website and literally tearing my hair off. Any experience with such a problem, guys?
Here is the lines from the umbraco.log file:
Many thanks for the help in advance guys...
2015-06-30 15:46:32,306 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] FindDomain: Uri="http://www.derimod.com.tr/umbraco/dialogs/publish?id=69899&rnd=635712651904108767"
2015-06-30 15:46:32,306 [285] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 411] Item: #Subscribe
2015-06-30 15:46:32,307 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] FindDomain: Matches domain="http://www.derimod.com.tr", rootId=1088, culture="tr"
2015-06-30 15:46:32,307 [285] DEBUG umbraco.item - [Thread 411] Start parsing #Subscribe
2015-06-30 15:46:32,307 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] FindDomain: Culture="tr"
2015-06-30 15:46:32,307 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] FindPublishedContentAndTemplate: Path="/umbraco/dialogs/publish"
2015-06-30 15:46:32,307 [285] DEBUG umbraco.item - [Thread 411] Complete (took 0ms)
2015-06-30 15:46:32,307 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] FindPublishedContent: Begin finders
2015-06-30 15:46:32,307 [285] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 411] Complete (took 0ms)
2015-06-30 15:46:32,307 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNiceUrl - [Thread 418] Test route "1088/umbraco/dialogs/publish"
2015-06-30 15:46:32,314 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNiceUrl - [Thread 418] No match.
2015-06-30 15:46:32,314 [285] DEBUG Umbraco.Web.Routing.ContentFinderByIdPath - [Thread 418] Not a node id
2015-06-30 15:46:32,314 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNotFoundHandlers - [Thread 418] Running for legacy url='umbraco/dialogs/publish.aspx'.
2015-06-30 15:46:32,314 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNotFoundHandlers - [Thread 418] Handler 'umbraco.SearchForAlias'.
2015-06-30 15:46:32,314 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNotFoundHandlers - [Thread 418] Replace handler 'umbraco.SearchForAlias' by new finder 'Umbraco.Web.Routing.ContentFinderByUrlAlias'.
2015-06-30 15:46:32,324 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNotFoundHandlers - [Thread 418] Handler 'umbraco.SearchForTemplate'.
2015-06-30 15:46:32,324 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNotFoundHandlers - [Thread 418] Replace handler 'umbraco.SearchForTemplate' by new finder 'Umbraco.Web.Routing.ContentFinderByNiceUrlAndTemplate'.
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNiceUrlAndTemplate - [Thread 418] Not a valid template: "publish"
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNotFoundHandlers - [Thread 418] Handler 'umbraco.SearchForProfile'.
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNotFoundHandlers - [Thread 418] Replace handler 'umbraco.SearchForProfile' by new finder 'Umbraco.Web.Routing.ContentFinderByProfile'.
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentFinderByProfile - [Thread 418] Not the profile path
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] FindPublishedContent: End finders, no document was found (took 21ms)
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] HandlePublishedContent: Begin
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] HandlePublishedContent: No document, try last chance lookup
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentLastChanceFinderByNotFoundHandlers - [Thread 418] Running for legacy url='umbraco/dialogs/publish.aspx'.
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentLastChanceFinderByNotFoundHandlers - [Thread 418] Handler 'umbraco.handle404'.
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentLastChanceFinderByNotFoundHandlers - [Thread 418] Replace handler 'umbraco.handle404' by new finder 'Umbraco.Web.Routing.ContentFinderByLegacy404'.
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentFinderByLegacy404 - [Thread 418] Looking for a page to handle 404.
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentFinderByLegacy404 - [Thread 418] Got id=1.
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentFinderByLegacy404 - [Thread 418] Could not find content with that id.
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] HandlePublishedContent: Failed to find a document, give up
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] HandlePublishedContent: End
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.UmbracoModule - [Thread 418] Response status: Redirect=none, Is404=true, StatusCode=0
2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.UmbracoModule - [Thread 418] Total milliseconds for umbraco request to process: 25.0018
Error while publishing any content
Hello,
I have been having a big of an issue on the production environment with one of my upgraded umbraco sites. When I save a new content and try publish it. I get the following error:
When I activate debugging, here are the messages in the log file. Also every page under document types come back with the 404 error. While the exact copy of the site works perfectly fine on the local machine with publishing and all.
Has been researching for 8 hours on forums and other website and literally tearing my hair off. Any experience with such a problem, guys?
Here is the lines from the umbraco.log file: Many thanks for the help in advance guys...
2015-06-30 15:46:32,306 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] FindDomain: Uri="http://www.derimod.com.tr/umbraco/dialogs/publish?id=69899&rnd=635712651904108767" 2015-06-30 15:46:32,306 [285] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 411] Item: #Subscribe 2015-06-30 15:46:32,307 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] FindDomain: Matches domain="http://www.derimod.com.tr", rootId=1088, culture="tr" 2015-06-30 15:46:32,307 [285] DEBUG umbraco.item - [Thread 411] Start parsing #Subscribe 2015-06-30 15:46:32,307 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] FindDomain: Culture="tr" 2015-06-30 15:46:32,307 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] FindPublishedContentAndTemplate: Path="/umbraco/dialogs/publish" 2015-06-30 15:46:32,307 [285] DEBUG umbraco.item - [Thread 411] Complete (took 0ms) 2015-06-30 15:46:32,307 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] FindPublishedContent: Begin finders 2015-06-30 15:46:32,307 [285] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 411] Complete (took 0ms) 2015-06-30 15:46:32,307 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNiceUrl - [Thread 418] Test route "1088/umbraco/dialogs/publish" 2015-06-30 15:46:32,314 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNiceUrl - [Thread 418] No match. 2015-06-30 15:46:32,314 [285] DEBUG Umbraco.Web.Routing.ContentFinderByIdPath - [Thread 418] Not a node id 2015-06-30 15:46:32,314 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNotFoundHandlers - [Thread 418] Running for legacy url='umbraco/dialogs/publish.aspx'. 2015-06-30 15:46:32,314 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNotFoundHandlers - [Thread 418] Handler 'umbraco.SearchForAlias'. 2015-06-30 15:46:32,314 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNotFoundHandlers - [Thread 418] Replace handler 'umbraco.SearchForAlias' by new finder 'Umbraco.Web.Routing.ContentFinderByUrlAlias'. 2015-06-30 15:46:32,324 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNotFoundHandlers - [Thread 418] Handler 'umbraco.SearchForTemplate'. 2015-06-30 15:46:32,324 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNotFoundHandlers - [Thread 418] Replace handler 'umbraco.SearchForTemplate' by new finder 'Umbraco.Web.Routing.ContentFinderByNiceUrlAndTemplate'. 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNiceUrlAndTemplate - [Thread 418] Not a valid template: "publish" 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNotFoundHandlers - [Thread 418] Handler 'umbraco.SearchForProfile'. 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentFinderByNotFoundHandlers - [Thread 418] Replace handler 'umbraco.SearchForProfile' by new finder 'Umbraco.Web.Routing.ContentFinderByProfile'. 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentFinderByProfile - [Thread 418] Not the profile path 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] FindPublishedContent: End finders, no document was found (took 21ms) 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] HandlePublishedContent: Begin 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] HandlePublishedContent: No document, try last chance lookup 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentLastChanceFinderByNotFoundHandlers - [Thread 418] Running for legacy url='umbraco/dialogs/publish.aspx'. 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentLastChanceFinderByNotFoundHandlers - [Thread 418] Handler 'umbraco.handle404'. 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentLastChanceFinderByNotFoundHandlers - [Thread 418] Replace handler 'umbraco.handle404' by new finder 'Umbraco.Web.Routing.ContentFinderByLegacy404'. 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentFinderByLegacy404 - [Thread 418] Looking for a page to handle 404. 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentFinderByLegacy404 - [Thread 418] Got id=1. 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.ContentFinderByLegacy404 - [Thread 418] Could not find content with that id. 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] HandlePublishedContent: Failed to find a document, give up 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 418] HandlePublishedContent: End 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.UmbracoModule - [Thread 418] Response status: Redirect=none, Is404=true, StatusCode=0 2015-06-30 15:46:32,329 [285] DEBUG Umbraco.Web.UmbracoModule - [Thread 418] Total milliseconds for umbraco request to process: 25.0018
Sorry for the bump guys. Noone had a similar issue? My client is enraged and I came to a point I question the stability of umbraco..
is working on a reply...