[appengine-java] Re: problems with SDK 1.2.8 and (local) task queues timing out...

2009-12-06 Thread Tristan
I've seen this as well. I've also noticed that if I purposefully make a task fail (by returning any HTTP status code outside of the range 200-299), it doesn't get added back to queue for retrying. This used to work in 1.2.6. -Tristan On Dec 6, 4:18 pm, Larry Cable wrote: > I just updated from 1.

[appengine-java] An entity group that does not have a root entity supports transaction. How does it work?

2009-12-06 Thread Yasuo Higa
Hi all, As the following document(54p) says, journal and last committed timestamp are co-located with a root entity of an entity group. http://snarfed.org/space/datastore_talk.html But, an entity group that does not have a root entity seem to support transaction. How does it work? I tried the fo

[appengine-java] all-delete-orphan

2009-12-06 Thread jopaki
Is hibernate functionality "all-delete-orphan" available in gaej/jdo in any capacity ? -- 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 from

[appengine-java] Help!!.. FinalizableReferenceQueue$SystemLoader loadFinalizer: Not allowed to access system class loader.

2009-12-06 Thread mar_novice
I've noticed that there are some info (not warning nor error) being thrown in my logs that i can't figure out the cause... I don't know if i should worry about it or not Below is the stack trace.. # 2-06 03:51PM 37.542 com.google.appengine.repackaged.com.google.common.base.FinalizableReferen

[appengine-java] Cache stops returning results under heavy load

2009-12-06 Thread Martin Caslavsky
Hi, my java app (czumdm) was over quota, so I enabled billing. First request was processed at 12-06 04:10PM 11.559. App worked correctly -- most request was processed from JCache (logged as "execute() skipping") and several request was processed directly (logged as "execute()"). But as of 12-06

[appengine-java] Re: Eclipse start server error after update to 1.2.6

2009-12-06 Thread Larry Cable
In eclipse select "Run Configurations..." from the "Run" main menu ... in the dialog that pops up, you you see a "G" icon in the tree view on the left and a "list" of configurations under that, (at least one), select your personal favorite, click on the"(x) arguements" tab and add the appropriate

[appengine-java] problems with SDK 1.2.8 and (local) task queues timing out...

2009-12-06 Thread Larry Cable
I just updated from 1.2.6 to 1.2.8 and my application code has started failing locally. I am using task queue's in order to process uploaded files, this worked in 1.2.6 (although you had to manually fire the task queue from the _ah admin console) Now, it is failing under 1.2.8 (as it seems as tho

[appengine-java] Re: Eclipse start server error after update to 1.2.6

2009-12-06 Thread Tahir Akram
Hi guys; I am getting the same issue as I just upgraded my sdk to 1.2.8. Where can I find the launch configurations for app engine. Please help. I am getting following exception while running the server. Unable to locate the App Engine agent. Please use dev_appserver, KickStart, or set the jvm

[appengine-java] Re: Persisting class hierarchies

2009-12-06 Thread djd
Thank you very much for your replies guys, for now that did not help a lot, but I will try to simplify my model. BTW Ikai, great work with GAE :) As far as DAOs are concerned, yes that is what I was saying (for the considered example, have JungleAnimalDAO which would update only the 'breakfast' fie

[appengine-java] Re: JAI working in JAE?

2009-12-06 Thread moissinac
After a first try: - JAI has several flavour; one generic and a lot of specific binaries, each optimized for a specific target; so, with GAE, the only one which can be used is the generic non optimized version, because we must ignore what is the target In GAE - a simple sample from the documentatio

[appengine-java] Is there an api to retrieve the

2009-12-06 Thread Stevko
Is there an api, property, or environment variable that would allow for the retrieval of the Application Identifier? Specifically the name listed under the My Applications left most column. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java"

[appengine-java] Re: Random App Engine errors

2009-12-06 Thread Jorge
> > Are these still occurring? What are your application IDs? Here is another random error. I get a few of these every day. And the JSP is quite simple, it is mean to be touched periodically from a client in order to keep the app warm: # 12-05 11:04PM 33.018 /keepalive.jsp 200 4048ms 175cpu_ms 40

[appengine-java] Re: Text Search Support for Java

2009-12-06 Thread a.maza
On 4 Dez., 12:04, Raphael André Bauer wrote: > On Fri, Dec 4, 2009 at 11:46 AM, a.maza wrote: > > regarding compass: > 1. Task queues do not work, because tasks might get executed in > parallel what almost for sure messes up your index > (http://forum.compass-project.org/message.jspa?messageID=

[appengine-java] SDK 1.2.8

2009-12-06 Thread uud ashr
I'm using SDK 1.2.8, update my jar, but why it shows message like this. [java] 2009-12-06 19:12:12.825 java[1069:903] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.10 [java] [java] There is a new v

Re: [appengine-java] Re: Failed to startup after ver 1.2.8 update

2009-12-06 Thread Shawn Brown
> Yes its like a official release I can breathe again. > > Then move back original question. "How should I teach > Eclipse of this update? Can't you just update eclipse? > Sorry I am writing from japan so Dec-5th is japan time and it means > Dec-4th US west coast. Actually I'm in Japan (Tokyo) m

[appengine-java] Re: /a/domain.com/ Logic

2009-12-06 Thread Peter Ondruska
Jason, I am interested in the same. Take Google moderator or Google short links as example. On Dec 6, 11:24 am, patrick wrote: > Hello > > I'm trying to build an application wich can be deployed to diffrent > google apps custmer, and each of them shoud have there own enviorment, > like gmail, doc

[appengine-java] Re: Processing incoming email

2009-12-06 Thread Sam
Appengine team, can someone please post (on the incoming mail docs page) a full example of processing an incoming email in appengine 1.2.8 including getting the message body and attachment? Please test from different mail clients. Everyone is totally confused here, especially with the mysterious

[appengine-java] Re: /a/domain.com/ Logic

2009-12-06 Thread patrick
Hello I'm trying to build an application wich can be deployed to diffrent google apps custmer, and each of them shoud have there own enviorment, like gmail, docs, ... But i don't like to deploy it to each customer app engine. Is there such a funtion? On 14 Okt., 22:24, "Jason (Google)" wrote:

[appengine-java] Re: "Any single entity or entity group can only be updated about five times a second."

2009-12-06 Thread Tim Cooper
Thanks Peter for your reply. In fact, after doing some experimentation, I'm able to answer most of my own questions, at least unless a Google engineer corrects my answers: * What is an "update" exactly? Is it a call to "pm.makePersistent ()"? Is it a call to "tx.commit()"? Is it a call to "pm

[appengine-java] Re: Datastore statistics wrong

2009-12-06 Thread Peter Ondruska
Sessions are not enabled (and never were enabled). On Dec 6, 4:26 am, Don Schwarz wrote: > Do you have HTTP sessions enabled?  They use datastore entities behind the > scenes. > > On Sat, Dec 5, 2009 at 11:52 AM, Peter Ondruska > wrote: > > > > > I look at datastore statistics and the numbers th