[appengine-java] OutOfMemoryError in appstats

2010-05-14 Thread dmitrygusev
Hi, Today after updating my application appstats started to throw OutOfMemoryError (see some stacktraces below). I had to remove appstats filter because this consumes too much cpu quotas. I found one note about OOME in appstats here: http://groups.google.com/group/google-appengine-java/browse_frm

[appengine-java] Re: elegant way of implementing sequence generator

2010-05-14 Thread Thomas
Hi Jaroslav: GAE is currently single-homed according to http://groups.google.com/group/google-appengine-java/browse_thread/thread/cccb943347b3c6a7/338eede3100f366 On 5月14日, 下午7時41分, Jaroslav Záruba wrote: > ...I just want to be sure. I had the impression that two 'my' JVMs > might not even resi

[appengine-java] Re: BlobstoreService: can't call getUploadedBlobs

2010-05-14 Thread pjesi
I created an issue here: http://code.google.com/p/googleappengine/issues/detail?id=3223 On May 14, 11:02 pm, pjesi wrote: > For more information, I am using the Upload.java servlet > fromhttp://code.google.com/appengine/docs/java/blobstore/overview.html > > The server gives my the stacktrace on

[appengine-java] Re: BlobstoreService: can't call getUploadedBlobs

2010-05-14 Thread pjesi
For more information, I am using the Upload.java servlet from http://code.google.com/appengine/docs/java/blobstore/overview.html The server gives my the stacktrace on the URL _ah/upload/blobId (The form POST URL). It looks like it is failing to extract the filename. However, the file saves fine in

[appengine-java] BlobstoreService: can't call getUploadedBlobs

2010-05-14 Thread pjesi
I can upload just fine into the blobstore. However, the callback handler can never access the uploaded file using getUploadedBlobs. The exception is: Uncaught exception from servlet java.lang.IllegalStateException: Must be called from a blob upload callback request. at com.google.appengin

Re: [appengine-java] Re: Objectify is there NontransactionalWrite/Read setting?

2010-05-14 Thread Jeff Schnitzer
I just modified DAOBase to make it easier to pass in an ObjectifyOpts. You can either grab that from subversion or make your own copy; DAOBase is only a handful of lines of code and really just serves as an example of one useful way of using Objectify. http://code.google.com/p/objectify-appengine

[appengine-java] Re: Google maps geocoder responds with 620 error since server maintenance

2010-05-14 Thread fit.mag...@gmail.com
The appid is fit-magnet. Thanks for looking into this. On May 12, 1:02 pm, "Ikai L (Google)" wrote: > Can you send us your API key that's getting throttled? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to thi

[appengine-java] Re: elegant way of implementing sequence generator

2010-05-14 Thread Jaroslav Záruba
Does it mean Memcached === the Memcache we use within AppEngine? I'm particularly interested in whether AppEngine Memcache is shared among all the JVMs that have been started for my application. Based on this I assume yes: "High performance scalable web applications often use _a distributed_ in-mem

[appengine-java] Re: @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) without @PrimaryKey

2010-05-14 Thread datanucleus
> i wanna know if this is a supported feature not a hack JDO allows "value-strategy" on any field. JPA only allows it on the PK field(s) only. I'm assuming GAE/J is supporting this, but that's for you to find out. -- You received this message because you are subscribed to the Google Groups "Goo

[appengine-java] Re: Objectify is there NontransactionalWrite/Read setting?

2010-05-14 Thread Toby
Hello Jeff, Thank you for your advice. I actually do not need transactions so it is perfect for me that this is the default. I do not need strong consistency. This might speed up things a bit? I use DAOBase, how would I need configure this? Thanks, Toby p.s. the consistency thing might be worth t

[appengine-java] Google I/O 2010

2010-05-14 Thread Toby
Hello, I am going to I/O next week. I did not get a spot in the boot camp. So I got nothing to do on Tuseday. I wonder if any of you are going. Might be cool to meet up and to discuss around our projects. It is the first time I go there. Maybe also during the event there is some chance to have a c

[appengine-java] Does the new OpenID and OAuth work only with google accounts?

2010-05-14 Thread Joe Fawzy
Hi all Does the new OpenID and OAuth work only with google accounts? cannot i use my own account management or my user object? please clarify Joe -- 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

[appengine-java] Re: xmpp send fail. is this bug?

2010-05-14 Thread asianCoolz
I created an issue http://code.google.com/p/googleappengine/issues/detail?id=3208&q=mycomponent&colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component can anyone confirm is this a bug ? -- You received this message because you are subscribed to the Google Groups "Goo

[appengine-java] @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) without @PrimaryKey

2010-05-14 Thread Joe Fawzy
Hi all can i use @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)on ordinary field(non key fileld ,i.e. without @PrimaryKey) that's because my domain class in a child in parent-child relationship so its primary key cannot be of type Long , but i still wanna a unique long number generated

Re: [appengine-java] Re: Prerelease 1.3.4 SDK ready for download

2010-05-14 Thread Rajkumar Radhakrishnan
Lots of love to you folks, for OpenID !! I was almost tempted to go in for temporary libraries.. until the feature arrives. And the way, you made it switchable via admin console (instead of having to redeploy) is good too. Thank you very much. Regards, R.Rajkumar On Fri, May 14, 2010 at 6:46 AM