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.
--
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.