Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: core
-
Labels:
-
Environment:ubuntu 14.04.4 LTS
jenkins 2.53, configured update site: https://updates.jenkins-ci.org/current/update-center.json
-
Similar Issues:
Description
The process of checking for the plugins updates information doesnt ever completes(or even starts).
When clicking the "Check now" button i get never-ending "Checking Updates..." message.
I have enabled logging for hudson.model.UpdateSite:ALL, hudson.model.UpdateCenter: ALL but the log screen is empty. So i even doesnt have any logs to present.
GET-request.txt.zip
postBack.txt.zip
yes, actually there is an postback error when sniffering through dev console:
1. On GET request https://updates.jenkins-ci.org/current/update-center.json.html?id=default&version=2.53
The headers are:
And the whole request body file-attached as : GET-request.txt.zip (it has json pretty-formatted for readability)
2. And then i'v got a respone with Status Code:413 Request Entity Too Large.
And the whole response body file-attached as postBack.txt.zip (it has json pretty-formatted for readability)