Thanks! It helped me. -N
On Mar 17, 10:25 am, Christopher Hilla <[email protected]> wrote: > 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 <[email protected]> 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.googl > > e.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 [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?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 [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?hl=en.
