[appengine-java] OutOfMemoryError

2010-09-26 Thread Joerg Weingarten
Since about 10 minutes I am getting an OutOfMemoryError when I query records. Anybody seen this before? Caused by: java.lang.OutOfMemoryError: Java heap space at java.nio.ByteBuffer.wrap(ByteBuffer.java:367) at java.lang.StringCoding$StringDecoder.decode(StringCoding.java:155)

[appengine-java] Login redirect failing all of a sudden /_ah/conflogin

2011-03-02 Thread Joerg Weingarten
Since this morning my call to "userservice.createLoginUrl" produces a url that doesn't work anymore. When selecting my "Sign in" link, which has a url like: https://www.google.com/accounts/ServiceLogin?service=ah&passive=true&continue=https://appengine.google.com/_ah/conflogin%3Fcontinue%3Dhttp://

[appengine-java] Re: Login redirect failing all of a sudden /_ah/conflogin

2011-03-02 Thread Joerg Weingarten
at you did was a good workaround. That is, use an app > engine url as the continue url, and then have the app engine app > redirect to the non-app-engine url. > > Need to think on this case some more. > > On Wed, Mar 2, 2011 at 7:53 AM, Joerg Weingarten > wrote: > > Since th