[JIRA] [ec2-plugin] (JENKINS-26493) Use new EC2 API endpoint hostnames

2015-11-26 Thread mstadelm...@atex.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Stadelmann commented on  JENKINS-26493 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Use new EC2 API endpoint hostnames  
 
 
 
 
 
 
 
 
 
 
Francis Upton, any update on the release schedule for 1.30? And will this issue be fixed in 1.30? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


[JIRA] [ec2-plugin] (JENKINS-26493) Use new EC2 API endpoint hostnames

2015-10-26 Thread mstadelm...@atex.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Stadelmann reopened an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
See my latest comment on this issue. It could be that I did something strange but I think the error I got is worth looking into. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-26493 
 
 
 
  Use new EC2 API endpoint hostnames  
 
 
 
 
 
 
 
 
 

Change By:
 
 Manuel Stadelmann 
 
 
 

Resolution:
 
 Fixed 
 
 
 

Status:
 
 Resolved Reopened 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


[JIRA] [ec2-plugin] (JENKINS-26493) Use new EC2 API endpoint hostnames

2015-10-26 Thread mstadelm...@atex.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Stadelmann commented on  JENKINS-26493 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Use new EC2 API endpoint hostnames  
 
 
 
 
 
 
 
 
 
 
I tested a snapshot but ran into problems. First, the aws-java-sdk plugin is only available in version 1.10.26 from within Jenkins but the EC2 plugin depends on 1.10.16. You should probably update to 1.10.26 prior to release. I got the 1.10.16 version of aws-java-sdk from the archive and could manually install the 1.30-SNAPSHOT of the ec2 plugin. 
When I tried to test the connection from withing "Manage Jenkins" -> "Cloud" -> "Amazon EC2" for the AZ eu-central-1 i got an error:  

AWS was not able to validate the provided access credentials (Service: AmazonEC2; Status Code: 401; Error Code: AuthFailure; Request ID: ea2e20e5-1e5f-4339-be55-721b6b1a66bc)
 
When I try to test the connection to any other availability zone where the the key is missing I get 

The EC2 key pair private key isn't registered to this EC2 region (fingerprint is fd:1c::7e)
 
It seems like there is still a problem with the APIs and eu-central-1 
Full stack trace: 

 
Oct 26, 2015 8:14:12 AM hudson.plugins.ec2.EC2Cloud$DescriptorImpl doTestConnection
WARNING: Failed to check EC2 credential
com.amazonaws.AmazonServiceException: AWS was not able to validate the provided access credentials (Service: AmazonEC2; Status Code: 401; Error Code: AuthFailure; Request ID: ea2e20e5-1e5f-4339-be55-721b6b1a66bc)
at com.amazonaws.http.AmazonHttpClient.handleErrorResponse(AmazonHttpClient.java:1181)
at com.amazonaws.http.AmazonHttpClient.executeOneRequest(AmazonHttpClient.java:766)
at com.amazonaws.http.AmazonHttpClient.executeHelper(AmazonHttpClient.java:485)
at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:306)
at com.amazonaws.services.ec2.AmazonEC2Client.invoke(AmazonEC2Client.java:11901)
at com.amazonaws.services.ec2.AmazonEC2Client.describeInstances(AmazonEC2Client.java:5940)
at com.amazonaws.services.ec2.AmazonEC2Client.describeInstances(AmazonEC2Client.java:11256)
at hudson.plugins.ec2.EC2Cloud$DescriptorImpl.doTestConnection(EC2Cloud.java:616)
at hudson.plugins.ec2.AmazonEC2Cloud$DescriptorImpl.doTestConnection(AmazonEC2Cloud.java:175)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:298)
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:161)
at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:96)
at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:121)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:249)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
at 

[JIRA] [ec2-plugin] (JENKINS-26493) Use new EC2 API endpoint hostnames

2015-08-21 Thread mstadelm...@atex.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Stadelmann edited a comment on  JENKINS-26493 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Use new EC2 API endpoint hostnames  
 
 
 
 
 
 
 
 
 
 Startinginstancesineu-central-1stilldoesnotworkformeeventhoughIusethelatestversion(1.29)oftheAmazonEC2plugin. Seeexcerptofthejenkins.log:{quote}Aug21,20156:51:10AMcom.amazonaws.http.AmazonHttpClientexecuteHelperINFO:UnabletoexecuteHTTPrequest:eu-central-1.ec2.amazonaws.comjava.net.UnknownHostException:eu-central-1.ec2.amazonaws.comatjava.net.InetAddress.getAllByName0(InetAddress.java:1280)atjava.net.InetAddress.getAllByName(InetAddress.java:1192)...atjava.lang.Thread.run(Thread.java:745){quote} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


[JIRA] [ec2-plugin] (JENKINS-26493) Use new EC2 API endpoint hostnames

2015-08-21 Thread mstadelm...@atex.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Stadelmann reopened an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
Starting instances in eu-central-1 still does not work for me even though I use the latest version (1.29) of the Amazon EC2 plugin. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-26493 
 
 
 
  Use new EC2 API endpoint hostnames  
 
 
 
 
 
 
 
 
 

Change By:
 
 Manuel Stadelmann 
 
 
 

Resolution:
 
 Duplicate 
 
 
 

Status:
 
 Resolved Reopened 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.