Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-9650

plugin for global build stats just hangs after clicking on create new chart

        [JENKINS-9650] plugin for global build stats just hangs after clicking on create new chart

        Could you please be a little more explicit ?
        Jenkins version, browser, global build stats version, some particular configurations ?

        Frédéric Camblor added a comment - Could you please be a little more explicit ? Jenkins version, browser, global build stats version, some particular configurations ?

        marlene cote added a comment -

        sorry for the lack of details.. busy day here. I just found out that we have a bigger problem with the version of the hudson war that is currently running. Once I can shutdown and restart it, I will see if the plugin works better. Sorry for raising the alarm.
        You can close this and I will reopen if it is still an issue.

        marlene cote added a comment - sorry for the lack of details.. busy day here. I just found out that we have a bigger problem with the version of the hudson war that is currently running. Once I can shutdown and restart it, I will see if the plugin works better. Sorry for raising the alarm. You can close this and I will reopen if it is still an issue.

        Any feedback on this issue ?

        Will close it in 5 days if no answer is provided

        Frédéric Camblor added a comment - Any feedback on this issue ? Will close it in 5 days if no answer is provided

        Plugin is hanging when the charts are being generated.

        Jenkins version: 1.471
        Browser: Firefox & Chrome
        Global build stats plugin version: 1.3

        There are two charts; one for monthly and one for weekly stats.

        [I am in doubt whether a separate bug is required, but thought of reporting against this existing one.]

        Kamal Mettananda added a comment - Plugin is hanging when the charts are being generated. Jenkins version: 1.471 Browser: Firefox & Chrome Global build stats plugin version: 1.3 There are two charts; one for monthly and one for weekly stats. [I am in doubt whether a separate bug is required, but thought of reporting against this existing one.]

        Could you please provide more hints ?

        Like identifying some contention points on the chrome dev tools' network tab.

        Frédéric Camblor added a comment - Could you please provide more hints ? Like identifying some contention points on the chrome dev tools' network tab.

        Sure Fred.

        prototype.js:1585 is pending for so long.

        ----------------Following is extracted from HAR------------------
        {
        "startedDateTime": "2012-11-30T08:29:45.976Z",
        "time": -1,
        "request": {
        "method": "POST",
        "url": "http://<jenkins-host>/plugin/global-build-stats/createChartMap?buildStatId=<ID>",
        "httpVersion": "HTTP/1.1",
        "headers": [

        { "name": "Origin", "value": "http://<jenkins-host>" }

        ,

        { "name": "X-Prototype-Version", "value": "1.7" }

        ,

        { "name": "X-Requested-With", "value": "XMLHttpRequest" }

        ,

        { "name": "User-Agent", "value": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.19 (KHTML, like Gecko) Ubuntu/11.10 Chromium/18.0.1025.168 Chrome/18.0.1025.168 Safari/535.19" }

        ,

        { "name": "Content-type", "value": "application/x-www-form-urlencoded; charset=UTF-8" }

        ,

        { "name": "Accept", "value": "text/javascript, text/html, application/xml, text/xml, */*" }

        ,

        { "name": "Referer", "value": "http://<jenkins-host>/plugin/global-build-stats/" }

        ],
        "queryString": [

        { "name": "buildStatId", "value": "<ID>" }

        ],
        "cookies": [],
        "headersSize": 552,
        "bodySize": 0
        },
        "response": {
        "status": 0,
        "statusText": "",
        "httpVersion": "HTTP/1.1",
        "headers": [],
        "cookies": [],
        "content":

        { "size": 0, "compression": 0 }

        ,
        "redirectURL": "",
        "headersSize": 13,
        "bodySize": 0
        },
        "cache": {},
        "timings":

        { "blocked": 0, "dns": -1, "connect": -1, "send": -1, "wait": -1, "receive": -1, "ssl": -1 }

        ,
        "pageref": "page_1"
        }
        ----------------------------------------------------------------

        Kamal Mettananda added a comment - Sure Fred. prototype.js:1585 is pending for so long. ---------------- Following is extracted from HAR ------------------ { "startedDateTime": "2012-11-30T08:29:45.976Z", "time": -1, "request": { "method": "POST", "url": "http://<jenkins-host>/plugin/global-build-stats/createChartMap?buildStatId=<ID>", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Origin", "value": "http://<jenkins-host>" } , { "name": "X-Prototype-Version", "value": "1.7" } , { "name": "X-Requested-With", "value": "XMLHttpRequest" } , { "name": "User-Agent", "value": "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.19 (KHTML, like Gecko) Ubuntu/11.10 Chromium/18.0.1025.168 Chrome/18.0.1025.168 Safari/535.19" } , { "name": "Content-type", "value": "application/x-www-form-urlencoded; charset=UTF-8" } , { "name": "Accept", "value": "text/javascript, text/html, application/xml, text/xml, */*" } , { "name": "Referer", "value": "http://<jenkins-host>/plugin/global-build-stats/" } ], "queryString": [ { "name": "buildStatId", "value": "<ID>" } ], "cookies": [], "headersSize": 552, "bodySize": 0 }, "response": { "status": 0, "statusText": "", "httpVersion": "HTTP/1.1", "headers": [], "cookies": [], "content": { "size": 0, "compression": 0 } , "redirectURL": "", "headersSize": 13, "bodySize": 0 }, "cache": {}, "timings": { "blocked": 0, "dns": -1, "connect": -1, "send": -1, "wait": -1, "receive": -1, "ssl": -1 } , "pageref": "page_1" } ----------------------------------------------------------------

        Since this ticket is quiet old, is it still valid? I think i didnt came across such behaviour so far .

        Regards
        Dave

        David Krischke added a comment - Since this ticket is quiet old, is it still valid? I think i didnt came across such behaviour so far . Regards Dave

          fcamblor Frédéric Camblor
          mcote marlene cote
          Votes:
          0 Vote for this issue
          Watchers:
          3 Start watching this issue

            Created:
            Updated: