Re: [appengine-java] Re: date comparison fails

2011-08-11 Thread suchitra nair
hey .. check out the following link.. M not sure but i guess in gae we can have more than 1 inequality operators on a single property. So as suggested in the following link, u cn chk for <= and also add >= on ur date field and the result should give records with date '=' to that of ur date value ..

[appengine-java] Re: date comparison fails

2011-08-11 Thread Vik
any help on this plz? Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Tue, Aug 9, 2011 at 8:51 PM, Vik wrote: > Hie > > I am trying to execute following query: > > Query query = pm.newQuery(AdUsage.class, "smsUseDate == :smsUseDate && " + > " vendorSeq == :ve

[appengine-java] Re: sitemap.xml and urllist.txt

2011-08-11 Thread Vik
any advise on this plz? Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Wed, Aug 10, 2011 at 12:31 PM, Vik wrote: > Hie > > I have sitemap.xml and urllist.txt files in my web root folder of my > gwt+gae app. However, on deploying these files are still not acce

Re: [appengine-java] GWT + GAE pom?

2011-08-11 Thread de Witte
My 2 cents, Drop Maven and use ANT instead. It is simple and it works with the existing samples. Don't depend too much on the eclipse, should work fine without it. Google + GWT is an excellent combination. -- You received this message because you are subscribed to the Google Groups "Google

[appengine-java] Intermittent Datastore query exception: com.google.apphosting.api.ApiProxy$ApiDeadlineExceededException using task queues on a backend

2011-08-11 Thread Miguel Angel De la Torre Martínez
Hello I been experiencing a load of problems executing queries in a task queue running on a backend. The log goes like this: Uncaught exception from servlet com.google.apphosting.api.ApiProxy$ApiDeadlineExceededException: The API call datastore_v3.RunQuery() took too long to respond and was can

Re: [appengine-java] Re: GAEJ down!

2011-08-11 Thread JT
It was an error at appengine.google.com. What log are you talking about if you can not even get to dashboard? On Aug 11, 2011 10:33 AM, "kartik kudada" wrote: > Did you check with logs in dashboard? > > > > > On Thu, Aug 11, 2011 at 7:33 PM, MANISH DHIMAN wrote: > >> I am even not able to open s

Re: [appengine-java] Re: GAEJ down!

2011-08-11 Thread kartik kudada
Did you check with logs in dashboard? On Thu, Aug 11, 2011 at 7:33 PM, MANISH DHIMAN wrote: > I am even not able to open statistic page when my application is > getting down. It gives 500 error when I tries to open app engine home > page. > > On Aug 11, 6:47 pm, Sébastien Tromp wrote: > > It

[appengine-java] Re: GAEJ down!

2011-08-11 Thread MANISH DHIMAN
I am even not able to open statistic page when my application is getting down. It gives 500 error when I tries to open app engine home page. On Aug 11, 6:47 pm, Sébastien Tromp wrote: > It is usually caused by an exception at instance start-up time. Could you > please have a look at the logs, and

Re: [appengine-java] Re: GAEJ down!

2011-08-11 Thread Sébastien Tromp
It is usually caused by an exception at instance start-up time. Could you please have a look at the logs, and see if there is a relevant stack trace? -- Sébastien Tromp On Thu, Aug 11, 2011 at 2:31 PM, MANISH DHIMAN wrote: > It is happening since last three days > > On Aug 9, 5:47 am, doright

[appengine-java] Re: GAEJ down!

2011-08-11 Thread MANISH DHIMAN
It is happening since last three days On Aug 9, 5:47 am, doright wrote: > got the following error message a few times this morning: > Error: Server ErrorThe server encountered an error and could not complete > your request. > > If the problem persists, please > report

[appengine-java] Cause of SendFailedException

2011-08-11 Thread Yoshihito Yamanaka
Hi, Suddenly, I caught a SendFailedException. I used JavaMail API a few hours ago. I use sender email of administrator and I didn't change admin console permission and source code. please tell me what happend? I hope this exception will be temporary error. Thank you. javax.mail.SendFailedExceptio