[ 
https://issues.jenkins-ci.org/browse/JENKINS-12669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Baskaran D updated JENKINS-12669:
---------------------------------

              Summary: ec2 plugin fails to launch slave with "The instance ID 
'i-xxxx' does not exist" when more than 1 region is configured.  (was: ec2 
plugin fails to launch slave with "The instance ID 'i-xxxx' does not exist" 
about 50% of the time)
    Affects Version/s: current
             Priority: Critical  (was: Minor)

Increasing the Priority of the Issue.

Reason: 
With 2 regions configured and On launching instance in the 2nd region, Jenkins 
launches the instance but fails to do ssh. It tries to do ssh with the key of 
1st region. This makes it impossible to launch other than the 1st region 
configured. 
                
> ec2 plugin fails to launch slave with "The instance ID 'i-xxxx' does not 
> exist" when more than 1 region is configured.
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: JENKINS-12669
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12669
>             Project: Jenkins
>          Issue Type: Bug
>          Components: ec2
>    Affects Versions: current
>            Reporter: Jon Hyman
>            Assignee: Kohsuke Kawaguchi
>            Priority: Critical
>
> The EC2 plugin fails to launch a slave with this error about half the time. I 
> had this issue originally on Jenkins 1.443 and upgraded to 1.450 and it still 
> occurs.
> Let me know what else I can provide for this issue.
> ERROR: Client error : The instance ID 'i-331f8856' does not exist
> com.xerox.amazonws.ec2.EC2Exception: Client error : The instance ID 
> 'i-331f8856' does not exist
> at com.xerox.amazonws.ec2.Jec2.makeRequestInt(Jec2.java:2359)
> at com.xerox.amazonws.ec2.Jec2.describeInstances(Jec2.java:826)
> at hudson.plugins.ec2.EC2Computer._describeInstance(EC2Computer.java:94)
> at hudson.plugins.ec2.EC2Computer.getState(EC2Computer.java:75)
> at hudson.plugins.ec2.EC2ComputerLauncher.launch(EC2ComputerLauncher.java:29)
> at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:200)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> at java.lang.Thread.run(Thread.java:636)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to