Bug - Not A Bug Item Manager just won't show up

adeyke

Member
I tried Internet Explorer, and Edge for good measure. In both cases, the download was interrupted and the final file had the wrong MD5.

I then tried using wget on a Linux system on the LAN. Same issue. Then I tried using Firefox on my Android smartphone, over WIFI. Again same issue.

So it really seems like the problem isn't with the computer, OS, downloading software, or AV software.

(Also, I've downloaded a bunch of stuff from other servers with no issues.)
 

fronobulax

Developer
Staff member
I tried Internet Explorer, and Edge for good measure. In both cases, the download was interrupted and the final file had the wrong MD5.

I then tried using wget on a Linux system on the LAN. Same issue. Then I tried using Firefox on my Android smartphone, over WIFI. Again same issue.

So it really seems like the problem isn't with the computer, OS, downloading software, or AV software.

(Also, I've downloaded a bunch of stuff from other servers with no issues.)

Just to be complete, as described the systems with failures would appear to have your ISP, local hub/router/access point etc. in common. (My phone, ethernet connected devices and WiFi connected devices all share the same cable modem, for example).

If there is a common point then perhaps hardware diagnostics run on it might be in order? Since you say other downloads worked, are they of similar size? I have heard of intermittent hardware failures that did not occur until a certain limit had been passed and that limit was well outside what was observed in normal day to day operation.

Just throwing out some more straws for someone to grasp at.
 

Ezandora

Member
When I rate-limit my download, builds.kolmafia.us seems to stop the download early.

10k, stops:
Code:
% time wget --tries 1 --limit-rate=10k http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
--2016-07-02 10:17:27--  http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
Resolving builds.kolmafia.us (builds.kolmafia.us)... 170.75.152.154
Connecting to builds.kolmafia.us (builds.kolmafia.us)|170.75.152.154|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12786609 (12M) [application/java-archive]
Saving to: ‘KoLmafia-17039.jar.2’

KoLmafia-17039.jar.2                                   82%[===================================================================================================>                      ]  10.09M  10.0KB/s   in 17m 13ss

2016-07-02 10:34:40 (10.0 KB/s) - Connection closed at byte 10578160. Giving up.

0.076u 0.214s 17:13.15 0.0%	0+0k 0+18io 0pf+0w

% time wget --tries 1 --limit-rate=10k http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
--2016-07-02 11:32:52--  http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
Resolving builds.kolmafia.us (builds.kolmafia.us)... 170.75.152.154
Connecting to builds.kolmafia.us (builds.kolmafia.us)|170.75.152.154|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12786609 (12M) [application/java-archive]
Saving to: ‘KoLmafia-17039.jar.3’

KoLmafia-17039.jar.3                                   70%[=====================================================================================>                                    ]   8.61M  10.0KB/s   in 14m 42ss

2016-07-02 11:47:34 (10.0 KB/s) - Connection closed at byte 9026807. Giving up.

0.069u 0.196s 14:41.99 0.0%	0+0k 4+26io 55pf+0w


100k, stops:
Code:
% time wget --tries 1 --limit-rate=100k http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
--2016-07-02 14:18:13--  http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
Resolving builds.kolmafia.us (builds.kolmafia.us)... 170.75.152.154
Connecting to builds.kolmafia.us (builds.kolmafia.us)|170.75.152.154|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12786609 (12M) [application/java-archive]
Saving to: ‘KoLmafia-17039.jar.4’

KoLmafia-17039.jar.4                                   62%[===========================================================================>                                              ]   7.67M   101KB/s   in 79s    

2016-07-02 14:19:31 (100 KB/s) - Connection closed at byte 8043766. Giving up.

0.023u 0.077s 1:18.70 0.1%	0+0k 1+7io 0pf+0w

200k, stops:
Code:
% time wget --tries 1 --limit-rate=200k http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
--2016-07-02 14:27:51--  http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
Resolving builds.kolmafia.us (builds.kolmafia.us)... 170.75.152.154
Connecting to builds.kolmafia.us (builds.kolmafia.us)|170.75.152.154|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12786609 (12M) [application/java-archive]
Saving to: ‘KoLmafia-17039.jar.6’

KoLmafia-17039.jar.6                                   86%[========================================================================================================>                 ]  10.51M   200KB/s   in 54s    

2016-07-02 14:28:45 (200 KB/s) - Connection closed at byte 11025654. Giving up.

0.034u 0.130s 0:54.36 0.2%	0+0k 0+5io 0pf+0w

300k, stops:
Code:
% time wget --tries 1 --limit-rate=300k http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
--2016-07-02 14:29:30--  http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
Resolving builds.kolmafia.us (builds.kolmafia.us)... 170.75.152.154
Connecting to builds.kolmafia.us (builds.kolmafia.us)|170.75.152.154|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12786609 (12M) [application/java-archive]
Saving to: ‘KoLmafia-17039.jar.7’

KoLmafia-17039.jar.7                                   81%[==================================================================================================>                       ]   9.95M   309KB/s   in 34s    

2016-07-02 14:30:04 (301 KB/s) - Connection closed at byte 10435830. Giving up.

0.024u 0.107s 0:34.38 0.3%	0+0k 0+5io 0pf+0w

350k, completes:
Code:
% time wget --tries 1 --limit-rate=350k http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
--2016-07-02 14:32:07--  http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
Resolving builds.kolmafia.us (builds.kolmafia.us)... 170.75.152.154
Connecting to builds.kolmafia.us (builds.kolmafia.us)|170.75.152.154|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12786609 (12M) [application/java-archive]
Saving to: ‘KoLmafia-17039.jar.10’

KoLmafia-17039.jar.10                                 100%[=========================================================================================================================>]  12.19M   350KB/s   in 36s    

2016-07-02 14:32:44 (345 KB/s) - ‘KoLmafia-17039.jar.10’ saved [12786609/12786609]

0.023u 0.119s 0:36.36 0.3%	0+0k 0+18io 0pf+0w

400k, completes:
Code:
% time wget --tries 1 --limit-rate=400k http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
--2016-07-02 14:31:00--  http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
Resolving builds.kolmafia.us (builds.kolmafia.us)... 170.75.152.154
Connecting to builds.kolmafia.us (builds.kolmafia.us)|170.75.152.154|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12786609 (12M) [application/java-archive]
Saving to: ‘KoLmafia-17039.jar.9’

KoLmafia-17039.jar.9                                  100%[=========================================================================================================================>]  12.19M   405KB/s   in 31s    

2016-07-02 14:31:31 (401 KB/s) - ‘KoLmafia-17039.jar.9’ saved [12786609/12786609]

0.018u 0.084s 0:31.71 0.2%	0+0k 0+6io 0pf+0w

500k, completes:
Code:
% time wget --tries 1 --limit-rate=500k http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
--2016-07-02 14:30:23--  http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
Resolving builds.kolmafia.us (builds.kolmafia.us)... 170.75.152.154
Connecting to builds.kolmafia.us (builds.kolmafia.us)|170.75.152.154|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12786609 (12M) [application/java-archive]
Saving to: ‘KoLmafia-17039.jar.8’

KoLmafia-17039.jar.8                                  100%[=========================================================================================================================>]  12.19M   521KB/s   in 25s    

2016-07-02 14:30:48 (503 KB/s) - ‘KoLmafia-17039.jar.8’ saved [12786609/12786609]

0.020u 0.109s 0:24.94 0.4%	0+0k 0+9io 0pf+0w

Unlimited, completes:
Code:
% time wget --tries 1 http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
--2016-07-02 14:26:33--  http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17039.jar
Resolving builds.kolmafia.us (builds.kolmafia.us)... 170.75.152.154
Connecting to builds.kolmafia.us (builds.kolmafia.us)|170.75.152.154|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12786609 (12M) [application/java-archive]
Saving to: ‘KoLmafia-17039.jar.5’

KoLmafia-17039.jar.5                                  100%[=========================================================================================================================>]  12.19M  1.60MB/s   in 10s    

2016-07-02 14:26:44 (1.19 MB/s) - ‘KoLmafia-17039.jar.5’ saved [12786609/12786609]

0.091u 0.579s 0:10.45 6.3%	0+0k 0+6io 0pf+0w

350k and above finish quickly and don't terminate early. The rest are incomplete.
Maybe everyone having trouble has moderately slow internet connections?
 

adeyke

Member
I tried downloading it using my phone's data plan. That worked. So I do now have a working build, at least, and can update all my scripts.

I'm still as confused as ever, though. I've downloaded all sorts of things of various sizes, including many much larger than the 12 MB Mafia. For example, there was a recent 300 MB graphics driver and a 200 MB LibreOffice. Those went perfectly. And yet downloading Mafia over my normal connection always fails, and always at around (but not exactly) the same point. And the reason I even posted to this thread is that someone else apparently had the same problem.

EDIT:

In my wget output earlier, I was getting 111 and 122 KB/s, and my peak speed is about twice that, so that would still fall in the too-slow range. On the other hand, downloading with my phone was much slower than that, so I'm not sure why that was successful.
 
Last edited:

xKiv

Active member
BTW:
Code:
$ time wget --tries 1 --limit-rate=100k http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17045.jar
--2016-07-03 22:44:27--  http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17045.jar
Resolving builds.kolmafia.us (builds.kolmafia.us)... 170.75.152.154
Connecting to builds.kolmafia.us (builds.kolmafia.us)|170.75.152.154|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12789467 (12M) [application/java-archive]
Saving to: ‘KoLmafia-17045.jar’

84% [=================================================================================================================================================================================================>                                    ] 10,829,046   101KB/s   in 1m 46s 

2016-07-03 22:46:13 (100 KB/s) - Connection closed at byte 10829046. Giving up.


real	1m45.954s
user	0m0.029s
sys	0m0.105s
$ time wget http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17045.jar
--2016-07-03 22:47:12--  http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17045.jar
Resolving builds.kolmafia.us (builds.kolmafia.us)... 170.75.152.154
Connecting to builds.kolmafia.us (builds.kolmafia.us)|170.75.152.154|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12789467 (12M) [application/java-archive]
Saving to: ‘KoLmafia-17045.jar.1’

100%[=====================================================================================================================================================================================================================================>] 12,789,467   942KB/s   in 14s    

2016-07-03 22:47:26 (915 KB/s) - ‘KoLmafia-17045.jar.1’ saved [12789467/12789467]


real	0m13.890s
user	0m0.059s
sys	0m0.286s
$ time wget -c http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17045.jar
--2016-07-03 22:47:28--  http://builds.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17045.jar
Resolving builds.kolmafia.us (builds.kolmafia.us)... 170.75.152.154
Connecting to builds.kolmafia.us (builds.kolmafia.us)|170.75.152.154|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 12789467 (12M), 1960421 (1.9M) remaining [application/java-archive]
Saving to: ‘KoLmafia-17045.jar’

100%[++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++===================================>] 12,789,467   843KB/s   in 2.3s   

2016-07-03 22:47:31 (843 KB/s) - ‘KoLmafia-17045.jar’ saved [12789467/12789467]


real	0m2.514s
user	0m0.018s
sys	0m0.059s
xkiv@yoflyol 22:47:31 ~/KOL/cur $ md5sum KoLmafia-17045.jar KoLmafia-17045.jar.1 
92d6f8824dfa0a46aa790312de168c57  KoLmafia-17045.jar
f56597d0a04a8f80eb5df09e9fdca375  KoLmafia-17045.jar.1

So even if you get the download to "correctly" continue, the resulting file is wrong. The differences started at byte 10813440 - even *before* the download gave up (and the last one is at byte 10829045, last byte before it gave up). Not all 15606 bytes in between (inclusive) are different, but most (15552) are.
The different bytes are:
Code:
  <!DOCTYPE html><html><head data-rooturl="" resURL="/static/20c7498f" data-resurl="/static/20c7498f">
    

    <title>Jenkins [Jenkins]</title><link rel="stylesheet" type="text/css" href="/static/20c7498f/css/layout-common.css" /><link rel="stylesheet" type="text/css" href="/static/20c7498f/css/style.css" /><link rel="stylesheet" type="text/css" href="/static/20c7498f/css/color.css" /><link rel="stylesheet" type="textcss" href="/static/20c7498f/css/responsive-grid.css" /><link rel="shortcut icon" typ="image/vnd.microsoft.icon" href="/static/20c7498f/favicon.ico" /><link color="black" rel="mask-icon" href="/images/mask-icon.svg" /><script>var isRunAsTest=false; var rootURL=""; var resURL="/static/20c7498f";</script><script src="/static/20c7498f/scripts/prototype.js" type="text/javascript"></script><script src="/static/20c7498f/scripts/behavior.js" type="text/jvascript"></script><script src='/adjuncts/20c7498f/org/kohsuke/stapler/bind.js' type='text/javascript'></script><script src="/static/20c7498f/scrits/yui/yahoo/yahoo-min.js"></script><script src="/static/20c7498f/scripts/yui/dm/dom-min.js"></script><script src"/static/20c7498f/scripts/yui/event/event-min.js"></script<script src="/static/20c7498f/scripts/yui/animation/animation-min.js"></script><script src="/static/20c7498f/scripts/yui/dragdrop/dragdrop-min.js"></script><script src="/static/20c7498f/scripts/yui/container/container-min.js"></script><script src="/static/20c7498f/scripts/yui/connection/connection-min.js"></script><script src="/static/20c7498f/scripts/yui/datasource/datasource-min.js"></script><script src="/static/20c7498f/scripts/yui/autocomplete/autocomplete-in.js"></script><script src="/static/20c7498f/scripts/yui/menu/menu-min.js"></script><script src="/static/20c7498f/scripts/yui/element/element-min.js"></script><script src="/static/20c7498f/scripts/yui/button/button-min.js"></script><script src="/static/20c7498f/scripts/yui/storage/storage-min.js"></script><script src="/static/20c7498f/scripts/hudson-behavior.js" type="text/javascript"></script><script src="/static/20c7498f/scripts/sortable.js" type="text/javascript"></script><script>crumb.init("Jenkins-Crumb", "4aae91d175683152e125420c9aa41069");</script><link rel="stylesheet" type="text/css" href="/static/20c7498f/script/yui/container/assets/container.css" /><link rel="stylesheet" type="text/css" href="/static/20c7498f/scripts/yui/assets/skins/sam/skin.css" /><link rel="stylesheet" type="text/css" href="/static/20c7498f/scripts/yui/container/assets/skins/sam/container.css" /><link rel="stylesheet" type="text/css" href="/static/20c7498f/scripts/yui/button/assets/skins/sam/button.css" /><linkrel="stylesheet" type="text/css" href="/static/20c7498f/scripts/yui/menu/assets/skins/sam/menu.css" /><link title="Jenkins" rel="search" type="application/opensearchdescription+xml" href="/openearch.xml" /><meta name="ROBOTS" content="INDEX,NOFOLLOW" /><script src="/static/20c7498f/scripts/yui/cookie/cookie-min.js"></script><script src="/static/20c7498f/jsbundles/page-init.js" type="text/javascript"></script></head><body data-model-type="hudson.model.Hudson" id="jenkins" data-version="2.8" class="yui-skin-sam jenkins-2.8 two-column"><a href="#skip2content" class="skiplink">Skip to content</a><div id="page-head"><div id="header"><div class="logo"><a id="jenkins-home-link" href="/"<img id="jenkins-head-icon" alt="title" src="/static/20c7498f/images/headshot.png" /><img id="jenkins-name-icon" height="34" alt="title" width="139" src="/static/20c7498f/images/title.png" /></a></div><div cass="ogin">*<a hre="/login?from=%2Fjob%2FKolmaia%2FlastSuccessfulBuild%2Fartifact%2Fdist%2FKoLmafia-17045.jar"><b>log in</b></a></div><div class="searchbox hidden-xs"><form style="position:relative;" name="search" action="/search/" class="no-json" method="get"><div id="search-box-minWidth"></div><div id="search-box-sizer"></div><div id="searchform"><input id="search-box" placeholder="search" name="q" class="has-default-text" />*<a href="http://wiki.jenkins-ci.org/display/JENKINS/Search+Box"><img style="width: 16px; height: 16px; " class="icon-help icon-sm" src"/static/20c7498f/images/16x16/help.png" /></a><div d="search-box-completion"></div><script>createSearchBox("/search/");</script></div></form></div></div><div id="bredcrumbBar"><tr id="top-nav"><td id="left-top-nav" colspan="2"><link rel='stylesheet' href='/adjuncts/20c7498f/lib/layout/breadcrumbs.css' type='text/css' /><script src='/adjuncts/20c7498f/lib/layout/breadcrumbs.js' type='text/javascript'></script><div class="top-sticker noedge"><div class="top-sticker-inner"><div id="right-top-nav"></div><ul id="breadcrumbs"><li class="item"><a lass="model-link inside" href="/">Jenkins</a></li><li class="children" href="/"></li></ul><div id="breadcrumb-menu-target"></div></div></div></td></tr></div></div><div id="page-body" class="clear"><div id="side-panel"><div class="task"><a class="task-icon-link" href="http://jenkins-ci.org/"><img style="width: 24px; height: 24px; width: 24px; height: 24px; margin: 2px;" class="icon-next icon-md" src="/static/20c7498f/images/24x24/next.png" /></a>*<a class="task-link" href="http://jenkins-ci.org/">Jenkins project</a></div><div class="task"><a class="task-icon-link" href="http://issues.jenkins-ci.org/"><img style="width: 24px; height: 24px; width: 24px; height: 24px; margin: 2px;" class="icon-gear2 icon-md" src="/static/20c7498f/images/24x24/gear2.png" /></a>*< class="task-link" href="http://issues.jenkins-ci.org/">Bug tracker</a></div><div class="task"><a class="task-icon-link" href="http://jenkins-ci.org/content/mailing-lists"><img style="width: 24px; height: 24px; width: 24px; height: 24px; margin: 2px;" class="icon-search icon-md" src="/static/20c7498f/images/24x24/search.png" /></a>*<a class="task-link" href="http://jenkins-ci.org/content/mailing-lists">Mailing Lists</a></div><div class="task"><a class="task-icon-link" href="https://twitter.com/jenkinsci"><img style="width: 24px; height: 24px; width: 24px; height: 24px; margin: 2px;" class="icon-user icon-md" src="/static/20c7498f/images/24x24/user.png" /></a>*<a class="task-link" href="https://titter.com/jenkinsci">Titter: @jenkinsci</a></div></div><div id="main-panel"><a name="skip2content"></a><h1 style="text-align: center"><img height="179" width="154" src="/static/20c7498f/images/rage.png" /><span style="font-size:50px">*Oop!<spn></h1><div id="error-descriptin"><p>A problem occurred while processing the request.
        Please check <a href="https://issues.jenkins-ci.org/">our bug tracker</a> to see if a similar problem has already been reported.
        If it is already reported, please vote and put a comment on it to let us gauge the impact of the problem.
        If you think this is a new issue, please file a new issue.
        When you file an issue, make sure to add the entire stack trace, along with the version of Jenkins and relevant plugins.
        <a href="http://jenkins-ci.org/cnent/mailing-lists">The users list</a> might be also useful in understanding what has happened.</p><h2>Stack trace</h2><pre style="margin:2em; clear:both">java.io.OException: java.util.concurrent.TimeoutException: Idle timeout expired: 5001/5000 ms
	at org.eclipse.jetty.util.SharedBlockingCallback$Blocker.block(SharedBlockingCallback.java:234
	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:141)
	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:355)
	at org.kohsuke.stapler.Stapler.serveStaticResource(Stapler.java:585)
	at org.kohsuke.stapler.ResponseImpl.serveFile(ResponseImpl.java:216)
	at hudson.model.DirectoryBrowserSupport.serveFile(DirectoryBrowserSupport.java:322)
	at hudson.model.DiectoryBrowserSupport.generateResponse(DirectoryBrowserSupport.java:127)
	at org.kohsuke.stapler.HttpResponseRendeer$Default.handleHttpResponse(HttpResponseRenderer.java:124)
	at org.kohsuke.stapler.HttpResponseRenderer$Default.generateResponse(HttpResponseRenderer.java:69)
	at org.kohsuke.stapler.Function.renderResponse(Function.java:119)
	at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:102)
	at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:124)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
	at org.kohsuke.stapler.MetaClass$3.doDispatch(MetaClass.java:196)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
	at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:233)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649)
	at org.kohsuke.staple.Stapler.service(Stapler.java:238)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
	at hudson.util.PluginServletFilter$1.doFiler(PluginServletilter.java:135)
	at hudson.util.PluginServletFilter.doFilter(PluginServltFilter.java:126)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilterjava:86)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFiler.java:84)
	at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
	at hdson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessigFilter.java:125)
	at hudson.security.ChainedServletFilter$1.doFilter(ChaineServletFilter.java:87)
	at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:135)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at jenkins.security.BasiceaderProcessor.doFilter(BasicHeaderProcessor.java:93)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
	at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67)
	at hudson.securiy.ChainedServletFilter$1.doFiler(ChainedServletFilter.java:87)
	at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
	at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChai.doFilter(ServletHandler.java:1652)
	at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.dFilter(ServletHandler.java:1652)
	at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:82)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:553)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContexHandler.doScope(ContextHandler.java:1061)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
	at org.eclipse.jetty.server.Server.handle(Server.java:499)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
	at winstne.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurren.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.TimeoutException: Idle timeout expired: 5001/5000 ms
	a org.eclipse.jetty.io.IdleTimeout.checkIdleTimeout(IdleTimeout.java:161)
	at org.eclipse.jetty.io.IdleTimeout$1.run(IdleTimeout.java:50)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
	... 3 more
</pre></div></div></div><footer><div class="container-fluid"><div class="row"><div class="col-md-6" id"footer"></div><div class="col-md-18"><span class="page_generated">Page generated: Jul 3, 2016 4:43:52 PM EDT</span><span class="rest_api"><a href="api/">REST API</a></span><span class="jenkins_ver"><a href="http://jenkins-ci.org/">Jenkins ver. 2.8</a><span><div id="l10n-dialog" class="dialog"></div><div id="l10n-footer" style="display:none; float:left"><a href="#" onclick="return showTranslationDialog();"><img src="/static/20c7498f/plugin/translation/flags.png" />
      Help us localize this page
    </a></div><script>var footer = document.getElementById('l10n-footer');
    var f = document.getElementById('footer');
    f.insertBefore(footer,f.firstChild);
    footer.style.display="block";

    var translation={}; 
    translation.bundles = "AVfkWyPwLlqM2YmdHAbJhQFAAwrkhdpPvRacwRxJQf1SaiQhg6PxFOHu8dZjk8AiCQsbfJti8sRN+z0ZqgCoj5k2swGuqyVLfNeGYYZDIwn/eVh60e/nnHqy7OhIPcSgIw2Av25LtHTD+wbzw1eBwbvC4NzKbMv7ZB5AIUHO2ud1Jg1xPqShhxxU7GZ54Owbi49lM6vl/SDtjo7ynTxFnhMocDXUECebBBFdJW1e+OmhsAd4m5+7U/64uWL3Gi64fX0r7gWX93k15Hfvb3DInXn7oXKJkZmcpXF5yMZD9UbKHROxaXti17lN0NPYnJHDm5Oy/6G0TIEdXo+TMiUoBNBERD6vA2CFzWzjM3lsqvt8SbMKFENM5iErfI9MjrKUX9lielGDF469PYd5bgd4Xm2OhLPoccuWGddpKu7g6VQ+VS33iSMFYhZYTk31SSjtn0mFrupdWGrfKcCaC4eWHQ==";
    translation.detectedLocale = "";

    function showTranslationDialog() {
      if(!translation.launchDialog)
        loadScript("/static/20c7498f/plugin/translation/dialog.js");
      else
        translation.launhDialog();
      return false; 
    }</script></div></div></div></footer></body></html>

Well, I didn't expect a readable error message ;)
 

fewyn

Administrator
Staff member
I think I've narrowed the issue down to the httpKeepAliveTimeout setting in Jenkins. Let me know if you still have a problem.
 
Top