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

Getting deprecated protocols warning on first startup

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Jenkins 2.93

      The following warning is being displayed on the first startup.

      Dec 11, 2017 12:59:50 PM jenkins.slaves.DeprecatedAgentProtocolMonitor initializerCheck
      AVERTISSEMENT: This Jenkins instance uses deprecated Remoting protocols: CLI-connect,CLI2-connect,JNLP-connect,JNLP2-connectIt may impact stability of the instance. If newer protocol versions are supported by all system components (agents, CLI and other clients), it is highly recommended to disable the deprecated protocols.
      

      The reason is that warning is currently run before the Setup Wizard code disabling the deprecated protocols. If you actually go through the setup wizard, the protocols are disabled as expected and the administrative monitor doesn't show up.

          [JENKINS-48480] Getting deprecated protocols warning on first startup

          Jesse Glick added a comment -

          PR 3190 directly addresses the warning itself.

          Jesse Glick added a comment - PR 3190 directly addresses the warning itself.

          Code changed in jenkins
          User: Jesse Glick
          Path:
          core/src/main/java/jenkins/slaves/DeprecatedAgentProtocolMonitor.java
          http://jenkins-ci.org/commit/jenkins/0c59df3d46fa5c4ac018ad6c26bc38cf5a58d98d
          Log:
          JENKINS-48480 Deleting DeprecatedAgentProtocolMonitor.initializerCheck. (#3190)

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: core/src/main/java/jenkins/slaves/DeprecatedAgentProtocolMonitor.java http://jenkins-ci.org/commit/jenkins/0c59df3d46fa5c4ac018ad6c26bc38cf5a58d98d Log: JENKINS-48480 Deleting DeprecatedAgentProtocolMonitor.initializerCheck. (#3190)

          Ryan Campbell added a comment -

          jenkins-2.96

          Ryan Campbell added a comment - jenkins-2.96

          Oleg Nenashev added a comment -

          Released in 2.128

          Oleg Nenashev added a comment - Released in 2.128

            vlatombe Vincent Latombe
            vlatombe Vincent Latombe
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: