[appengine-java] XMPP getPresence fails

2011-07-11 Thread micho
Hi,

calling getPresence ( WHANT_TO_KNOW_STATUS_JID, MY_JID).isAvailible()
returns always false.
The WHANT_TO_KNOW_STATUS_JID is a jabber.org JID.

The WHANT_TO_KNOW_STATUS_JID was invited before calling:
sendInvitation(WHANT_TO_KNOW_STATUS_JID, MY_JID)

It is interesting, that the app receives the precence stanzas in the
precencehandler correctly.

Only the explicit call of getPresence returns the wrong result.

Any Ideas, what should be checked or what coud be wrong.
By Micho

-- 
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-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: App engine terminates in Devmode 2sec after start without an errormessage

2011-03-10 Thread micho
is this the same as:
https://groups.google.com/group/google-appengine-java/browse_frm/thread/5a22269f355bf45a?hl=de

-- 
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-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: App engine terminates in Devmode 2sec after start without an errormessage

2011-03-10 Thread micho
This workaround works for me:
http://code.google.com/p/googleappengine/issues/detail?id=4712

-- 
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-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Development AppEngine server quits with no warnings.

2011-03-10 Thread micho
here you can find a workaround.
http://code.google.com/p/googleappengine/issues/detail?id=4712

-- 
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-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] logging with .info() causes 840cpu_ms an WARNING

2011-03-04 Thread micho
This request caused a new process to be started for your application,
and thus caused your application code to be loaded for the first time.
This request may thus take longer and use more CPU than a typical
request for your application.

How can I avoid that.

If I change le log call from .info() to .warning the request is
handled fast without the message above.

Thanky for helping

-- 
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-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: logging with .info() causes 840cpu_ms an WARNING

2011-03-04 Thread micho
Tanks,

But Why is there only a loading Request with the .Info() logging ( for
example None for warn())?

On 4 Mrz., 21:18, Simon Knott knott.si...@gmail.com wrote:
 That is just the warning message which is output by GAE for a loading
 request for your app.

 Read about loading requests 
 here:http://code.google.com/appengine/kb/java.html#What_Is_A_Loading_Request

-- 
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-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.