Hi. I really doubt this is a drakma issue but Amazon has been of no help. I've written a Lisp interface to the EC2 Query API (<a href="http://common-lisp.net/project/cl-ec2/">CL-EC2</a>); it uses Drakma has its http client. All of the implemented API calls work just fine with the exception of the Cloudwatch ListMetrics call, which for some reason began failing this week. Amazon's cloudwatch scratchpad tool fails now also with the same error, but I tried the python boto library and it works fine, as does the Amazon command-line tool mon-list-metrics.<br>

<br>Here's the header output:<br><br>SIERRA(29): (ec2:with-header-stream () (cw:list-metrics))<br>GET /?AWSAccessKeyId=<our access key>?Action=ListMetrics&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2010-02-24T20%3A46%3A25Z&Version=2009-05-15&Signature=BHAB8OAeGU6IRp6Ki%2BDuEKM9%2FOiKKOSu%2FGntICOotqI%3D HTTP/1.1<br>

Host: <a href="http://monitoring.amazonaws.com">monitoring.amazonaws.com</a><br>User-Agent: Drakma/1.1.0 (SBCL 1.0.30; Linux; 2.6.30.10-105.2.16.fc11.x86_64; <a href="http://weitz.de/drakma/">http://weitz.de/drakma/</a>)<br>

Accept: */*<br>Connection: close<br><br>HTTP/1.1 400 Bad Request<br>x-amzn-RequestId: ac7304ba-2185-11df-a0eb-cd40a3846a7b<br>Content-Type: text/xml<br>Content-Length: 270<br>Date: Wed, 24 Feb 2010 20:46:25 GMT<br><br>And here's the condition as reported by our library:<br>

<br>Amazon EC2 Error: Bad Request:<br>  status: 400<br>  uri: <a href="http://monitoring.amazonaws.com?AWSAccessKeyId=">http://monitoring.amazonaws.com?AWSAccessKeyId=</a><our access key>&Action=ListMetrics&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2010-02-24T20%3A46%3A25Z&Version=2009-05-15&Signature=BHAB8OAeGU6IRp6Ki%2BDuEKM9%2FOiKKOSu%2FGntICOotqI%3D<br>

  headers: ((X-AMZN-REQUESTID<br>             . ac7304ba-2185-11df-a0eb-cd40a3846a7b)<br>            (CONTENT-TYPE . text/xml) (CONTENT-LENGTH . 270)<br>            (DATE . Wed, 24 Feb 2010 20:46:25 GMT))<br>  body: ((ErrorResponse xmlns<br>

          <a href="http://monitoring.amazonaws.com/doc/2009-05-15/">http://monitoring.amazonaws.com/doc/2009-05-15/</a>)<br>         (Error (Type Sender) (Code DelegationFailure)<br>          (Message Malformed token))<br>

         (RequestId ac7304ba-2185-11df-a0eb-cd40a3846a7b))<br><br>   [Condition of type EC2:EC2-ERROR]<br><br>I'm just looking for some ideas, so forgive me if I've bothered anyone. What the hell is a DelegationFailure anyway? Sorry to trouble you folks. Thanks.<br>

<br>-- david<br><br>--<br>And now these three remain: faith, hope, and love.<br>But the greatest of these is love.<br>  -- 1 Corinthians 13:13<br><br>To truly engage with how the world is, our hearts<br>are going to be broken again and again.<br>

  -- Rob Bell, "Velvet Elvis, Repainting the Christian Faith"<br><br>To produce without possessing, to work without expecting,<br>to enlarge without usurping. This is the supreme virtue.<br> -- Lao-Tzu<br><br><br>