[appengine-java] Re: Datastore Statistics not updated for 3 days

2010-05-09 Thread Toby
now it is: 4 days, 12:34:38 ago I checked my other appengine applications and they are all about the same. On May 9, 2:25 pm, Toby wrote: > Hello, > > I have some trouble with the Administration Console. Everything is > very slow. Sometimes I get error page. The Datastore Statistics say: > > Last

Re: [appengine-java] Billed CPU time by far too high

2010-05-09 Thread Ikai L (Google)
If you are actually being billed, you'd fill out this form right here: http://code.google.com/appengine/kb/billing.html 1.3 CPU hours is still significantly under the free quota, so this probably wouldn't be an option for you. I'd advise running A

[appengine-java] backup and restore null values in datastore

2010-05-09 Thread Mandla
Hi, all I have a java project on app engine, and I use python based code to backup my datastore. jdo class public class PaymentUser { @PrimaryKey private String transId; @Persistent private St

Re: [appengine-java] Re: The website has a programming error.

2010-05-09 Thread yjun hu
read you log from admin console page 2010/5/9 Jaroslav Záruba > I would try to minimize the JSP-code to the point where it can be > shown to other people to inspect it. :) And is this a message that is > shown in your browser or is it what is in your Logs? > > On May 8, 3:25 pm, Jitu Surve wrot

Re: [appengine-java] Domain Setup

2010-05-09 Thread yjun hu
one app application, one root domain On Sun, May 9, 2010 at 5:37 PM, Ravi Sharma wrote: > Hi, > I have a application running on Google app engine and lets say i am > accessing it through www.mysite.com (Mysite.com is registered on google > apps) > > Now i have created another application which i

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

2010-05-09 Thread culov
app engine servers still look to be blacklisted On May 7, 3:16 pm, culov wrote: > It happened on Feb. 19, after server maintenance, and it's happened > again.  I'm getting non-stop 620 errors whenever I try to geocode from > an app engine server. > > I'd be very grateful if this could be fixed be

[appengine-java] Re: JDOQL and GeoPt

2010-05-09 Thread datanucleus
The syntax is perfectly fine. The fact is though, you have to have a particular java type to be "supported" for persistence to be able to query against it. I doubt that GeoPt is, though DataNucleus allows extensions to permit such a thing to be enabled; just that Google would have to enable those i

[appengine-java] Datastore Statistics not updated for 3 days

2010-05-09 Thread Toby
Hello, I have some trouble with the Administration Console. Everything is very slow. Sometimes I get error page. The Datastore Statistics say: Last updated 3 days, 17:59:52 ago on the right it says that there is at least one update per day. So I am puzzled. Maybe my application got corrupted? W

[appengine-java] Would Blob properties slow down my queries?

2010-05-09 Thread Jaroslav Záruba
Will a query be any faster/slower depending on whether the entities being queried/returned have any Blob properties? (Or is there no difference until I actually call a getter for such property?) Regards J. Záruba -- You received this message because you are subscribed to the Google Groups "Go

[appengine-java] Domain Setup

2010-05-09 Thread Ravi Sharma
Hi, I have a application running on Google app engine and lets say i am accessing it through www.mysite.com (Mysite.com is registered on google apps) Now i have created another application which i want to access through newapp.mysite.com (through sub domain of above application). Is it possible? I

[appengine-java] Re: The website has a programming error.

2010-05-09 Thread Jaroslav Záruba
I would try to minimize the JSP-code to the point where it can be shown to other people to inspect it. :) And is this a message that is shown in your browser or is it what is in your Logs? On May 8, 3:25 pm, Jitu Surve wrote: > I have written simple web application using GAE that contains .jsp >

[appengine-java] I'm new: how should I structure 3 linked "tables"?

2010-05-09 Thread Cliff
Like I said in the subject, I'm new to app engine and I'm trying to get my mind in the app engine mode, so pardon my ignorance. I'm using the java implementation of GAE since I'm also using GWT. I've done a lot of work over the years with mysql, sql server, etc... and I think that the knowledge of

[appengine-java] The website has a programming error.

2010-05-09 Thread Jitu Surve
I have written simple web application using GAE that contains .jsp file. In my local developement environment .jsp fine works fine, but when I deploy it on cloud, and try to access it I get the error: "The website cannot display the page Most likely causes: •The website is under maintenance. •

[appengine-java] appId not set error in development when using datastoreservice

2010-05-09 Thread Rajat Gupta
I'm getting the following error when testing my application on my machine. I am using the datastoreservice APIs for storing data. I have the defined in appengine-web.xml and am getting confirmation messages that those files are being read. The code that I'm invoking is as such:

[appengine-java] Billed CPU time by far too high

2010-05-09 Thread Henning
Hello, I posted about this topic already 2 weeks ago. The days after that my website got back to its normal levels of CPU time. But then things got even worse. What can I do now? How can I let the responsible developers at Google let know to fix it. The situation is as follows: I have a cron job