Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-24569

Remote instance didn't confirm recieving this build

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • build-publisher-plugin
    • None
    • Major Jenkins - 1.535 - Debian
      Slave Jenkins - 1.578 - Windows

      hudson.plugins.build_publisher.ServerFailureException: org.apache.commons.httpclient.HttpException: Remote instance didn't confirm recieving this build
      at hudson.plugins.build_publisher.HTTPBuildTransmitter.sendBuild(HTTPBuildTransmitter.java:91)
      at hudson.plugins.build_publisher.PublisherThread.run(PublisherThread.java:116)
      Caused by: org.apache.commons.httpclient.HttpException: Remote instance didn't confirm recieving this build
      at hudson.plugins.build_publisher.HTTPBuildTransmitter.sendBuild(HTTPBuildTransmitter.java:85)

      When i tried to publish a job results to a remote server.

          [JENKINS-24569] Remote instance didn't confirm recieving this build

          Daniel Beck added a comment -

          Is this logged on "major" or "slave"? Which is sending, which is receiving?


          FWIW more logging than what seems implemented would be helpful here: https://github.com/jenkinsci/build-publisher-plugin/blob/master/src/main/java/hudson/plugins/build_publisher/HTTPBuildTransmitter.java#L85

          Daniel Beck added a comment - Is this logged on "major" or "slave"? Which is sending, which is receiving? FWIW more logging than what seems implemented would be helpful here: https://github.com/jenkinsci/build-publisher-plugin/blob/master/src/main/java/hudson/plugins/build_publisher/HTTPBuildTransmitter.java#L85

          The "major" means Jenkins instance that collect information about builds. The "slave" means Jenkins instance that make builds and send results. This error is from slave.
          I tried to resolve this issue by upgrading the major instance of Jenkins to 1.578. Then, in the Manage Jenkins menu item, I have saw this message: "It appears that your reverse proxy set up is broken" Link. So I think that it is a reason of my problem. I'll try to specify this option in the right way and then I'll write here.

          Sergey Smirnov added a comment - The "major" means Jenkins instance that collect information about builds. The "slave" means Jenkins instance that make builds and send results. This error is from slave. I tried to resolve this issue by upgrading the major instance of Jenkins to 1.578. Then, in the Manage Jenkins menu item, I have saw this message: "It appears that your reverse proxy set up is broken" Link . So I think that it is a reason of my problem. I'll try to specify this option in the right way and then I'll write here.

            vjuranek vjuranek
            indeec Sergey Smirnov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: