The same problem for my apps.
On May 19, 3:49 pm, Jerome wrote:
> For at least two hours, most of our customers are unable to send XMPP
> messages to our GAE application.
>
> Checking in the logs, all the users unable to talk with our app do not
> have their Gtalk requests logged in /_ah/xmpp/mes
These days, the logs show these warnings frequently and get the
response code 500:
Request was aborted after waiting too long to attempt to service your
request. This may happen sporadically when the App Engine serving
cluster is under unexpectedly high or uneven load. If you see this
message frequ
I had the similar error when my app runs a period of time, I have to
redeploy the app using eclipse.
On Sep 26, 8:11 am, hansamann wrote:
> Hi all,
>
> without changing the app, I see these errors in the logs:
>
> [groovytweets/75.336368063049426232].: StackTrace Sanitizing
> stacktrace:
> java.
I have just tried xmpp service.
I followed the example, i tried to send Chinese to Google Talk client,
but the 'body' part garbled.
me: 你好
terryapps: 你刚才发送给我的是(You just sent):��
I expected to see:
你刚才发送给我的是(You just sent):你好
Here is my code, did i miss something or is it a bug? Thanks!
@Ov