简体   繁体   中英

jenkins configSubmit throwing ERR_EMPTY_RESPONSE error

When trying to change a job config and save in Jenkins, The browser is popping up ERR_EMPTY_RESPONSE error message.

I tried multiple browsers but no luck. Also I thought this could be issue with network and tried with my work network but failed there too.

Can someone help to resolve this issue?

Because you're not getting to your Jenkins server probably.

Where do you have your jenkins server? What port is it running? What protocol ( http / https )? What is your network topology? Is this a server on-prem, on-cloud, behind a LoadBalancer, started in a VM/docker?

You're question has nothing to do so far with Jenkins or with Browsers, but with your Network ( more )


UPDATE: Based on the comments bellow, you may have a compatibility issue in Jenkins. Basically you have to upgrade or uninstall the culprit plugin. I would do a full backup and:

  1. Check the Jenkins server log for errors.
  2. Upgrade all plugins
  3. Upgrade Jenkins
  4. Guess the culprit plugin based on the config used in the Job
  5. Uninstall one by one until the issue plugin is found
  6. Report the issue - most probably for the plugin.

This was a bug in Jenkins 2.277.3 and Jenkins 2.289.1. Upgrading to 2.289.2 resolved this issue for us.

I had the same issue, upgrading to 2.289.2 resolved the issue. https://issues.jenkins.io/browse/JENKINS-66067

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM