[appengine-java] @Entity annotation

2010-12-12 Thread Suresh Reddy
Hi All, I'm trying to deploy sample application (using JPA) to GAE My entities are marked with @Entity annotation (with some properties) ... when I deploy this application to GAE, I could access the static pages but, nothing related to entities/data is displayed. When I look at the "Datastore View

[appengine-java] Re: Issue processing the Receive Mail Handle multiple times

2010-12-12 Thread Didier Durand
Hi, Yes, your code gets (probably) executed more than once because it is scheduled as a task in a task queue defined in the architecture of GAE. As such your code as to be idempotent (the word you were looking for) because it can be executed multiple times: Google highly recommend to guarantee to

Re: [appengine-java] Can you add Handlers to the root logger?

2010-12-12 Thread Stephen Johnson
Hi Andrew, Perhaps my write up on my XMPP Log Hander might help. It adds a log handler to GAE which sends log messages via XMPP. You can check it out at http://www.professionalintellectualdevelopment.com Hope it helps, Stephen On Sun, Dec 12, 2010 at 6:05 PM, Andrew wrote: > Hello, > > We're tr

[appengine-java] Can you add Handlers to the root logger?

2010-12-12 Thread Andrew
Hello, We're trying to add a handler to the root logger, which seems to work in dev, but, doesn't work in live. Our specific use case is that we are trying to add a Handler to facilitate sending log messages of a particular level to a remote log aggregation service. Has anyone had success in addi

[appengine-java] Issue processing the Receive Mail Handle multiple times

2010-12-12 Thread Max
Hi, My application receives emails and performs duties based on the content of the email. I'm sometimes having an issue (< 5%) where a single email that goes in to the application causes the handler to execute twice. Is this an issue with GAE that would be intended to be fixed? Or is the nat

[appengine-java] The API call mail.Send() required more quota than is available.

2010-12-12 Thread Ronald R. DiFrango
Even though all my quota's show 0%, Any reason why I would be etting the following exception: com.google.apphosting.api.ApiProxy$OverQuotaException: The API call mail.Send() required more quota than is available. at com.google.apphosting.runtime.ApiProxyImpl$AsyncApiFuture.rpcFinished(ApiProxyIm

[appengine-java] Re: Massive Problems with CPU/Guice Servlet and Channel API

2010-12-12 Thread Flori
Okay, i think the first issue, the high CPU avg, is normal.. but the second problem still exists! Every time i call channel.open(); the following stack trace appears: Uncaught Error h jsapi:1 E djsapi:80 $ jsapi:75 Gd.open jsapi:81 loadApplication application.js:165 Ext.Ajax.request.success applic

[appengine-java] Re: DEPLOYMENT FAILING AGAIN

2010-12-12 Thread Simon
Try turning pre-compilation off and then deploy again. On Dec 12, 1:51 am, Sumi wrote: > Suddenly deployment is failing again...without any changes.. > > I face the same problem 2 days ago..wasted all day and now again same thing > is happening... > > Anybody knows why this is having and when thi