Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Connie DeCinko 931 posts 1160 karma points
    Nov 29, 2010 @ 19:47
    Connie DeCinko
    0

    NotFound with (none) for Node

    I am looking through the logs and I am getting lots of these:

    Type: NotFound, User: Administrator, Node: (none), Comment: (from "")

    What does that mean?  I assume a 404 error is being generated but what page was the user looking for? Or is it a single item on my page not being found?

     

  • Sebastiaan Janssen 5060 posts 15522 karma points MVP admin hq
    Nov 30, 2010 @ 08:32
    Sebastiaan Janssen
    0

    Seems to be from the 404 handler, apparently there is no referrer and no current node. Could be the  favicon.ico file, Internet Explorer looks for that file, even if not instructed to do so. Have a look in Fiddler with different browsers to see if you get 404 errors.

  • Connie DeCinko 931 posts 1160 karma points
    Nov 30, 2010 @ 16:01
    Connie DeCinko
    0

    Fiddler reports no 404 errors, including favicon.ico. 

  • Sebastiaan Janssen 5060 posts 15522 karma points MVP admin hq
    Nov 30, 2010 @ 16:58
    Sebastiaan Janssen
    0

    I wouldn't worry about it really, if you really want to know what they are, download the source and attach to your IIS process to see what is going on, the file is notFoundHandler.cs.

  • Connie DeCinko 931 posts 1160 karma points
    Nov 30, 2010 @ 17:17
    Connie DeCinko
    0

    It's actually a big time wasting problem for me.  I'm trying to update my 301 lists since we moved an existing site into Umbraco.  All of these hundreds of phantom 404s clutter up the log, keeping me from easily getting to the real 404s.

    It's also not possible to attach to the handler on a production system.  There must be someplace I can locate detailed information about each of these errors.

     

Please Sign in or register to post replies

Write your reply to:

Draft