-
Bug
-
Resolution: Not A Defect
-
Major
-
Jenkins 1.582 from Bitnami, running on AWS in m3.medium instance type
Server OS: Ubuntu 14.04 64bit
JDK: Oracle JDK 1.7.0_67
Browser: Chrome 37 64bit
Console output is populating log in browser window, but after several seconds stops. User has to refresh the page but it happens again. It looks like populating works only when log grown quickly and stops when job doesn't log for a while.
It seems that problem is on the server side, browser repeats AJAX requests to progressiveHtml path and all of them have "X-More-Data: true" response header, but the last one hasn't (wrongly, because job logging on server side continues).
Latest version I have seen this working: 1.466
Interesting attachment.
Here's the problem, it looks like it's not Jenkins who's responding, or it's an irregular response. There's no code path for the console log updates that does not set an X-Something header.
https://github.com/stapler/stapler/blob/master/core/src/main/java/org/kohsuke/stapler/framework/io/LargeText.java#L264
Check your Jenkins log, e.g. on the UI at the /log/all URL. Something may throw an exception to get out of the regular flow. Maybe this is
JENKINS-23971?