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

Unable to update plugins for Jenkins 2.257 running in a Tomcat container

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core
    • None

      This was working with 2.256, and is now failing. I've included the log of the failure as a separate file.

          [JENKINS-63721] Unable to update plugins for Jenkins 2.257 running in a Tomcat container

          Mark Waite added a comment -

          This is likely a problem in your local configuration rather than any problem that Jenkins can resolve. It is definitely not an issue with the plugin installation manager command line tool. It may be related to outdated SSL certificate support. It may be related to some other topic.

          Refer to JENKINS-63515 as a possibly related issue that includes several different alternatives that you can investigate in your local infrastructure. This type of issue is generally not something that the Jenkins project can resolve.

          Mark Waite added a comment - This is likely a problem in your local configuration rather than any problem that Jenkins can resolve. It is definitely not an issue with the plugin installation manager command line tool. It may be related to outdated SSL certificate support. It may be related to some other topic. Refer to JENKINS-63515 as a possibly related issue that includes several different alternatives that you can investigate in your local infrastructure. This type of issue is generally not something that the Jenkins project can resolve.

          Mark Eggers added a comment -

          I have a work-around that doesn't seem to be very optimal.

          Normally, I use the Tomcat manager to update applications. I did that on going from 2.256 to 2.257 and ran into the issue I reported.

          Restarting the underlying Tomcat service has cleared the error. I was able to both update plugins and check for new updates.

          This is probably something getting pinned to memory that shouldn't be. I may be able to work around this with org.apache.catalina.core.JreMemoryLeakPreventionListener in Tomcat's server.xml.

          Mark Eggers added a comment - I have a work-around that doesn't seem to be very optimal. Normally, I use the Tomcat manager to update applications. I did that on going from 2.256 to 2.257 and ran into the issue I reported. Restarting the underlying Tomcat service has cleared the error. I was able to both update plugins and check for new updates. This is probably something getting pinned to memory that shouldn't be. I may be able to work around this with org.apache.catalina.core.JreMemoryLeakPreventionListener in Tomcat's server.xml.

            Unassigned Unassigned
            mdeggers Mark Eggers
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: