|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

1) Is Wait for VMTools checked? And do you have VMTools installed on the VM?
Ans - wait for VMTools and force Start VM both are checked , VMTools are installed on every image.
2) What value are you using for "Delay between launch and boot complete"?
Ans - Around 240 Seconds
3) What "Secondary launch method" are you using.
Ans - i am using Java web start.
according to my assessment , it's happening because of a function defined in class
http://javadoc.jenkins-ci.org/hudson/slaves/CloudSlaveRetentionStrategy.html
which polls every 2 minutes or some , as it is a possibility the slave service couldn't come up in this window of 2 mins and jenkins declare it offline and re-initiate the process.