I found adding the <total-storage-limit> element without newlines resolved
this issue for me. For example:

<queue-entries>
  <total-storage-limit>50M</total-storage-limit>
  <queue>
   ...


may resolve your issue.

Hope that helps,
--Chris

On Tue, Mar 15, 2011 at 8:43 AM, Brian Lim <brian.lim...@gmail.com> wrote:

> This is the error upon deployment:
>
> An internal error occurred during: "Deploying ResponderDs to Google".
> XML error validating /home/brian/javawork/ResponderDs/war/WEB-INF/queue.xml
> against
> /home/brian/.eclipse/org.eclipse.platform_3.5.0_155965261/plugins/com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111810/appengine-java-sdk-1.4.2/docs/queue.xsd
>
> <!-- queue.xml -->
> <queue-entries>
>   <total-storage-limit>
>     50M
>   </total-storage-limit>
>   <queue>
>     <name>default</name>
>     <rate>100/s</rate>
>     <bucket-size>10</bucket-size>
>     <max-concurrent-requests>15</max-concurrent-requests>
>     <retry-parameters>
>       <task-retry-limit>4</task-retry-limit>
>       <task-age-limit>5m</task-age-limit>
>       <min-backoff-seconds>10</min-backoff-seconds>
>       <max-backoff-seconds>20</max-backoff-seconds>
>     </retry-parameters>
>   </queue>
> </queue-entries>
>
> My question is: where is the documentation that says what is wrong with
> this queue configuration?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

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

Reply via email to