amit
unread,Jan 26, 2012, 8:32:22 PM1/26/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hello all,
I am getting Channel creation exception in the server logs even though
the dashboard shows that we have only ~20% of the Channels created for
the day.
Channels Created 19% 147,214 of 760,320 Okay
com.google.apphosting.api.ApiProxy$OverQuotaException: The API call
xmpp.CreateChannel() required more quota than is available.
at java.lang.Thread.getStackTrace(Thread.java:1495)
at
com.google.apphosting.runtime.ApiProxyImpl.doSyncCall(ApiProxyImpl.java:
218)
at com.google.apphosting.runtime.ApiProxyImpl.access
$000(ApiProxyImpl.java:67)
at com.google.apphosting.runtime.ApiProxyImpl$1.run(ApiProxyImpl.java:
163)
at com.google.apphosting.runtime.ApiProxyImpl$1.run(ApiProxyImpl.java:
161)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.apphosting.runtime.ApiProxyImpl.makeSyncCall(ApiProxyImpl.java:
161)
at
com.google.apphosting.runtime.ApiProxyImpl.makeSyncCall(ApiProxyImpl.java:
67)
at com.google.apphosting.api.ApiProxy.makeSyncCall(ApiProxy.java:101)
at com.google.apphosting.api.ApiProxy.makeSyncCall(ApiProxy.java:50)
at
com.google.appengine.api.channel.ChannelServiceImpl.createChannelImpl(ChannelServiceImpl.java:
59)
at
com.google.appengine.api.channel.ChannelServiceImpl.createChannel(ChannelServiceImpl.java:
34)
Does someone please guide on what is the issue? I don't think we are
creating more than 60 channels per minute, because we are continuously
getting this exception for last few hours.