[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Jason Swager resolved JENKINS-16535 as Not A Defect vSphereCloud plugin doesn't work with vSphere 5.1 Problem was in understanding how the options work rather than an actual defect. Change By: Jason Swager (01/Feb/13 2:33 PM) Status: Open Resolved Resolution: Not A Defect This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Alexey Larsky commented on JENKINS-16535 vSphereCloud plugin doesn't work with vSphere 5.1 Thanks a lot, Jason. After connection over JWS all working perfect. And I able to revert|shutdown VM after each build even if exist queued job(s). Will good if it been documented on plugin page or|and added button for start JWS from slave (like in general slave with JWS adding). And maybe be good adding some usefull info into log (slave and common). Ps. After run "javaws http://YourJenkins/computer/SlaveName/slave-agent.jnlp" you can setup slave to start as Windows service over menu File->Install as Windows server. This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Jason Swager commented on JENKINS-16535 vSphereCloud plugin doesn't work with vSphere 5.1 I have no idea what the sCCL log lines are for. They're not from the vSphere Cloud Plugin, but maybe from another plugin. The vSphere Cloud Plugin can start the VM (as you found), but getting the slave agent running can be a bit more tricky. 1) The Windows Service was unreliably in our environment, most likely due to our locked down machines and some bizarre parts of our network topography. Others have had used it to good effect. So your usage may vary. 2) The SSH approach will work. Windows doesn't have a native SSH server, but you can add them. I found that the Windows SSH servers don't always work perfect with the default Jenkins SSH slave starting, although it was possible to craft custom SSH commands that would work with the server. Although it can work, we don't use that approach because we have no static IP addresses in our environment, everything is DHCP driven. 3) My preferred method is the Java Web Start. It require a bit more manual work on the slave, but it works in our environment robustly. Simply put, all you have to do is have Java installed on the slave and somewhere, somehow, add a command to the slaves startup sequence. The command is simply "javaws http://YourJenkins/computer/SlaveName/slave-agent.jnlp" For Windows machines, I can put that in a CMD file that runs from the Startup Folder of a machine with AutoLogin enabled. Or a Scheduled Task. For Mac, a Startup Item that's an Automation Script. For Linux, a Login Item that runs a bash script that contains this command. Which ever way works for you. This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Alexey Larsky commented on JENKINS-16535 vSphereCloud plugin doesn't work with vSphere 5.1 Below log strings was from Scripted Cloud plugin. After it deinstallation strings are disappear. sCCL::prelaunch sCCL::not interested This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Alexey Larsky edited a comment on JENKINS-16535 vSphereCloud plugin doesn't work with vSphere 5.1 With checked "Force VM Launch" VM started succesfully, but node is still offline. Seens that secondary lauch method doesn't working or bad cofigured. Log is the same: -- sCCL::prelaunch sCCL::not interested -- In Jenkins common log I found only: Jan 31, 2013 4:20:26 PM hudson.slaves.SlaveComputer tryReconnect INFO: Attempting to reconnect rusbuilder-vTest How I should setup Java Web Start (aka JVM aka JNLP) on VM (Windows XP | 7)? I don't see any buttons or links like on adding jenkins slave step. Can SSH connection working with Windows based system? This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Alexey Larsky edited a comment on JENKINS-16535 vSphereCloud plugin doesn't work with vSphere 5.1 With checked "Force VM Launch" VM started succesfully. Log is the same: -- sCCL::prelaunch sCCL::not interested -- In Jenkins common log I found only: Jan 31, 2013 4:20:26 PM hudson.slaves.SlaveComputer tryReconnect INFO: Attempting to reconnect rusbuilder-vTest How I should setup Java Web Start (aka JVM aka JNLP) on VM (Windows XP | 7)? I don't see any buttons or links like on adding jenkins slave step. Can SSH connection working with Windows based system? This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Alexey Larsky commented on JENKINS-16535 vSphereCloud plugin doesn't work with vSphere 5.1 Connecnt over SSH server (WinSSHD) unsuccessful too. Log: sCCL::prelaunch sCCL::not interested [rusbuilder-vTest] Starting Virtual Machine...[rusbuilder-vTest] VM already powered on[rusbuilder-vTest] Waiting for VMTools[rusbuilder-vTest] VM Tools are running[rusbuilder-vTest] Finished wait for VMTools[01/31/13 15:46:37] [SSH] Opening SSH connection to rusbuildvtst01:22. [01/31/13 15:46:37] [SSH] Authenticating as rus.user.buildmaster/**. [01/31/13 15:46:37] [SSH] Authentication successful. SSH connection reports a garbage before a command execution. Check your .bashrc, .profile, and so on to make sure it is quiet. The received junk text is as follows: 'true' is not recognized as an internal or external command, operable program or batch file. hudson.AbortException at hudson.plugins.sshslaves.SSHLauncher.verifyNoHeaderJunk(SSHLauncher.java:403) at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:280) at org.jenkinsci.plugins.vSphereCloudLauncher.launch(vSphereCloudLauncher.java:198) at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:204) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) [01/31/13 15:46:38] [SSH] Connection closed. This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Alexey Larsky edited a comment on JENKINS-16535 vSphereCloud plugin doesn't work with vSphere 5.1 With checked "Force VM Launch" VM started succesfully. Log is the same: -- sCCL::prelaunch sCCL::not interested -- How I shuold setup Java Web Start (aka JVM aka JNLP) on VM (Windows XP | 7)? I don't see any buttons or links like on adding jenkins slave step. Can SSH connection working with Windows based system? This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Alexey Larsky commented on JENKINS-16535 vSphereCloud plugin doesn't work with vSphere 5.1 With Secondary launch method = Windows service I got a progress, but node is still offline. Log: -- sCCL::prelaunch sCCL::not interested [rusbuilder-vTest] Starting Virtual Machine...[rusbuilder-vTest] Powering on VM[rusbuilder-vTest] Waiting for VMTools[rusbuilder-vTest] VM Tools are running[rusbuilder-vTest] Finished wait for VMToolsConnecting to rusbuilder-vTest -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Alexey Larsky edited a comment on JENKINS-16535 vSphereCloud plugin doesn't work with vSphere 5.1 With checked "Force VM Launch" VM started succesfully. Log is the same: -- sCCL::prelaunch sCCL::not interested -- How I should setup Java Web Start (aka JVM aka JNLP) on VM (Windows XP | 7)? I don't see any buttons or links like on adding jenkins slave step. Can SSH connection working with Windows based system? This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Alexey Larsky edited a comment on JENKINS-16535 vSphereCloud plugin doesn't work with vSphere 5.1 With checked "Force VM Launch" VM started succesfully. Log is same: -- sCCL::prelaunch sCCL::not interested -- How I can setup Java Web Start (aka JVM aka JNLP) on VM (Windows XP | 7)? I don't see any buttons or links like on adding jenkins slave step. Can SSH connection working with Windows based system? This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Alexey Larsky edited a comment on JENKINS-16535 vSphereCloud plugin doesn't work with vSphere 5.1 With checked "Force VM Launch" VM started succesfully. Log is the same: -- sCCL::prelaunch sCCL::not interested -- How I can setup Java Web Start (aka JVM aka JNLP) on VM (Windows XP | 7)? I don't see any buttons or links like on adding jenkins slave step. Can SSH connection working with Windows based system? This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Alexey Larsky commented on JENKINS-16535 vSphereCloud plugin doesn't work with vSphere 5.1 With checked "Force VM Launch" VM started succesfully. Log is same: sCCL::prelaunch sCCL::not interested How I can setup Java Web Start (aka JVM aka JNLP) on VM (Windows XP | 7)? I don't see any buttons or links like on adding jenkins slave step. Can SSH connection working with Windows based system? This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Jason Swager commented on JENKINS-16535 vSphereCloud plugin doesn't work with vSphere 5.1 Can you give me more details of the problem? We've been using the plugin with vSphere 5.1 for over a month now without problem. According to the files you sent, it appears that you're not letting Jenkins start the VM, but waiting for someone else to start it. Try checking "Force VM Launch" This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Jason Swager assigned JENKINS-16535 to Jason Swager vSphereCloud plugin doesn't work with vSphere 5.1 Change By: Jason Swager (30/Jan/13 4:30 PM) Assignee: Jason Swager This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Alexey Larsky updated JENKINS-16535 vSphereCloud plugin doesn't work with vSphere 5.1 Change By: Alexey Larsky (30/Jan/13 6:19 AM) Attachment: rusbuilder-vTest Configuration [Jenkins] (2013-01-30 10-19-14).htm This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-16535) vSphereCloud plugin doesn't work with vSphere 5.1
Alexey Larsky updated JENKINS-16535 vSphereCloud plugin doesn't work with vSphere 5.1 Change By: Alexey Larsky (30/Jan/13 6:14 AM) Summary: Doesn vSphereCloud plugin doesn 't work (start) VM on with vSphere 5.1 Environment: Jenkins 1.500 on Windows 7 sp1 x64, client vSphereCloud 0.10, vSphere 5.1 , vm: Windows 7 SP1 x64 This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.