[appengine-java] Re: 1.3.8 Console Logging Issue

2010-11-22 Thread timzon
gt; Launch Configuration UI - edit your launch configuration (in Eclipse), and > >> set the log level to TRACE. Does that help? > > >> On Tue, Nov 2, 2010 at 10:38 PM, timzon wrote: > > >>> Dropping default log level (.level) to TRACE, INFO or FINEST doesn't

[appengine-java] Re: 1.3.8 Console Logging Issue

2010-11-02 Thread timzon
Dropping default log level (.level) to TRACE, INFO or FINEST doesn't fix the problem. log.info (with default INFO level) used to work before 1.3.8 upgrade and doesn't work after the upgrade. On Oct 29, 2:49 pm, Rajeev Dayal wrote: > Drop you launch configuration's log level down to TRACE. Do you

[appengine-java] Re: 1.3.8 Console Logging Issue

2010-10-29 Thread timzon
Same problem. Issue logged: http://code.google.com/p/googleappengine/issues/detail?id=3969 -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe

[appengine-java] Re: New Content-Length must be specified error

2010-07-05 Thread timzon
Same problem here too, but from Chrome 6 on Mac: "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/ 534.2 (KHTML, like Gecko) Chrome/6.0.447.0 Safari/534.2,gzip(gfe)" Using GWT: 2.0.4 and GAE 1.3.5 On Jul 2, 1:38 am, steveb wrote: > I've got an application that just started p

[appengine-java] Re: XMPP getPresence response not valid?

2010-01-02 Thread timzon
otchat.com],etc.) > > is online and confirm presence status on the GppEngine side. > > > Please refer to the following links for details > > ofXMPPAddresses.http://code.google.com/intl/us/appengine/docs/java/xmpp/overview.html > > > Thanks. > > > On 11月18日, 午前1:5

[appengine-java] XMPP getPresence response not valid?

2009-11-17 Thread timzon
Is anybody having problem with xmpp.getPresence not providing valid presence information for GTalk clients? Using very simple function to check the availability of a GTalk client: XMPPService xmpp = XMPPServiceFactory.getXMPPService(); if (xmpp.getPresence(agentJid).isAvailable()) { log.