What should be happening is once the slave comes online the code here [1] should be called. It seems to me that this method is not being called, or something along those lines. I haven't been able to reproduce this when running a slave under the debugger.
1 - https://github.com/jenkinsci/slave-installer-module/blob/691f28cab93cf32043a24d4eb89f5138e9f9c7f4/src/main/java/org/jenkinsci/modules/slave_installer/impl/ComputerListenerImpl.java#L24 On Thu, Jun 25, 2015 at 3:56 AM Sasha Neftin <[email protected]> wrote: > Firewall is disabled. McAfee is running. > I tied connect same slave to old server, 'File' option appeared in menu of > web slave applet. When I try again re connect slave to new server - same > issue. Very annoyed. Both servers have an identical configuration. > I would like understand why is happened - what is wrong? > > > > > On Wednesday, June 24, 2015 at 8:27:49 PM UTC+3, slide wrote: > >> Do you have any firewall or anything running on your system? >> >> On Wed, Jun 24, 2015 at 10:24 AM Sasha Neftin <[email protected]> wrote: >> > Thank you for response - I go over link you sent - there is described same >>> problem as I see. Unfortunately, nobody know solution and why this happen. >>> I've tried different Java version - not resolved. >>> Different Jenkins server version - same result. >>> >>> Launch from cmd is work, but I would like install as service from menu. >>> >>> >>> On Wednesday, June 24, 2015 at 5:33:38 PM UTC+3, slide wrote: >>> >>>> You are probably seeing something similar to [1]. I couldn't ever >>>> replicate the issue. >>>> >>>> 1 - https://issues.jenkins-ci.org/browse/JENKINS-26657 >>>> >>>> On Wed, Jun 24, 2015 at 3:00 AM Sasha Neftin <[email protected]> >>>> wrote: >>>> >>> Hello, >>>>> >>>>> >>>>> I would like get another Jenkins server, first server work as properly >>>>> for me. On second I encountered follow problem: >>>>> >>>>> I've try install Windows Service from Jenkins Slave Agent running on >>>>> slave machine. Unfortunately, I can't see 'File' option in menu while jnlp >>>>> agent is opened. >>>>> >>>>> Used latest 1.617 version. >>>>> >>>>> What is problem here? Did you heard about it? How can I work normally? >>>>> >>>>> Meanwhile, I have tried cumbersome work around (that finally works for >>>>> me) by editing jenkins-slave.xml and directly copy jenkins-slave.exe to >>>>> c:\jenkins directory and then run from cmd follow command: >>>>> >>>>> sc.exe create "Jenkins Slave" start= auto >>>>> binPath="c:\jenkins\jenkins-slave.exe" >>>>> DisplayName="jenkinsslave-c__jenkins” >>>>> >>>>> >>>>> additional information: >>>>> >>>>> Launch method: Launch slave agent via Java Web Start. >>>>> >>>>> I tried downgrade Jenkins server, for example 1.606 - not solved, >>>>> issue still persist. I tried re install server, replace slave machines... >>>>> - >>>>> same issue. >>>>> >>>>> Also, I tried slave on different OS: Windows 8.1 and Windows 10 - no >>>>> changes. >>>>> >>>>> >>>>> Thanks, >>>>> >>>>> Sasha >>>>> >>>>> -- >>>>> 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 [email protected]. >>>> >>>> >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/jenkinsci-users/d0a9a175-2c71-4844-b22d-7e58260e1e67%40googlegroups.com >>>>> <https://groups.google.com/d/msgid/jenkinsci-users/d0a9a175-2c71-4844-b22d-7e58260e1e67%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> 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 [email protected]. >>> >> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jenkinsci-users/77abc28d-0096-43b5-9820-2ce39e04e83e%40googlegroups.com >>> <https://groups.google.com/d/msgid/jenkinsci-users/77abc28d-0096-43b5-9820-2ce39e04e83e%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/aa2fe559-a927-40e0-b989-06987530c298%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/aa2fe559-a927-40e0-b989-06987530c298%40googlegroups.com?utm_medium=email&utm_source=footer> > . > 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVe%2Bi4E6yjSR7PdKR%2By3%2BT%3D4wfK_eCsQpS8McUwzUGDrKw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
