Umbraco log flooded with 'Couldn't find any page with nodeId=...'
I get tons of this log in the Umbraco log file, where [X] is an integer.
2015-02-11 10:42:02,132 [8] WARN Umbraco.Web.Routing.DefaultUrlProvider - [Thread 26] Couldn't find any page with nodeId=[X]. This is most likely caused by the page not being published.
I can see in this forum that I am not the only one, but I cant find a solution to my problem. I have tried to find references to the the nodeId:s in my config-files but can't find anything.
What exact version of Umbraco are you using? And does the node with the particular id exist in the content tree? Is it the same node or are there different id's?
I am using Umbraco 7.1.2, and it is about 10 node id:s that is repeatedly flooding my log. I cant find these node ids when searching, so I guess it is pages that is referenced and then later deleted.
Umbraco log flooded with 'Couldn't find any page with nodeId=...'
I get tons of this log in the Umbraco log file, where [X] is an integer.
2015-02-11 10:42:02,132 [8] WARN Umbraco.Web.Routing.DefaultUrlProvider - [Thread 26] Couldn't find any page with nodeId=[X]. This is most likely caused by the page not being published.
I can see in this forum that I am not the only one, but I cant find a solution to my problem. I have tried to find references to the the nodeId:s in my config-files but can't find anything.
What can I do?
Hi Johan
What exact version of Umbraco are you using? And does the node with the particular id exist in the content tree? Is it the same node or are there different id's?
/Jan
Hi Jan,
I am using Umbraco 7.1.2, and it is about 10 node id:s that is repeatedly flooding my log. I cant find these node ids when searching, so I guess it is pages that is referenced and then later deleted.
But it is pretty hard to find these nodes. :)
Some suggestions to find them?
Hi Johan
Could you try to search the /App_Data/umbraco.config file and see if you can find the nodes that reference those id's perhaps?
/Jan
is working on a reply...