Comment 4 for bug 547059

Revision history for this message
Scott Moser (smoser) wrote :

Well, the suggested patch cannot be applied to euca2ools because of a bug in Eucalyptus.

If applied, then 'euca-describe-snapshots' without any arguments will hang, eventually returning with:
$ euca-describe-snapshots
Warning: failed to parse error message from AWS: <unknown>:1:0: syntax error
BotoServerError: 500 Internal Server Error
Failure: 500 Internal Server Error

In cloud-debug.log, you will see output like attached file.

13:40:56 DEBUG [NioServerHandler:New I/O server worker #1-37] Internal Error.
com.eucalyptus.ws.BindingException: Failed to bind the following fields:
RestorableBy = self

        at com.eucalyptus.ws.handlers.EucalyptusQueryBinding.bind(EucalyptusQueryBinding.java:120)

I think the basic problem is the server doesn't recognize 'restorableBy', I've tried putting an ID there also.