[google-appengine] Re: Maximum rate of e-mail recipients

2009-08-18 Thread Evaldas Taroza
Ah, that's what I was looking for - cron :) Initially I thought that the overquota emails will be queued automatically by appengine. But the cron job is a solution, indeed. Thanks, Evaldas On Aug 17, 8:03 pm, "Jeff S (Google)" wrote: > Hi Evaldes, > > Since there is a time limit of 30 seconds

[google-appengine] Re: All Read Please: Geographical Request Latency

2009-08-18 Thread Juraj Vitko
Prague CZ, O2 ADSL Ajax request latency of 268ms (this is when I hit the 'Go' button again - the first one was ~700ms - but the page's HTML was actually loading at that time I think) On Aug 17, 4:16 am, gjs wrote: > Home Ajax request latency of 425ms > Page One Ajax request latency of 439ms >

[google-appengine] Re: Programmatic Default Version in the Admin Console

2009-08-18 Thread Nick Johnson (Google)
Hi Josh, The correct link is http://code.google.com/p/googleappengine/issues/entry -Nick On Tue, Aug 18, 2009 at 2:08 AM, Josh wrote: > > Thanks Nick. That particular link doesn't seem to be working. > > > On Aug 17, 6:52 am, "Nick Johnson (Google)" > wrote: > > Hi Josh, > > We don't currentl

[google-appengine] Re: Datastore DB Design

2009-08-18 Thread Wooble
You can do it like (in python): Record(db.Model): value = db.StringProperty() keywords = db.StringListProperty() No IN query is necessary to find values with a specific keyword or even multiple keywords, just do: filteredquery = Record.all().filter("keywords =", "mykeyword").filter ("key

[google-appengine] Re: Programmatic Default Version in the Admin Console

2009-08-18 Thread Josh Skinner
Created issue 1996. Thanks http://code.google.com/p/googleappengine/issues/detail?id=1996 On Aug 18, 6:18 am, "Nick Johnson (Google)" wrote: > Hi Josh, > The correct link ishttp://code.google.com/p/googleappengine/issues/entry > > -Nick > > > > On Tue, Aug 18, 2009 at 2:08 AM, Josh wrote: >

[google-appengine] Re: Write-behind cache demo from Brett Slatkin

2009-08-18 Thread Elias Torres
Any thoughts? -Elias On Aug 10, 10:31 pm, Elias Torres wrote: > Here's all of the code from the > presentation:http://code.google.com/events/io/sessions/OfflineProcessingAppEngine > > class Counter(db.Model): >   count = db.IntegerProperty(indexed=False) > > class CounterHandler(webapp.Req

[google-appengine] Help Dealing with Deleted References

2009-08-18 Thread Joshua Smith
I have a bunch of objects that reference other objects that were deleted. This document: http://code.google.com/appengine/docs/python/datastore/entitiesandmodels.html Says I can test for this case using: obj1 = obj2.reference if not obj1: # Referenced entity was deleted. However, when I tr

[google-appengine] how to register more than 10 apps

2009-08-18 Thread manuelaraoz
is there a way to do this? --~--~-~--~~~---~--~~ 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-appengine@googlegroups.com To unsubscribe from this group, send email t

[google-appengine] Re: how to register more than 10 apps

2009-08-18 Thread Nick Johnson (Google)
Hi manuelaraoz, If you run out of App IDs, you can leave a message here on the forum, and one of us Googlers will increase the number of apps you can create. -Nick Johnson On Tue, Aug 18, 2009 at 4:34 PM, manuelaraoz wrote: > > is there a way to do this? > > > -- Nick Johnson, Developer Prog

[google-appengine] Re: Contact Application Owner?

2009-08-18 Thread Juraj Vitko
It seems that the apps domain .tld is preventing an app with ID from being registered. That's what I think I am experiencing. Really weird limitation. On Aug 3, 11:45 pm, bgood wrote: > I am having the same issue with my domain.  No site live at > domain.appspot and no dom...@gmail.com .  We do

[google-appengine] Re: Datastore writes are temporarily unavailable

2009-08-18 Thread Sanjay Madan
I'm getting an Internal Server Error with my live hosted app. The failing statement appears to be Model.get_or_insert(...). I hope this is resolved soon because my live app is now broken. Status? On Aug 18, 9:32 am, Kugutsumen wrote: > Just got the following exception: > > CapabilityDisabledErr

[google-appengine] Re: Datastore writes are temporarily unavailable

2009-08-18 Thread Joshua Smith
http://groups.google.com/group/google-appengine-downtime-notify This was announced yesterday. --~--~-~--~~~---~--~~ 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-app

[google-appengine] Re: Datastore writes are temporarily unavailable

2009-08-18 Thread vp
Can we get an update on this please? --~--~-~--~~~---~--~~ 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-appengine@googlegroups.com To unsubscribe from this group, se

[google-appengine] Re: Help Dealing with Deleted References

2009-08-18 Thread djidjadji
The reference property contains the Key of the object referred to. You can get this key with key = MyModel.assigned.get_value_for_datastore(obj2) obj1 = db.get(key) if obj is None: pass # invalid reference Or you can put a "try: except" around the code and as such find out if the object exis

[google-appengine] Re: Datastore writes are temporarily unavailable

2009-08-18 Thread daodao
I have the same issue. Can not deploy app to the server. Hope google can solve it quickly. On 8月19日, 上午12时32分, Kugutsumen wrote: > Just got the following exception: > > CapabilityDisabledError > Please seehttp://code.google.com/status/appenginefor more > information. > > The status page doesn't

[google-appengine] Re: Unable to Deploy (server error 500)

2009-08-18 Thread Adam Loving
Happening for me also for about the last hour. Tried a rollback, but didn't fix the issue. On Aug 17, 9:43 am, Joshua Smith wrote: > I've just created a new app (ID: kaoncatalog).  I'm trying to deploy > it and getting anerrorwith no useful information in it.  Here is the > log... > > *** Runnin

[google-appengine] Re: Datastore writes are temporarily unavailable

2009-08-18 Thread cubaabel
I don't see anything there. On Aug 18, 12:44 pm, Joshua Smith wrote: > http://groups.google.com/group/google-appengine-downtime-notify > > This was announced yesterday. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[google-appengine] the correct way to win 100 Dllwar day of this blog

2009-08-18 Thread boxcash
the correct way to win 100 Dllwar day of this blog For more details click here http://directory-forex.blogspot.com/2009/08/free-forex-demo-account-or-login-to.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Go

[google-appengine] Tasks queue to accomplish this?

2009-08-18 Thread Sam Afifi
Hypothetical app .. Let's say I have 10,000 users and I need an application that queries every minute, a service they all subscribe to. Obviously every minute cron jobs won't work as it would take more than 30 seconds to process 1..1 as I traverse down the list. So instead, should I create 10

[google-appengine] Re: Maintenance Timing

2009-08-18 Thread Thunder Developer
Who knows if your latte is the time in that low usage? Or u think they just 'decide' to do maintance and do it with no further studies of how the applications will be affected by that. One thing we have to think too is the applications that pays for storage. If the most part of the applications

[google-appengine] Tasks queue to accomplish this?

2009-08-18 Thread Sam Afifi
(first post didn't go through) Hypothetical app .. Let's say I have 10,000 users and I need an application that queries every minute, a service they all subscribe to. Obviously every minute cron jobs won't work as it would take more than 30 seconds to process 1..1 as I traverse down the list

[google-appengine] Problem with owned collections

2009-08-18 Thread Krad213
Hello all :) Sorry for maybe stupid question, but cannot understend where the problem is. I got 2 simple classes: import javax.jdo.annotations.*; import java.util.List; import com.google.appengine.api.datastore.Key; @PersistenceCapable(identityType = IdentityType.APPLICATION) public class Root

[google-appengine] Re: Maintenance Timing

2009-08-18 Thread Ben Nevile
+1 for more advance warning, please. Ben On Aug 17, 11:52 am, Joshua Smith wrote: > I really appreciate that you are warning us about the maintenance. > However, next time, I'd ask: > > 1) More warning, if possible; and, > > 2) Do it sometime other than the middle of the day in the United > S

[google-appengine] Re: Datastore writes are temporarily unavailable

2009-08-18 Thread kugutsumen
Thanks a lot for the link. That's extremely short notice and I didn't know the downtime notify group even existed. Maybe a link to that group on the status page would be useful. Instead the status reports points back to the google-appengine group: "If you feel we have incorrectly diagnosed this

[google-appengine] Application limit

2009-08-18 Thread Paul Tarjan
I've been having quite a bit of fun working with the appengine, but I have reached my limit of applications. I would hate to have to create another account for development, since it will be hard to remember and switch back and forth. Can I get some removed or the limit increased? I have 2 undeplo

[google-appengine] Datastore writes are temporarily unavailable

2009-08-18 Thread Kugutsumen
Just got the following exception: CapabilityDisabledError Please see http://code.google.com/status/appengine for more information. The status page doesn't say anything. I am not the only one affected with this issue as jaiku.com is broken too, you can't login ("Jaiku | Something Broke :("). --~-

[google-appengine] Re: how to register more than 10 apps

2009-08-18 Thread Manu
That's great, thanks a lot for your help! Manuel On Aug 18, 12:37 pm, "Nick Johnson (Google)" wrote: > Hi manuelaraoz, > If you run out of App IDs, you can leave a message here on the forum, and > one of us Googlers will increase the number of apps you can create. > > -Nick Johnson > > On Tue, A

[google-appengine] Re: composite index + ordering of entries = strange behavior

2009-08-18 Thread Jeff S (Google)
Hi Juraj, Great question, it looks like you should be able to perform both of these queries using either index, so just one is needed. Since BigTable performs queries using a prefix match and linear scan, the results for a query need to be contiguous in it's index. So in query A, the first requir

[google-appengine] Re: Maintenance Timing

2009-08-18 Thread Jeff
Sometimes more warning isn't possible if maintenance is necessary to avoid the system tipping over because of a problem. But of course, if it wasn't an emergency maintenance, then 22 hours of warning is definitely insufficient. But in spite of the comments above, I'll be quiet about this when Go

[google-appengine] Re: Help Dealing with Deleted References

2009-08-18 Thread Joshua Smith
Cool, thanks. What's the best way to report documentation bugs? --~--~-~--~~~---~--~~ 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-appengine@googlegroups.com To un

[google-appengine] Re: All Read Please: Geographical Request Latency

2009-08-18 Thread molicule
Location: Los Altos, CA (10 mins from google-hq) average latency: 170ms If you are planning on collating/summarizing all this info, i'd appreciate it if you could send out a link to the summary. - S.. Sriram On Aug 13, 3:44 am, Martyn wrote: > Hi there, > > I am investigating request latency

[google-appengine] Re: All Read Please: Geographical Request Latency

2009-08-18 Thread Hrishi
77ms to 127ms Rutgers University, New Jersey, US On Aug 18, 2:42 pm, molicule wrote: > Location: Los Altos, CA (10 mins from google-hq) > average latency: 170ms > > If you are planning on collating/summarizing all this info, i'd > appreciate it if you > could send out a link to the summary. > >

[google-appengine] AppEngine Crashing

2009-08-18 Thread vivpuri
http://appengine.google.com/ is not loading up and neither is my app. This is not acceptable at all. Vivek --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email

[google-appengine] Re: AppEngine Crashing

2009-08-18 Thread Joshua Smith
+1 --~--~-~--~~~---~--~~ 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-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+unsu

[google-appengine] Is it a bad GAE day??

2009-08-18 Thread bvelasquez
All of my apps are timing out or returning deadline exceeded errors. I know they just had maintenance, but it seems like my apps are not recovering. So far, my apps are non-functional. Anyone else experiencing this? --~--~-~--~~~---~--~~ You received this messag

[google-appengine] Re: AppEngine Crashing

2009-08-18 Thread Hrishi
My Application loads but datastore is not working. http://appengine.google.com is down. On Aug 18, 3:20 pm, Joshua Smith wrote: > +1 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To pos

[google-appengine] Re: AppEngine Crashing

2009-08-18 Thread Frank
same here... google? anyone listening? On Aug 18, 12:19 pm, vivpuri wrote: > http://appengine.google.com/is not loading up and neither is my app. > This is not acceptable at all. > > Vivek --~--~-~--~~~---~--~~ You received this message because you are subscribe

[google-appengine] Re: Is it a bad GAE day??

2009-08-18 Thread thomasbohmbach
My sites came up briefly after the maintenance window but were down when I got back from lunch (2pm central). On Aug 18, 2:22 pm, bvelasquez wrote: > All of my apps are timing out or returning deadline exceeded errors. > I know they just had maintenance, but it seems like my apps are not > recov

[google-appengine] Re: AppEngine Crashing

2009-08-18 Thread bvelasquez
My applications also are deadline exceeding and timing out. Running slooww... Why does this always happen when I just push out a new app and start marketing it to users?? :) Barry On Aug 18, 12:24 pm, Frank wrote: > same here... > > google? anyone listening? > > On Aug 18, 12:19 pm, vivpuri

[google-appengine] Re: Is it a bad GAE day??

2009-08-18 Thread davew
150 errors per second here + it's eating up my quota and $'s like crazy because of 10+ second request times. On Aug 18, 12:22 pm, bvelasquez wrote: > All of my apps are timing out or returning deadline exceeded errors. > I know they just had maintenance, but it seems like my apps are not > reco

[google-appengine] Re: AppEngine Crashing

2009-08-18 Thread Nick Johnson (Google)
Hi, This is a known issue. We're working on it right now, and will have it resolved as soon as possible. -Nick Johnson On Tue, Aug 18, 2009 at 8:19 PM, vivpuri wrote: > > http://appengine.google.com/ is not loading up and neither is my app. > This is not acceptable at all. > > > Vivek > > >

[google-appengine] Re: Is it a bad GAE day??

2009-08-18 Thread gae123
You are not alone I am in the same boat. Right now all my apps return with errors like the one shown below. Google folks could you please set some expectations??? Thanks Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/ __init__.py", line 507, in

[google-appengine] Re: Tasks queue to accomplish this?

2009-08-18 Thread Philippe
you can run 10 tasks / second you can proceed more than one user / task On Aug 17, 11:38 pm, Sam Afifi wrote: > (first post didn't go through) > > Hypothetical app .. > > Let's say I have 10,000 users and I need an application that queries > every minute, a service they all subscribe to. Obviou

[google-appengine] Re: Is it a bad GAE day??

2009-08-18 Thread thomasbohmbach
And we're back as of ~ 2:45 central. On Aug 18, 2:26 pm, thomasbohmbach wrote: > My sites came up briefly after the maintenance window but were down > when I got back from lunch (2pm central). > > On Aug 18, 2:22 pm, bvelasquez wrote: > > > All of my apps are timing out or returning deadline ex

[google-appengine] Re: Help Dealing with Deleted References

2009-08-18 Thread djidjadji
Some have been reported here in this group. 2009/8/18 Joshua Smith : > > Cool, thanks. > > What's the best way to report documentation bugs? > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine

[google-appengine] Re: composite index + ordering of entries = strange behavior

2009-08-18 Thread Juraj Vitko
Hi Jeff, I'd love to upload and test, but I have since rewritten my app to use the "relation indexes" technique, so I don't have this particular code currently at hand. But I'm going to create a small test app for other tests, so in the next days I can add this to it, and test on app engine. I w

[google-appengine] Python scripts do no run in child directories?

2009-08-18 Thread Rayn
Hi, I encountered a very strange problem while building my app. Firstly everything goes well and my app runs correctly. But after I tried to move the python scripts into a child dir to make files better organized, the script doesn't run ! and I'm sure I have modified app.yaml correctly. and

[google-appengine] Deployment - Unable to find a javac compiler

2009-08-18 Thread mouadbox
Hi All, I am meeting a problem whilst updating my appengine application, it is not compling the JSP files during deployment operations'. I search this forum but found no such thing posted. Is it a bug or am I missing something ? Appengine is throwing an exception, here below : Unable to upload

[google-appengine] gql query for a specific user

2009-08-18 Thread Marc-Antoine Ruel
See Rietveld's Issue definition at: http://google.com/codesearch?q=class+Issue+package%3Ahttp%3A%2F%2Frietveld.googlecode.com -> class Issue(db.Model): # ... owner = db.UserProperty(auto_current_user_add=True, required=True) # ... I'm trying to debug a weird failure and I want to retrieve i

[google-appengine] Re: dataviewer complication

2009-08-18 Thread Cyprian
Same for me, following queries work fine form dataviewer console: SELECT * FROM RSS WHERE title<'' SELECT * FROM RSS WHERE ORDER BY date2 DESC and that cause an error: SELECT * FROM RSS WHERE title<'' ORDER BY date2 DESC "Server Error A server error has occurred." APP ID: dhsrss BR Cyprian On

[google-appengine] Re: Datastore writes are temporarily unavailable

2009-08-18 Thread Pedro Morais
Same problem on my app. We really need a way to put the dev datastore into several "reduced availability" modes to test for these situations... Regards, Pedro On 18 Ago, 17:32, Kugutsumen wrote: > Just got the following exception: > > CapabilityDisabledError > Please seehttp://code.google.com/

[google-appengine] Re: Unable to Deploy (server error 500)

2009-08-18 Thread _matt_
Experiencing the Server Error (500) trying to deploy an update to an existing app also.Tried the typically recommended solution of rev'ing version number and no luck... On Aug 17, 11:43 am, Joshua Smith wrote: > I've just created a new app (ID: kaoncatalog).  I'm trying to deploy > it and g

[google-appengine] Re: Is it a bad GAE day??

2009-08-18 Thread zero fuxor
I'm getting the same :-( On Tue, Aug 18, 2009 at 3:22 PM, bvelasquez wrote: > > All of my apps are timing out or returning deadline exceeded errors. > I know they just had maintenance, but it seems like my apps are not > recovering. So far, my apps are non-functional. Anyone else > experienc

[google-appengine] Re: AppEngine Crashing

2009-08-18 Thread zero fuxor
i can't update my app, there is a 500 server error. Help please!! On Tue, Aug 18, 2009 at 3:24 PM, Frank wrote: > > same here... > > google? anyone listening? > > > On Aug 18, 12:19 pm, vivpuri wrote: > > http://appengine.google.com/is not loading up and neither is my app. > > This is not acce

[google-appengine] storage quota

2009-08-18 Thread repairman
log output is stored and can be viewed by the gae console such as log.info("found null category and vendor"+categoryName+":"+prefix); the question is does the space my log data takes counts towards my storage quota? --~--~-~--~~~---~--~~ You received this message b

[google-appengine] memory limit

2009-08-18 Thread rgrig
What's the memory limit? --~--~-~--~~~---~--~~ 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-appengine@googlegroups.com To unsubscribe from this group, send email to

[google-appengine] Re: Datastore writes are temporarily unavailable

2009-08-18 Thread Jeff S (Google)
Hi Pedro, That's a great suggestion. Would you mind filing that in the issue tracker? http://code.google.com/p/googleappengine/issues/list Thank you, Jeff On Tue, Aug 18, 2009 at 9:41 AM, Pedro Morais wrote: > > Same problem on my app. > > We really need a way to put the dev datastore into se

[google-appengine] Apache Jackrabbit on GAE

2009-08-18 Thread Ben Francis
Has anyone managed to get Apache Jackrabbit running on GAE? I've seen a few postson the Jackrabbit mailing list about this and the main problems seem to be: 1. Getting the repository to run on JDO 2. Storing the search in

[google-appengine] Is the memcache "global"?

2009-08-18 Thread David Pärsson
Hi, Does all instances of my app have access to the same memcache? Or more specifically, if i update or delete a value in the memcache, is that value updated/deleted for every instance of my application (if there is more than one)? /David --~--~-~--~~~---~--~~ You

[google-appengine] Re: Python scripts do no run in child directories?

2009-08-18 Thread Jeff S (Google)
Hi Rayn, Does the subdirectory contain a file named __init__.py? Also you'll need to change your import statements to match the new directory structure (but I assume you already did this). This tends to trip people up who are creating their first python packages so that's the first thing I think o

[google-appengine] Re: Task Queue Exception: What does it mean?

2009-08-18 Thread James
On Jul 30, 7:43 am, Joshua Smith wrote: > Jeff, > > I've reworked my app since I originally posted, to avoid relying on > the task queue API.  The enqueue line was: > >           taskqueue.add(url='/admin/checkStarted?session=%s' % > session.key(), method='GET', countdown='30') > > I did not set

[google-appengine] Re: Is it a bad GAE day??

2009-08-18 Thread gg
We are still seeing issues. It would also be nice if they did not mess with things in the middle of the US business day!! On Aug 18, 12:51 pm, thomasbohmbach wrote: > And we're back as of ~ 2:45 central. > > On Aug 18, 2:26 pm, thomasbohmbach wrote: > > > My sites came up briefly after the main

[google-appengine] Image Manipulation - JPEG Quality Setting

2009-08-18 Thread MediumFidelity
All- I have been playing around with the Python Image Library on GAE, and I was wondering if there is a way to specify the quality (compression level) of a JPEG image. I know you can set the output format (to convert from a PNG to JPEG for example), but can you control how compressed the JPEG is

[google-appengine] Re: Is it a bad GAE day??

2009-08-18 Thread dan
Me too. Seems mostly datastore related On Aug 18, 3:22 pm, bvelasquez wrote: > All of my apps are timing out or returning deadline exceeded errors. > I know they just had maintenance, but it seems like my apps are not > recovering.  So far, my apps are non-functional.  Anyone else > experiencin

[google-appengine] How can I read a standard openssl private key with PyCrypto and decrypt with it?

2009-08-18 Thread xp_prg
Hi All, I generated a private key with: openssl.exe req -x509 -nodes -days 365 -newkey rsa:1024 -keyout sdgidfedapp11.corp.intuit.net.key -out sdgidfedapp11.corp.intuit.net.crt I can't figure out is how to use PyCrypto.RSA.construct with it to decrypt something. This works however: from M2Cry

[google-appengine] Relation indexing using a single list property - proposal

2009-08-18 Thread Juraj Vitko
On a query with equality filter on a list property, would it be possible to: 1) _not_ discard the sort order on that property, 2) allow for inequality test on smallest/highest value of that list property (similar to ordering) That way it would be possible to implement "relation indexes" using a

[google-appengine] Re: Is the memcache "global"?

2009-08-18 Thread Scott Ellis
Yes --~--~-~--~~~---~--~~ 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-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+uns

[google-appengine] Re: Relation indexing using a single list property - proposal

2009-08-18 Thread Juraj Vitko
sorry! correction of: "filter column is named 'f', value is named 'v'" the 'f' and 'v' are actually a the same property now, so: select from RelationIndex where f == 'roleA' && f == 'registered' && f == '{User}' && f == '(lastName') && f > 'a.Smith:xJ8mFc9r' order by f asc; like that. On Aug 1