Hi,

I'm trying to use the blobstore to store and serve some FLV videos.

But I'm getting an error message like:
"Asked to send blob <BlobKey: xyz> but response was already committed"

I'm doing:
blobstoreService.serve(blobKey, response);

And out of curiosity, I even logged reponse.isCommitted() just before
serving the blob, and it tells me that the response was indeed not
committed.
But blobstore keeps telling me that it *was* committed, as per the above
message.

Any idea what usually causes such problems?

Thanks in advance for your help.

-- 
Guillaume Laforge
Groovy Project Manager
Head of Groovy Development at SpringSource
http://www.springsource.com/g2one

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to