The option to “Launch slave agents via Java Web Start” is missing from new node configuration

1,410 views
Skip to first unread message

Kumar Dp

unread,
Aug 4, 2016, 6:47:48 AM8/4/16
to Jenkins Users
I'm trying to configure a salve using "Launch slave agents via Java Web Start", but I see that option is not listed in the launch method. I'm using Jenkins 2.14 version.OS: Linux 3.8.13-68.3.4.el6uek.x86_64 
Please help me to solve the issue

Kumar Dp

unread,
Aug 4, 2016, 6:51:56 AM8/4/16
to Jenkins Users
Sorry using Jenkin 2.16

Björn Pedersen

unread,
Aug 4, 2016, 7:14:03 AM8/4/16
to Jenkins Users
From the  changelog (https://jenkins.io/changelog/):
Hide the Java Web Start launcher when the TCP agent port is disabled. (issue 36996)

So check your setup and enable the TCP agent port.

Björn

Björn Pedersen

unread,
Aug 4, 2016, 7:27:04 AM8/4/16
to Jenkins Users
And check https://groups.google.com/forum/#!msg/jenkinsci-users/KsL2OasSLBY/zU-tYNJ4NgAJ,

the TCP port is only available with security configured since 2.0.

Stephen Connolly

unread,
Aug 14, 2016, 8:15:14 PM8/14/16
to jenkins...@googlegroups.com
So the logic here is to reflect that the TCP agent port has been disabled and thus the launcher is not available to you.

On 4 August 2016 at 11:47, Kumar Dp <dasari...@gmail.com> wrote:
I'm trying to configure a salve using "Launch slave agents via Java Web Start", but I see that option is not listed in the launch method. I'm using Jenkins 2.14 version.OS: Linux 3.8.13-68.3.4.el6uek.x86_64 
Please help me to solve the issue

--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/21bef93a-67f6-4eb4-887b-ea1bc7d5f6cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Richard Bywater

unread,
Aug 14, 2016, 8:25:16 PM8/14/16
to jenkins...@googlegroups.com
Perhaps it would be an idea to show the item but as disabled and state what actions are required to get it enabled?

Richard.

On Mon, 15 Aug 2016 at 12:15 Stephen Connolly <stephen.al...@gmail.com> wrote:
So the logic here is to reflect that the TCP agent port has been disabled and thus the launcher is not available to you.
On 4 August 2016 at 11:47, Kumar Dp <dasari...@gmail.com> wrote:
I'm trying to configure a salve using "Launch slave agents via Java Web Start", but I see that option is not listed in the launch method. I'm using Jenkins 2.14 version.OS: Linux 3.8.13-68.3.4.el6uek.x86_64 
Please help me to solve the issue

--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CA%2BnPnMzbwTVUYGXuuZ1vx52rcj_G26LjWJkt24KVE%3DC1bJ2t0Q%40mail.gmail.com.

Ryan Campbell

unread,
Aug 14, 2016, 9:03:08 PM8/14/16
to jenkins...@googlegroups.com

I agree. This is impossible to discover for new or even experienced users.


Stephen Connolly

unread,
Aug 15, 2016, 4:39:40 AM8/15/16
to jenkins...@googlegroups.com
Yep, that would require changes to how descriptor visibility filters work though... so likely not going to change for the next couple of weeks (unless somebody else picks it up that is)

On 15 August 2016 at 02:02, Ryan Campbell <ryan.c...@gmail.com> wrote:

I agree. This is impossible to discover for new or even experienced users.

On Sun, Aug 14, 2016, 7:25 PM Richard Bywater <ric...@byh2o.com> wrote:
Perhaps it would be an idea to show the item but as disabled and state what actions are required to get it enabled?

Richard.

On Mon, 15 Aug 2016 at 12:15 Stephen Connolly <stephen.alan.connolly@gmail.com> wrote:
So the logic here is to reflect that the TCP agent port has been disabled and thus the launcher is not available to you.
On 4 August 2016 at 11:47, Kumar Dp <dasari...@gmail.com> wrote:
I'm trying to configure a salve using "Launch slave agents via Java Web Start", but I see that option is not listed in the launch method. I'm using Jenkins 2.14 version.OS: Linux 3.8.13-68.3.4.el6uek.x86_64 
Please help me to solve the issue

--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CANHK%3DJ27pAVHDAXaNAbcF-zJmhfg%3DkvjVptqOF%2BoUoVcGms2jQ%40mail.gmail.com.

Daniel Beck

unread,
Aug 15, 2016, 5:52:12 AM8/15/16
to jenkins...@googlegroups.com
Changing DescriptorVisibilityFilter would likely have unintended side effects. Should probably not use Descriptor visibility, but just have a warning in the JNLP specific config if the agent port is disabled. I'm thinking of something similar to Maven build step's (or possibly Maven Project's) warning when no Maven versions are set up.

> On 15.08.2016, at 10:39, Stephen Connolly <stephen.al...@gmail.com> wrote:
>
> Yep, that would require changes to how descriptor visibility filters work though... so likely not going to change for the next couple of weeks (unless somebody else picks it up that is)
>
> On 15 August 2016 at 02:02, Ryan Campbell <ryan.c...@gmail.com> wrote:
> I agree. This is impossible to discover for new or even experienced users.
>
>
> On Sun, Aug 14, 2016, 7:25 PM Richard Bywater <ric...@byh2o.com> wrote:
> Perhaps it would be an idea to show the item but as disabled and state what actions are required to get it enabled?
>
> Richard.
>
> On Mon, 15 Aug 2016 at 12:15 Stephen Connolly <stephen.al...@gmail.com> wrote:
> So the logic here is to reflect that the TCP agent port has been disabled and thus the launcher is not available to you.
>
> On 4 August 2016 at 11:47, Kumar Dp <dasari...@gmail.com> wrote:
> I'm trying to configure a salve using "Launch slave agents via Java Web Start", but I see that option is not listed in the launch method. I'm using Jenkins 2.14 version.OS: Linux 3.8.13-68.3.4.el6uek.x86_64
> Please help me to solve the issue
>
> --
> You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/21bef93a-67f6-4eb4-887b-ea1bc7d5f6cd%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CA%2BnPnMzbwTVUYGXuuZ1vx52rcj_G26LjWJkt24KVE%3DC1bJ2t0Q%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAMui945xtpCZ-SjuuuUrGvmOcHjxDmZVGaBGws9vXkcE9D0Z2Q%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
> --
> You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CA%2BnPnMwU2m5uxjeV8Fet43RGvyTd_2MBpU7_fSfROQa0yD3svw%40mail.gmail.com.

Stephen Connolly

unread,
Aug 16, 2016, 5:42:50 PM8/16/16
to jenkins...@googlegroups.com
Well ideally I'd like to move this out of core and into its own plugin, in which case you wouldn't see it unless you installed that plugin, so on that basis I would argue that people just need to get used to it... But maybe I'm being a demagogue on this ;-)
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/3EF68766-374F-46A2-A0BD-E1BA419C5007%40beckweb.net.

For more options, visit https://groups.google.com/d/optout.


--
Sent from my phone
Reply all
Reply to author
Forward
0 new messages