[google-appengine] Re: Problems using generate_records with the bulkloader

2009-09-23 Thread Nick Johnson (Google)
Hi Col, Would you be prepared to send me your script, model definitions, and the first few lines of your CSV file? This looks like it could be a bug in the SDK. -Nick Johnson On Wed, Sep 23, 2009 at 7:40 AM, Col Wilson wrote: > > Nick, I went back to my real word code and created a CSV and yes

[google-appengine] Re: Gmail implementation

2009-09-23 Thread Nick Johnson (Google)
Hi Corneliu, If you don't add a sort order, you can use Merge Join queries - any query on multiple properties that uses only equality filters can be executed as a merge join, and thus doesn't require a custom index. Alternately, you can define a single ListProperty that you put 'name:value' tuples

[google-appengine] Re: 'Add It Now' Functionality for my own Google App Engine Application

2009-09-23 Thread Pedro Morais
Nick, Are you sure that's working? I have 2 test domains, both using google apps; let's call them "client.com" and "provider.com" If while managing the "client.com" domain I try to add an app that belongs to "provider.com", I get the following message: You do not have the permissions necessary

[google-appengine] Re: 'Add It Now' Functionality for my own Google App Engine Application

2009-09-23 Thread Nick Johnson (Google)
Hi Pedro, For this to work, the target app needs to be set up to use Google Accounts authentication, not Apps authentication. -Nick Johnson On Wed, Sep 23, 2009 at 10:50 AM, Pedro Morais wrote: > > Nick, > > Are you sure that's working? > > I have 2 test domains, both using google apps; let's ca

[google-appengine] Re: IN and != sub query

2009-09-23 Thread Nick Johnson (Google)
Hi, We're gradually adding support for asynchronous RPC calls; sooner or later that will probably include updating the db module to support them, and thus adding the capability to execute these queries in parallel. It's unlikely the 30 query limit will be removed - 30 queries is a lot to execute at

[google-appengine] help in python enviroment

2009-09-23 Thread alf
Hi all I try to find information about python models parameter you can apply when you design a models like (required, choice, default etc) but for me have been imposible find doc in appengine website explain what parameters exists and this explanation. May be is for my unknoleage but my impresio

[google-appengine] Re: 'Add It Now' Functionality for my own Google App Engine Application

2009-09-23 Thread Takashi Matsuo
Hi, Currently, Google Apps has an OpenID capability called 'Federated Login using OpenID'. So, for multi-domain deployment, using this feature and implementing OpenID SP in GAE Userland would be one option. Just my 2 Yen. -- Takashi Matsuo The father of kay framework On Wed, Sep 23, 2009 at

[google-appengine] Re: help in python enviroment

2009-09-23 Thread Sylvain
here ? http://code.google.com/intl/fr/appengine/docs/python/datastore/propertyclass.html#Property On 23 sep, 12:29, alf wrote: > Hi all > > I try to find information about python models parameter you can apply > when you design a models like (required, choice, default etc) but for > me have been

[google-appengine] question about db.allocate_ids

2009-09-23 Thread Takashi Matsuo
Hi, I noticed db.allocate_ids method is very useful when bulkloading. I have a question about the spec of this function. Q1. Isn't it possible to allocate ids for children entities of particular entity? It seems that this function allocates only for root entities. Q2. Isn't it possible to contr

[google-appengine] Re: question about db.allocate_ids

2009-09-23 Thread Nick Johnson (Google)
Hi Takashi, On Wed, Sep 23, 2009 at 1:56 PM, Takashi Matsuo wrote: > > Hi, > > I noticed db.allocate_ids method is very useful when bulkloading. I > have a question about the spec of this function. > > Q1. > Isn't it possible to allocate ids for children entities of particular > entity? > It seem

[google-appengine] Re: question about db.allocate_ids

2009-09-23 Thread Takashi Matsuo
Hi Nick, Thanks for your clarification! It helps me a lot. On Wed, Sep 23, 2009 at 10:31 PM, Nick Johnson (Google) wrote: > Hi Takashi, > > On Wed, Sep 23, 2009 at 1:56 PM, Takashi Matsuo > wrote: >> >> Hi, >> >> I noticed db.allocate_ids method is very useful when bulkloading. I >> have a que

[google-appengine] Re: Unbelievably high CPU Time

2009-09-23 Thread Nick Johnson (Google)
Hi blscott, There's no circumstance in which the App Engine datastore will do a full table scan - all datastore queries can be satisfied by one or more index queries. The reduction you saw is simply due to less work having to be done on Put operations due to fewer indexed properties to update. -Ni

[google-appengine] Re: Different behavior static_dir dev vs live

2009-09-23 Thread Nick Johnson (Google)
Hi jaap, Can you please file a bug for this in the issue tracker? -Nick Johnson On Tue, Sep 22, 2009 at 4:32 PM, j...@q42.nl wrote: > > I've found a difference in the behavior of static_dir directives in > app.yaml. > > My app.yaml: > handlers: > - url: /js/y.js > script: js_templ.py > - url:

[google-appengine] Re: Looking for off-the-shelf KB for GAE

2009-09-23 Thread Joshua Smith
A basic implementation is fine. A google site search implementation is fine, too, if it works well. The KB is public. On Sep 22, 2009, at 6:23 PM, Barry Hunter wrote: > > On 22/09/2009, Joshua Smith wrote: >> > >> >> My requirements are not too difficult: >> > .. >> - Full text search > > Th

[google-appengine] 500 errors

2009-09-23 Thread Steven Harrington
Hi We are having trouble with constant 500 server errors. A sample error snippet is below: 09-23 06:33AM 55.974 /fetch?url=http%3A//74.125.113.132/search%3Fq %3Dcache%3A9wdNxvEMZjAJ%3Awww.waterloowatch.com/Index_files %25255CFluoride%252520and%252520Skeletal%252520Fluorosis.pdf%2Bskeletal %2Bflu

[google-appengine] Download the sample source code in that, with regard to the JUNIT

2009-09-23 Thread CutDeer
Such as the title http://code.google.com/intl/zh-CN/appengine/docs/java/howto/unittesting.html --~--~-~--~~~---~--~~ 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-ap

[google-appengine] Global transactions ?

2009-09-23 Thread hjo1620
Background: I don't understand Datastore transactions. Containermanaged transactions in an JEE application server, makes it easy to write applications that have to for example, withdraw money from an account, and transfer into another account. If the withdrawal works but the transfer crashes, bo

[google-appengine] App limit

2009-09-23 Thread Jason
Hi, Enjoying AppEngine, but have reached my app limit. Could I get it increased pls? Kind Regards, Jason --~--~-~--~~~---~--~~ 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: Poor app performance: periods of very high latency

2009-09-23 Thread Taro Morimoto
Hi! I had the same problem with very high latencies and DeadlineExceededErrors. I don't know if you have the same problem as I did but I hope this helps for some of you. I'm using django 1.0.2 with zip import. So I just updated my google- app-engine-django helper library and the latencies are no

[google-appengine] Load/Stress Testing

2009-09-23 Thread Dai bok
Hi all, I am busy stress testing my application, and I just thought that it might be an idea to let the people at google know that I inented to test some sections of my application that may come under high load. What is the policy for this? Do I need to let GAE admins know about this? Who should

[google-appengine] Re-register a domain

2009-09-23 Thread 42trends
Hi, I deployed a simple app to GAE, I tried to configure my private domain (www.mydomain.com for example) which I own, for some reason I was not able to use www.mydomain.com. I followed the domain removal instructions which said that it would take about 5 days until I'll be able to user www.mydoma

[google-appengine] Query with more than 1000 records

2009-09-23 Thread elcologaby
Hi, I'm doing some research about Google App Engine, and I would like to storage information about other applications. I've been reading the limitacions, and I found out that I can't red more than 1000 records whit a single query. Is there a way for me to be able to read more than this amount of r

[google-appengine] Re: 500 errors

2009-09-23 Thread Wooble
It sounds like your requests are blocking trying to hit an external webserver which is slow. If you're holding each request open for ~10 seconds (after which the urlfetch fails), you're not going to be able to have many incoming requests at the same time. On Sep 23, 10:02 am, Steven Harrington

[google-appengine] Re: Random google.appengine.runtime.DeadlineExceededError.

2009-09-23 Thread johnP
I guess we need more people to star issue 1695... http://code.google.com/p/googleappengine/issues/detail?id=1695 Also, a Wordle of issue 1695: http://www.wordle.net/show/wrdl/1159277/Wordle_of_Appengine_Issue_1695 On Sep 21, 6:31 pm, Brandon Thomson wrote: > Since this seemed to start with t

[google-appengine] Re: App limit

2009-09-23 Thread Jeff S (Google)
Hi Jason, I've increased your cap to 20 apps. Thank you, Jeff On Wed, Sep 23, 2009 at 7:56 AM, Jason wrote: > > Hi, > > Enjoying AppEngine, but have reached my app limit. Could I get it > increased pls? > > Kind Regards, > Jason > > > > --~--~-~--~~~---~--~~ Y

[google-appengine] JDOQuery

2009-09-23 Thread anurag
HI, all i want to put two or filter for an object.how can i put ? i m using google JDO jar file. RDBMS query select * from user where id>10 or name like 'anu%'; i want same query in JDO i wrote select from User.class where id>10; its working fine. but when i put both filter that means select

[google-appengine] Google Docs and AppEngine: NoClassDefFoundError... why?

2009-09-23 Thread Patrick Moore
Hi there -- I am running into one of those problems that makes you feel very stupid. I have an java application that works just fine when running using the Google WebApp plugin on Eclipse 3.5. I have the 1.2.5 version. Great! ready to upload! Except that I get NoClassDefErrors when I try to run

[google-appengine] Re: Poor app performance: periods of very high latency

2009-09-23 Thread Jason C
We are using Django 1.0.2 via zipimport and the most recent appengine_django (r90), and are still seeing the DeadlineExceededErrors. Taro, please repost here again and update us in a day or two. j On Sep 23, 2:59 am, Taro Morimoto wrote: > Hi! > > I had the same problem with very high latencie

[google-appengine] Re: Open Letter to Ryan Barrett and the AppEngine Team regarding "high availability"

2009-09-23 Thread gae123
Hi Ryan, thanks for taking time to reply to my posting and thaks for all the great work that is going on at GAE. I am glad to hear that the indexes problem will be resolved in 1.2.6, it has been one of the few but very acute problems when it happens. I am also content to see that Google has been

[google-appengine] Re: do you use values with value with db.DateTimeProperty(auto_now=True) ?

2009-09-23 Thread Jeff S (Google)
Hi Nelson, Thanks for raising the issue. Could you be more specific as to what these surprises were? Also, if you could share your app ID with me, I might be able to dig a bit deeper than just trying to reproduce the issue. Assuming that the problem is that expected entities are not in the query r

[google-appengine] Porting from AppEngine Data Store to Standalone/AWS S3 and back

2009-09-23 Thread Charlie
I recently had to port one of my applications, which makes heavy use of the Data Store API, to run outside AppEngine. A client needed the ability to install the application on their own internal web servers (Apache+mod_wsgi). Thankfully I wasn't using any GQL, so I was able to write a very simple

[google-appengine] I'm afraid my datastore is in an inconsistent state

2009-09-23 Thread pdub
I was running some bulk deletes that timed out and now the dataviewer doesn't work (I'm getting the message 'We couldn't retrieve your list of Kinds.') When I try rerunning the bulk delete, the job fails within a few seconds with no exception logged. Any idea what might be going on? --~--~--

[google-appengine] Re: I'm afraid my datastore is in an inconsistent state

2009-09-23 Thread pdub
I suppose it would help if I posted my app id: bidtective On Sep 23, 7:35 pm, pdub wrote: > I was running some bulk deletes that timed out and now the dataviewer > doesn't work (I'm getting the message 'We couldn't retrieve your list > of Kinds.')  When I try rerunning the bulk delete, the job

[google-appengine] Re: Global transactions ?

2009-09-23 Thread Peter Petrov
See Nick's post for one possible solution: http://blog.notdot.net/2009/9/Distributed-Transactions-on-App-Engine On Sep 23, 10:50 am, hjo1620 wrote: > Background: I don't understand Datastore transactions. > > Containermanaged transactions in an JEE application server, > makes it easy to write a

[google-appengine] Re: I'm afraid my datastore is in an inconsistent state

2009-09-23 Thread pdub
Well, the problem seems to have resolved itself On Sep 23, 7:40 pm, pdub wrote: > I suppose it would help if I posted my app id: > > bidtective > > On Sep 23, 7:35 pm, pdub wrote: > > > I was running some bulk deletes that timed out and now the dataviewer > > doesn't work (I'm getting the messa

[google-appengine] Re: Load/Stress Testing

2009-09-23 Thread vivpuri
Not sure why you would want to stress test appengine app. Docs clearly say you can get 400 requests/sec performance. If you want more, request for more. Also, you should read the latest blog post: http://googleappengine.blogspot.com/2009/09/agile-paddling-with-app-engine-lessons.html --~--~--

[google-appengine] is there a Python client library reference somewhere?

2009-09-23 Thread Graham Charles
I'm finding it difficult to locate a true reference for the Python client library. In trying to implement service.RetrieveUser, for example, I'm told that the method returns a UserEntry object, but no documentation on UserEntry's members is forthcoming. The .Net and PHP client libraries provide s

[google-appengine] Re: Anyone gives some advice to me please.

2009-09-23 Thread gimme
I checked my log , and the server returns a HTTP 200 reply As the doc said, the task may be removed a week later? and there's no way to NOTIFY the task with the same name to be executed again in these days. - - "POST /task_test HTTP/1.1" 200 124 "AppEngine-Google; (+http:// code.google.com/appeng

[google-appengine] Re: I'm afraid my datastore is in an inconsistent state

2009-09-23 Thread Tom Wu
+1 2009/9/24 pdub > > Well, the problem seems to have resolved itself > > On Sep 23, 7:40 pm, pdub wrote: > > I suppose it would help if I posted my app id: > > > > bidtective > > > > On Sep 23, 7:35 pm, pdub wrote: > > > > > I was running some bulk deletes that timed out and now the dataview

[google-appengine] Re: How to create model with unique fields

2009-09-23 Thread eng. Ilian Iliev
Hi Ryan, thanks for the link but unfortunately my case is when the unique property must not be read only (users emails for example), and I`m still unable to find clean solution. If you have any other ideas I`ll be glad to hear(read) them. Greetings, Ilian Iliev On 18 Септ, 09:30, ryan wrote:

[google-appengine] Re: How to create model with unique fields

2009-09-23 Thread eng. Ilian Iliev
Hi Ryan, thanks for the link but my case is when the unique field must not be read only, which if I understood the issue comments correctly is the key names limitation. The specific problem I`m trying to solve is how to store list of emails without duplicate entries. If you have any other ideas