Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    5.1d BuiltInDS server log cluttered with Developer Console messaging HTTP 404s

    Hi Isomorphic,

    if I open the Developer Console in BuildInDS (SNAPSHOT_v10.1d_2015-10-13/PowerEdition Deployment), the server log gets cluttered with the following entries (one per second):

    Code:
    [WARN] 404 - GET /builtinds/sc/messaging?ts=1444769103920&isc_noLog=1&type=connect&connectionID=isc_HiddenFrame_2968&subscribedChannels=%7B%0A%20%20%20%20%2285DC601C-E338-4257-9609-BFBABA8ADE22%22%3A%7B%0A%20%20%20%20%7D%2C%20%0A%20%20%20%20isc_DebugMaster%3A%7B%0A%20%20%20%20%7D%0A%7D&eventStream=true (127.0.0.1) 1387 bytes
       Request headers
          Host: 127.0.0.1:8888
          User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0
          Accept: text/event-stream
          Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
          Accept-Encoding: gzip, deflate
          DNT: 1
          Referer: http://127.0.0.1:8888/builtinds/sc/system/helpers/Log.html
          Cookie: isc_cState=ready; JSESSIONID=396ddigo8lrn19hjuhca4ls11; GLog=%7B%0A%20%20%20%20trackRPC%3Atrue%2C%20%0A%20%20%20%20isc_pageURL%3A%22http%3A//127.0.0.1%3A8888/BuiltInDS.html%3Fgwt.codesvr%3D127.0.0.1%3A9997%22%2C%20%0A%20%20%20%20isc_pageGUID%3A%22F20DC1AB-0F42-4444-BFA3-8CF42C22DDA5%22%2C%20%0A%20%20%20%20priorityDefaults%3A%7B%0A%20%20%20%20%20%20%20%20sgwtInternal%3A1%2C%20%0A%20%20%20%20%20%20%20%20Log%3A4%0A%20%20%20%20%7D%2C%20%0A%20%20%20%20defaultPriority%3A3%2C%20%0A%20%20%20%20left%3A353%2C%20%0A%20%20%20%20top%3A-906%2C%20%0A%20%20%20%20width%3A1251%2C%20%0A%20%20%20%20height%3A781%0A%7D
          Connection: keep-alive
          Pragma: no-cache
          Cache-Control: no-cache
       Response headers
          Content-Type: text/html;charset=ISO-8859-1
          Cache-Control: must-revalidate,no-cache,no-store
          Content-Length: 1387
    This does not happen in my deployed application.
    Right of the Tabbar in the Developer Console there is a (new?) disabled dropdown named "Remote", with the selected entry "Off".

    This is pretty annoying when looking at the log data.

    Best regards
    Blama
    Last edited by Blama; 13 Oct 2015, 13:14. Reason: Added version

    #2
    This should stop after 10 seconds - does it?

    Comment


      #3
      No, it does not.

      Best regards
      Blama

      Comment


        #4
        Hi Isomorphic,

        did you change anything in this area?
        It does stop now for me after the display of
        Code:
        Messaging endpoint not responding - remote debugging unavailable.  To fix, make sure you have correctly registered the Messaging servlet in your web.xml
        in the developer console. Its way less obstructive now, thank you so far.

        It does start again though if I reload the page.
        The Developer Console then displays:
        Code:
        16:27:39.156:INFO:Log:initialized
        16:28:06.416:INFO:Log:isc.Page is loaded
        and does not repeat the "Messaging endpoint not responding". The 404 requests go on then again.

        Best regards
        Blama

        Comment


          #5
          Reproduced and fixed. You should now see three attempts to connect when you first open the Developer Console and then nothing further unless you reload/re-open the Developer Console.

          Comment


            #6
            Hi Isomorphic,

            thanks for fixing, this is now as you describe.

            Best regards
            Blama

            Comment

            Working...
            X