Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Labels:
-
Environment:Jenkins v2.77 on Windows 7 with Oracle Java jre 1.8.0_144
-
Similar Issues:
Description
I just upgraded to Jenkins 2.77 on our Windows 7 VM. I have a Jenkins slave agent installed on another windows 7 VM. When I upgraded, the Jenkins web config UI also prompted me to disable 2 deprecated jnlp-2 protocols.However, now it is not possible to start the slave agent from a Windows service. I have to start it by clicking the Launch button in the Jenkins web UI.
After I launched the slave from the web UI, I selected the option in the Java window to install the slave agent as a service. However, when I try to start the slave agent from the service, it says it's started but the Jenkins web UI indicates that it is not started.
I've tried running the slave agent launch command from the command line, by using the command given in the Jenkins UI, and I got the errors indicated in the attached screenshot, relating to jnlp-2 protocol connect errors. So there's a mismatch somewhere, if that command is still looking for the jnlp-2 protocol.
I've also attached the slave.exe file.
Attachments
Issue Links
- links to
Thanks Oleg.
I upgraded to Jenkins 2.78 on the master while the slave was connected.
I can see from the timestamp that jenkins-slave.exe was updated, but the slave.jar has not been updated since 2015. It probably needs to be updated?
I can't see far back enough in the system log in the Jenkins web UI at this stage to see info about the upgrade.
So, it looks like the slave update is not complete - do I need to do it manually?
The slave agent runs fine if I start it by clicking the launch button in the UI, so I'm puzzled as to why I can't run it as a service. Installing it as a service from the Java slave agent window does not work. It installs the service, but starting the service does not start the slave agent.