sandeep malladi
sandeep malladi

Reputation: 1

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?

Upvotes: 0

Views: 2990

Answers (3)

Prasu S
Prasu S

Reputation: 11

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

Upvotes: 0

Chris Edgington
Chris Edgington

Reputation: 3236

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

Upvotes: 0

azbarcea
azbarcea

Reputation: 3657

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.

Upvotes: 1

Related Questions