[ 
https://issues.apache.org/jira/browse/JCLOUDS-775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14219066#comment-14219066
 ] 

Adrian Cole commented on JCLOUDS-775:
-------------------------------------

This particular error looks interesting.

{code}
2014-11-19 21:29:06,962 DEBUG [jclouds.wire] (TestNG) >> 
"Action=RunInstances&ImageId=ami-53b1ff3a&MinCount=1&Ma
xCount=1&BlockDeviceMapping.1.DeviceName=/dev/sdb&BlockDeviceMapping.1.Ebs.VolumeSize=1&BlockDeviceMapping.1.Ebs
.DeleteOnTermination=true&BlockDeviceMapping.1.Ebs.VolumeType=gp2&Version=2012-06-01"
2014-11-19 21:29:06,963 DEBUG [jclouds.headers] (TestNG) >> POST 
https://ec2.us-east-1.amazonaws.com/ HTTP/1.1
2014-11-19 21:29:06,963 DEBUG [jclouds.headers] (TestNG) >> Host: 
ec2.us-east-1.amazonaws.com
2014-11-19 21:29:06,963 DEBUG [jclouds.headers] (TestNG) >> X-Amz-Date: 
20141120T052906Z
2014-11-19 21:29:06,963 DEBUG [jclouds.headers] (TestNG) >> Authorization: 
AWS4-HMAC-SHA256 Credential=REDACTED/20141120/us-east-1/ec2/aws4_request, 
SignedHeaders=host;x-amz-date, Signature=8d67977a57fc51163a811d
c7ed3f76ddc4661215728fb79b7c2d29fd99b67ded
2014-11-19 21:29:06,963 DEBUG [jclouds.headers] (TestNG) >> Content-Type: 
application/x-www-form-urlencoded
2014-11-19 21:29:06,963 DEBUG [jclouds.headers] (TestNG) >> Content-Length: 250
2014-11-19 21:29:07,353 DEBUG [jclouds.headers] (TestNG) << HTTP/1.1 400 Bad 
Request
2014-11-19 21:29:07,353 DEBUG [jclouds.headers] (TestNG) << Date: Thu, 20 Nov 
2014 05:29:06 GMT
2014-11-19 21:29:07,353 DEBUG [jclouds.headers] (TestNG) << Transfer-Encoding: 
chunked
2014-11-19 21:29:07,353 DEBUG [jclouds.headers] (TestNG) << Server: AmazonEC2
2014-11-19 21:29:07,353 DEBUG [jclouds.headers] (TestNG) << Cneonction: close
2014-11-19 21:29:07,353 DEBUG [jclouds.headers] (TestNG) << Content-Type: 
application/unknown
2014-11-19 21:29:07,353 DEBUG [jclouds.wire] (TestNG) << "<?xml version="1.0" 
encoding="UTF-8"?>[\n]"
2014-11-19 21:29:07,354 DEBUG [jclouds.wire] (TestNG) << 
"<Response><Errors><Error><Code>UnknownParameter</Code><Message>The parameter 
VolumeType is not 
recognized</Message></Error></Errors><RequestID>9eebf742-b748-4e3a-bf8c-8111a48ffbc2</RequestID></Response>"
{code}

> aws-ec2 provider is rusting
> ---------------------------
>
>                 Key: JCLOUDS-775
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-775
>             Project: jclouds
>          Issue Type: Test
>          Components: jclouds-core
>            Reporter: Adrian Cole
>
> Running AWSEC2TemplateBuilderLiveTest shows that we don't run tests very 
> often. We either didn't run it on last release of jclouds, or completely 
> ignored the failures. When we don't run tests on a regular basis, it is hard 
> to tell what's a new problem vs an old problem.
> This particular test is a trip-wire as it alerts us that image changes or the 
> like make our templates match differently. It also exercises every region. 
> When we don't run this test, it takes longer to debug things later.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to