[google-appengine] Re: Entities stuck as read-only after scheduled maintenance

2010-04-28 Thread jay
The status board shows all clear but I am still getting these errors. Are you still working to resolve this issue? On Apr 29, 11:24 am, "Ikai L (Google)" wrote: > Hi everybody, > > I just wanted to let you all know that we're on top of the issues regarding > the inability to update or delete ce

Re: [google-appengine] Accessing the Datastore

2010-04-28 Thread Mr. Rajiv Bakulesh Shah
Hi, Ray. urlfetch is a way for a Google App Engine app to download web content. In other words, it's a way to get data into your GAE app, not a way to get data out of your GAE app. If I understand you correctly, you need to write some request handlers within your GAE app. Your GAE request ha

[google-appengine] Re: You haven't set the DATABASE_ENGINE setting yet

2010-04-28 Thread fedex1
Hi Greg and Everyone, Do you happen to know where the documentation on this is. The odd thing is the code works fine with the DATABASE_ENGINE set to '' 99% of the time. It's only a few times that it fails. I suspect it's a write failure and I simply have to perform a retest, but I don't see the

[google-appengine] do not reflect changes in the server

2010-04-28 Thread Pablo Moretti
Hello everyone, since the maintenance work carried out I have trouble doing upload files and do not reflect changes in the server. Help ! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...

Re: [google-appengine] Server failed to serve the requests.

2010-04-28 Thread WeShine Tech
Hello Robert, The errors that I see are mostly warning for the CPU consumption exceeding the quota limit. I read on some thread that if one of the url requests exceeds the quota limit the application goes down. I just want to confirm this. Also this request is a simple async service (G

[google-appengine] Accessing the Datastore

2010-04-28 Thread Rayomand
Hiya! just a little help, I have a good amount of data up on my GAE application datastore, mostly numbers. I need to access them using java, in order to carry out some number crunchin calculations. I intend hosting this java application on another cloud platform, say AWS. I wanted to know, abo

[google-appengine] Re: reporting that blendapps is down

2010-04-28 Thread miracleweb
This was the error message: -- Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it. -

[google-appengine] reporting that blendapps is down

2010-04-28 Thread miracleweb
reporting that blendapps is down.? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@g

[google-appengine] Re: Task Queue Internal Error

2010-04-28 Thread Greg
Ops! I just saw Ikai's post, and I'm guessing this is related. The task works with enitites created since the outage, but not with those created before. On Apr 29, 1:26 pm, Greg wrote: > I've just deployed a task queue to handle a long running process that > deletes entities. Currently it doe

Re: [google-appengine] Reproducible datastore errors after the maintenance

2010-04-28 Thread Ikai L (Google)
Waleed, I've created a thread for this here to follow: https://groups.google.com/group/google-appengine/browse_thread/thread/32a491e702cb79bd# On Wed, Apr 28, 2010 at 6:07 PM, Waleed Abdulla wrote: > Hi there, > I started getting these errors in the last few hours. When trying to > put() so

[google-appengine] Task Queue Internal Error

2010-04-28 Thread Greg
I've just deployed a task queue to handle a long running process that deletes entities. Currently it does this in chunks of 250 at a time using db.delete(entityList). This works occasionally, but mostly fails with the internal error shown below. This does not appear to be a resource issue, because

[google-appengine] Downtime not as advertized: memcache does not seem disabled

2010-04-28 Thread Jerome
To offer a better experience to our users, we wanted to detect the downtime to disable some functionalities of our app before the point of failure to write in the DataStore. As the Scheduled Maintenance notification email specified that "During this scheduled maintenance, memcache will also be dis

[google-appengine] Opensource form code for Google AppEngine

2010-04-28 Thread Milluk
Hi all, Thanks for all the posts regarding how to use Django forms in GAE! I had attempted to create a 2010 U.S. Census replica in Google Spreadsheet forms and had some success in getting all the questions down and so forth. Yes, I had serious problems with entering in more than one person, etc.

[google-appengine] Re: Outage

2010-04-28 Thread Cody Swann
Doesn't appear to have started yet. On Apr 28, 1:09 pm, vivpuri wrote: > Has the outage started? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to google-appeng...@googlegroups.com. > To unsubscr

[google-appengine] Inadvertently deleted Google Apps account that had AppEngine apps (and no other administrator)

2010-04-28 Thread JZMatrix
I inadvertently deleted a Google Apps account from my domain that still had a number of AppEngine apps under it, and no other administrator accounts assigned. Is there a way to have those apps transfered to a different account under the same domain? The original administrator account was ja...@zi

[google-appengine] appcfg.py update Server Error (500)

2010-04-28 Thread Jesse Hammons
tried it 5 times, I'm getting this error message: Server: appengine.google.com. Scanning files on local disk. Initiating update. Error 500: --- begin server output --- Server Error (500) A server error has occurred. --- end server output --- anyone else experiencing this issue? -- You receiv

[google-appengine] Entities stuck as read-only after scheduled maintenance

2010-04-28 Thread Ikai L (Google)
Hi everybody, I just wanted to let you all know that we're on top of the issues regarding the inability to update or delete certain entities resulting from the scheduled maintenance. We're seeing somewhere around 0.5% of all requests that access the datastore throw errors as a result of the mainte

[google-appengine] Reproducible datastore errors after the maintenance

2010-04-28 Thread Waleed Abdulla
Hi there, I started getting these errors in the last few hours. When trying to put() some entities, the operation fails with "Internal Error". It happens on certain specific entities and those entities fail to put() 100% of the time every time. Other entities seem normal. Here is a sample stack

[google-appengine] Re: Why is the downtime scheduled right in the middle of the day for most timezones?

2010-04-28 Thread Greg
On Apr 29, 10:29 am, Harlan Crystal wrote: > Agreed.  Having an outage at this time in the day really does > noticeably cost my business money. Just a reminder that there are Appengine users outside the US. Here in New Zealand I'm happy that this time it's early morning, unlike all the previous o

[google-appengine] Re: You haven't set the DATABASE_ENGINE setting yet

2010-04-28 Thread Greg
Not sure which thread this is the tail of, but it seems obvious to me that you haven't set the DATABASE_ENGINE. Try eding your settings.py and changing the line to: DATABASE_ENGINE = "sqllite3" Sorry if I haven't understood your problem correctly. Cheers Greg. On Apr 29, 9:41 am, fedex1 wr

[google-appengine] Re: Dashboard API

2010-04-28 Thread vivpuri
That still does not alert you on Task Queue quota, error rate, response time, On Apr 28, 2:37 am, Tim Hoffman wrote: > Why doesn't the ereporter handler meet your requirements > > http://blog.notdot.net/2010/03/Using-the-ereporter-module-for-easy-er... > > T > > On Apr 28, 4:01 am, Harlan C

Re: [google-appengine] Why is the downtime scheduled right in the middle of the day for most timezones?

2010-04-28 Thread Harlan Crystal
Agreed. Having an outage at this time in the day really does noticeably cost my business money. On Wed, Apr 28, 2010 at 4:26 PM, smwatch wrote: > I am sure Google team has some answers for this, but if this is a > planned maintenance, why is it in the middle of all the US time zones, > can this

[google-appengine] Purging task queue not working

2010-04-28 Thread Harlan Crystal
Hi, One of my task queues got filled with lots and lots of garbage tasks during the scheduled maintenance period. Even though I'm chewing through many tasks a minute, back of the envelope estimates say I've got ~800,000 garbage tasks to get rid of. I've tried to purge the queue a few times, but

Re: [google-appengine] exec javac

2010-04-28 Thread Toby Reyelts
David, You can use an embeddable Java compiler, like Janino, to compile Java code inside of your App Engine application. On Mon, Apr 26, 2010 at 6:16 PM, David wrote: > Is it possible to store and compile a java (or C or whatever language) > program

Re: [google-appengine] GQL - like '%param%'

2010-04-28 Thread Baz
You don't, full-text search is being worked on but won't be available for a long time. There are hacks and solutions but you will have to research and poke around. 2010/4/28 Gleidson G Moura > how to make this query in GQL? > > select p.nome p.idade from Pessoa where p.nome like '%gleidson%' > >

[google-appengine] You haven't set the DATABASE_ENGINE setting yet

2010-04-28 Thread fedex1
Hi, I am seeing a similar problem. Below is the settings file and the stack trace. This error seems to come and go. I don't make any changes and it appears and then goes without any change. It seems to have to do with writing to the database. Can someone explain what the error is to help me u

[google-appengine] Re: Why is the downtime scheduled right in the middle of the day for most timezones?

2010-04-28 Thread skk
Ahhh but has it ended yet ? -skk On Apr 28, 2:36 pm, Waleed Abdulla wrote: > Looks like it started around 1:30pm. I'm getting write exceptions now. > > > > On Wed, Apr 28, 2010 at 1:33 PM, alf wrote: > > In any post I have read the reason given is when all google enginers > > are ready. > > alf

[google-appengine] Rotating Scheduled Maintenance times

2010-04-28 Thread emur...@conceptuamath.com
Today's scheduled maintenance is one hour long starting at 1pm Pacific time. There is maintenance scheduled for next Wednesday for one hour, also at 1pm. I understand the need for scheduled maintenance. My request is that the schedule rotates the outage to different times around the clock to be

[google-appengine] GQL - like '%param%'

2010-04-28 Thread Gleidson G Moura
how to make this query in GQL? select p.nome p.idade from Pessoa where p.nome like '%gleidson%' Obrigado! -- Gleidson Guimarães Moura Analista Desenvolvedor JAVA www.powerlogic.com.br .. __@ _ \ >_ ...(_)/ (_) Os ventos que as vezes

Re: [google-appengine] Re: Why is the downtime scheduled right in the middle of the day for most timezones?

2010-04-28 Thread Waleed Abdulla
Looks like it started around 1:30pm. I'm getting write exceptions now. On Wed, Apr 28, 2010 at 1:33 PM, alf wrote: > In any post I have read the reason given is when all google enginers > are ready. > alf > > On Apr 28, 10:26 pm, smwatch wrote: > > I am sure Google team has some answers for t

[google-appengine] Re: Why is the downtime scheduled right in the middle of the day for most timezones?

2010-04-28 Thread alf
In any post I have read the reason given is when all google enginers are ready. alf On Apr 28, 10:26 pm, smwatch wrote: > I am sure Google team has some answers for this, but if this is a > planned maintenance, why is it in the middle of all the US time zones, > can this not have been done on lat

[google-appengine] Why is the downtime scheduled right in the middle of the day for most timezones?

2010-04-28 Thread smwatch
I am sure Google team has some answers for this, but if this is a planned maintenance, why is it in the middle of all the US time zones, can this not have been done on later time in night when most US and Europe traffic is the lowest. Just trying to get an explanation, and also no notification are

[google-appengine] Outage

2010-04-28 Thread vivpuri
Has the outage started? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. Fo

Re: [google-appengine] Digest for google-appengine@googlegroups.com - 15 Messages in 12 Topics

2010-04-28 Thread Sharath Madavaram
I am a starter here - I need some good material to learn datastore and google DB. Can you forward me links. Sharath On Wed, Apr 28, 2010 at 2:59 PM, > wrote: > Today's Topic Summary > > Group: http://groups.google.com/group/google-appengine/topics > >- "Blobstore Bytes Read" quota?? <#1

[google-appengine] Re: Prerelease: New Appengine Bulkloader

2010-04-28 Thread Josh
I get the following error and then the process has to be killed to exit. Any ideas? [ERROR ] [Thread-11] ExportProgressThread: Traceback (most recent call last): File "/Users/s/Downloads/google_appengine/google/appengine/tools/ bulkloader.py", line 1442, in run self.PerformWork() File "

[google-appengine] Re: WARNING appengine_rpc.py:399 ssl module not found.

2010-04-28 Thread J
You are right, Matthew. It does not block. Still, the message is there for a reason and uploading without SSL increases the exposure. While my site is in QA, I'm OK just putting up with the warning. I'd need to tighten up my procedures before going live. Hopefully by then someone will have posted a

Re: [google-appengine] "Blobstore Bytes Read" quota??

2010-04-28 Thread Nick Johnson (Google)
Hi Alex, What is your App ID? -Nick Johnson On Tue, Apr 27, 2010 at 10:28 AM, Alex Bertram wrote: > Hi, > > Using the java API 1.3.2 > > My app includes an import stage where a large data file (7-10mb) is > uploaded using the BlobStore service. The processing of this file is > broken up into a

Re: [google-appengine] Re: Unable to delete previous versions of application

2010-04-28 Thread Ikai L (Google)
There should be a bug in our issues tracker. At any rate, we do have a backlog of these which we clear periodically. We don't escalate these right away since you can have up to 100 versions. If this is, for whatever reason, blocking you, please fill out our billing issues form and let us know so we

Re: [google-appengine] https://peek-a-boo.appspot.com/ goes before my url in google search engine

2010-04-28 Thread Nick Johnson (Google)
Hi Casey, These are proxy apps - they simply take incoming requests and make them on the browser's behalf. Your site has not been 'hacked' in any fashion; Google is simply indexing pages fetched through these proxies. -Nick Johnson On Wed, Apr 28, 2010 at 5:26 PM, Casey wrote: > I notice my si

[google-appengine] Re: Compare tipfy and kay-framework?

2010-04-28 Thread Rodrigo Moraes
On Apr 14, 1:09 pm, Matt C wrote: > I'm curious about both of these.  From a quick overview, they are both > well regarded, and to my newbie eyes, seem to be fairly similar to one > another. > > Is there anyone who has tried both who could highlight the most > important difference(s)? > > Also, I

Re: [google-appengine] Re: Dashboard API

2010-04-28 Thread Harlan Crystal
Thanks Tim! I'll look into that On Wed, Apr 28, 2010 at 2:37 AM, Tim Hoffman wrote: > Why doesn't the ereporter handler meet your requirements > > http://blog.notdot.net/2010/03/Using-the-ereporter-module-for-easy-error-reporting-in-App-Engine > > T > > On Apr 28, 4:01 am, Harlan Crystal wrote:

[google-appengine] Re: data structure to implement "some of your friends also like this" feature.

2010-04-28 Thread Herbert
Hi NIck Thank you so much! So if I have merge join queries and if I can spare resources on a custom index, there may be room for improvement on read performance? I guess I could find this out with a larger data set on the production server and query before / after building a custom index. Herbert

[google-appengine] https://peek-a-boo.appspot.com/ goes before my url in google search engine

2010-04-28 Thread Casey
I notice my site for some reason has been proxy hacked again with https://peek-a-boo.appspot.com/ before it was http://go6internet.appspot.com/ . Does anyone know when google will fix this again? -- You received this message because you are subscribed to the Google Groups "Google App Engine" gro

[google-appengine] Query Latency today

2010-04-28 Thread bFlood
any word on the cause? is it related to the planned maintenance today? http://code.google.com/status/appengine/detail/datastore/2010/04/28#ae-trust-detail-datastore-query-latency every 3rd or 4th query is well over 1000ms... cheers brian -- You received this message because you are subscribed t

Re: [google-appengine] How to take your Gmail ID as AppEngine ID?

2010-04-28 Thread Barry Hunter
It seems those of us who signed up as @googlemail.com as a main domain dont get this. (trying to get barrybhunter.appspot.com doesnt work) I created another Google Account with @gmail.com and was able to claim the appspot id for it. (I know they are the same, and can send email to either, but so

[google-appengine] How to take your Gmail ID as AppEngine ID?

2010-04-28 Thread Luigi
Hello, in his book "Programming Google Apps Engine" Dan Sanderson writes: "... Google reserves every Gmail username as an application ID that only the corresponding Gmail user can register" For example my Gmail account is "luigigiro...@googlemail.com" and I try to create an App Engine app with ID

[google-appengine] The API package 'urlfetch' or call 'Fetch()' was not found.

2010-04-28 Thread Ajay Chitre
Hello, I created a GWT application, tested it locally and later deployed it on Appengine. Everything was working well. Later I added code that uses SDC (Secure Data Connector). It looks something like this.. URLFetchService fetcher = URLFetchServiceFactory.getURLFetchService(); URL

[google-appengine] Re: Unable to delete previous versions of application

2010-04-28 Thread esilver
I have this issue as wellmy Googler friend @nanaze said the best way to resolve was to just keep being persistent on the groups. GOOG, can you at least confirm that you have a bug filed for this issue? Thanks!! On Apr 23, 6:32 am, Nariya Takemura wrote: > This is Takemura. > > Me too. > My A

[google-appengine] Using Google Checkout

2010-04-28 Thread Fredrik Bonander
Hi, Have anyone used Google Checkout with GAE and the Checkout XML API? From what I've read you need SSL on you site? It says in the documentation that there is some sample code for python, but I can't find it. Also on a side note, if one uses Google Checkout Merchant, does the costumer need

[google-appengine] Re: Trouble creating a named key

2010-04-28 Thread Mark
Hi Robert, I gave that method a shot too, same error though, this is how I used it: Key namedKey = new KeyFactory.Builder( transfer.getTargetKey()) .addChild( Transfer.class.getSimpleName(), KeyFactory.keyToString(transfer.getKey())).getKey(); and I am s

Re: [google-appengine] Trouble creating a named key

2010-04-28 Thread Robert Kluin
Hi Mark, I am not a Java guy so this is just a shot in the dark, but have you looked into using KeyFactory.Builder to build your key? It looks like it will let you build the key, similar to what Nick did. http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/Ke

Re: [google-appengine] Server failed to serve the requests.

2010-04-28 Thread Robert Kluin
Anupam, What are the actual errors you are seeing? Are errors in your app's error log? Further comments / questions inline: On Wed, Apr 28, 2010 at 12:31 AM, WeShine Tech wrote: >  Hello Robert, > >       Are you saying that you have other clients (customers) running the > same code on

[google-appengine] Re: ReadOnly Datastore and Task Queues

2010-04-28 Thread Matija
Java version doesn't have Capabilities API (for now). Matija. On Apr 27, 8:10 pm, Robert Kluin wrote: > Perhaps you could check if the datastore is in read-only mode at the > beginning of the task, then do what ever action is appropriate for > your case (like raise an exception). > > Robert > >

[google-appengine] association google apps with google appengine

2010-04-28 Thread I.K.
Hi, Some group wisdom please. I currently have a domain name (from godaddy) which points to a google application account, which is associated to my app engine application. I believe that a decent way to get a domain name to point to an appengine app. I wish to create a different gae app and get

Re: [google-appengine] HTTPS Availability for Non-AppSpot Domains - Yes/No/Maybe

2010-04-28 Thread Nick Johnson (Google)
On Wed, Apr 28, 2010 at 12:07 PM, Fredrik Bonander < carl.fredrik.bonan...@gmail.com> wrote: > Hi, > > There is some really nice features on the roadmap, great work! > > But 2 questions come to mind. > > 1. The items in the roadmap list, are they sorted by priority? Since SSL > for 3-party domains

Re: [google-appengine] HTTPS Availability for Non-AppSpot Domains - Yes/No/Maybe

2010-04-28 Thread Fredrik Bonander
Hi, There is some really nice features on the roadmap, great work! But 2 questions come to mind. 1. The items in the roadmap list, are they sorted by priority? Since SSL for 3-party domains is the top one, is this the next thing that will be implemented? That would be really nice. 2. Is there

Re: [google-appengine] Re: data structure to implement "some of your friends also like this" feature.

2010-04-28 Thread Nick Johnson (Google)
Hi Herbert, Merge join queries - queries with multiple equality filters but no inequalities or sort orders - are a special case. They can be satisfied using the built in indexes and a merge join strategy, but they can also use a custom index. The production environment will use the index if it's p

[google-appengine] Couldn't access Thread.inheritableThreadLocals

2010-04-28 Thread Jörg
I'm getting the following error message very often now: "com.google.appengine.repackaged.com.google.common.base.internal.Finalizer getInheritableThreadLocalsField: Couldn't access Thread.inheritableThreadLocals. Reference finalizer threads will inherit thread local values." I've no clue what happ