Hi there: I'm having the strangest problem.
The first time I use the ImagesService (i.e. after it was recently deployed) to transform an image, I get an "ApiProxy$RequestTooLargeException: The request to API call images.Transform() was too large." exception and if I look at the com.google.appengine.api.images.Image size attribute (image.getImageData().length), the size has nothing to do with the real size (for example, it says it's 2942Kb when in fact it's 16Kb, and I'm sure about this because I logged the size before calling the images service and I got the smallest one). The second (or third) time I use the ImagesService, It works well, but it seems that I need to call it with a different image. Then, when it's working fine, I can call it with the "problematic image" (the first one) and it also works fine. Apparently it has nothing to do with the image itself, because I tried with different images and it's always the same, the first time it doesn't work. To make things even worse, my app is also deployed in another (pre-production) gae environment, and in that environment it works fine!!! Can anyone from google take a quick look at this? I can send them the app id if they want to. Has anyone experienced some problem alike? Thanks, Esteban -- 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.
