[google-appengine] @Staff: Migration to HRD broke records - can you help fixing it?

2012-09-10 Thread Federico Elles
) File /base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py, line 1216, in check_rpc_success raise _ToDatastoreError(err) BadRequestError: app s~3x3links-hrd cannot access app 3x3links's data How can I fix this? Thanks, Federico from 3x3Links -- You

[google-appengine] Re: @Staff: Migration to HRD broke records - can you help fixing it?

2012-09-10 Thread Federico Elles
There is also an open question on this issue at StackOverflow: http://stackoverflow.com/questions/9651943/app-x1-cannot-access-app-x2-data -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Can not disable App Engine service (app) from Google Apps

2011-11-17 Thread Federico Elles
). If I try to disable the service, an empty error message is displayed. If I try to delete the www domain, the error: We are unable to process your request at this time. Please try again later. (Error #1000) is displayed. I waited for 2 weeks, but still same error. Help! Thanks, Federico. -- You

[google-appengine] A server error occurred. Please contact the administrator.

2011-08-03 Thread Federico Elles
Getting the message A server error occurred. Please contact the administrator. for all write operations. Status is green: http://code.google.com/status/appengine App: 3x3links Thanks. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

[google-appengine] Problem: Entity WebStore not displayed in data viewer anymore - records still available...

2011-06-16 Thread Federico Elles
in the datastore viewer. Thanks for your help, Federico. -- 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+unsubscr

[google-appengine] Re: Inconsistent cascading persistence-by-reachability behavior with JDO, App Engine, Data Nucleus, JUnit

2011-02-14 Thread federico
I have the exact same problem with a similar domain and relationships: Game - (1-1) - Map - (1-N) - Lands all owned relationships when i save Game sometimes all Lands get saved and sometimes Not What the Hell is going on On 2 Feb, 02:01, Apollo david.moffe...@gmail.com wrote: I'm

[appengine-java] Re: How to store/retrieve inheritance and composition in Datastore

2010-01-20 Thread Federico Keen
Thanks guys, but I ended up migrating away. I'll wait until the datastore is a bit more developed :D On Jan 16, 6:54 am, datanucleus andy_jeffer...@yahoo.com wrote: I think Max has been improving the GAE/J inheritance support recently, so would be surprised if this isn't possible, at least in

[appengine-java] Re: How to store/retrieve inheritance and composition in Datastore

2010-01-15 Thread Federico Keen
as an extra property which it needs a read- time to create the instance.  Usually this is not needed because Twig can use the generic type of the Field to know that the Collection is of C's. JD On Jan 15, 3:59 am, Federico Keen federicok...@gmail.com wrote: Hi guys, I'm trying to use

[appengine-java] How to store/retrieve inheritance and composition in Datastore

2010-01-14 Thread Federico Keen
Hi guys, I'm trying to use the datastore with a model like this: Class A extends C { @Persistent private String a1; } Class B extends C { @Persistent private String b1; @Persistent private D dAttribute; } Class D { @Persistent private String d1; } Class

[google-appengine] Re: Huge spike in load chart followed by flatline?

2009-10-07 Thread Federico Builes
insurance for these cases :) -- Federico --~--~-~--~~~---~--~~ 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

[google-appengine] Re: Requests Aborted

2009-09-14 Thread Federico Builes
Just to followup on this, another one of my application's seeing the same behavior: dove-orkut On Mon, Sep 14, 2009 at 10:44 AM, Nick Johnson (Google) nick.john...@google.com wrote: Hi Frederico, What is your App ID? -Nick On Mon, Sep 14, 2009 at 4:35 PM, Federico Builes federico.bui

[google-appengine] Re: Routing best practices

2009-07-28 Thread Federico Builes
Nick, On Jul 28, 2009, at 5:13 AM, Nick Johnson (Google) wrote: Hi Federico, I'm not sure I see the problem. Obviously each handler you write is going to be imported and mapped somewhere. If you want to minimize the size of your handler script, you can have an __init__.py module

[google-appengine] Routing best practices

2009-07-27 Thread Federico Builes
doing the same for bigger applications. -- Federico --~--~-~--~~~---~--~~ 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

[google-appengine] Re: Weird Quotas Error

2009-07-20 Thread Federico Builes
On Jul 19, 4:24 pm, Federico Builes federico.bui...@gmail.com wrote: When I log into my dashboard I find the following error message:    Your application is exceeding a quota: App Config Service Config   App Call Count And when trying to update I get:    HTTPError: HTTP Error 403

[google-appengine] Weird Quotas Error

2009-07-19 Thread Federico Builes
is garota-social, any suggestions on what might be wrong? This is an app that's already live :( -- Federico --~--~-~--~~~---~--~~ 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] Error for datastore_v3.RunQuery()

2009-07-06 Thread Federico Builes
I'm seeing a lot of Error: An error occurred for the API request datastore_v3.RunQuery() in my application (around 1.5%, app_id is garota-social). Any ideas of what might be going on? A full trace can be found in: http://gist.github.com/141726 -- Federico

[google-appengine] List Property containing keys - performance question

2009-06-20 Thread Federico Builes
to do index this and do it in datastore side (WHERE favorites = thekey) it might have to un-marshal the property and do a normal lookup, but I don't think the slowdown is noticeable. -- Federico --~--~-~--~~~---~--~~ You received this message because you

[google-appengine] List Property containing keys - performance question

2009-06-20 Thread Federico Builes
the parents/childs for an entity, that line should just be doing that for 'other', so maybe it's just unmarshalling the results or something, I don't think it's fetching a whole entity. Why don't you paste the full error trace so we can help you better? -- Federico Builes

[google-appengine] Getting the ID of an entity in PostCallHook

2009-06-19 Thread Federico Builes
the key of the entity here apiproxy_stub_map.apiproxy.GetPostCallHooks().Append('post_hook', post_hook, 'datastore_v3') -- Federico Builes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group

[google-appengine] Help me with designing data model

2009-06-18 Thread Federico Builes
fields with a query like: SELECT * FROM Movies WHERE cities = your_city There was a talk in this year's Google IO about this subject: http://code.google.com/events/io/sessions/BuildingScalableComplexApps.html -- Federico Builes --~--~-~--~~~---~--~~ You received

[google-appengine] OverQuotaErrors on Image Transforms

2009-06-17 Thread Federico Builes
Nick Johnson (Google) writes: Hi Federico, Quotas are divided into smaller time periods than just daily, to prevent a single burst from exhausting an entire day's quota, and leaving your app inaccessible for the remainder of the day. Does your app have particularly bursty traffic

[google-appengine] DataBase in GoogleApp

2009-06-17 Thread Federico Builes
server isolated in one part, with all the data in the same place. One of the advantages provided by the Datastore is that that idea is no longer true. -- Federico Builes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[google-appengine] Testing GAE application best practices

2009-06-17 Thread Federico Builes
. Take a look at nose-gae, it's kind of simple but it has worked for me so far: http://code.google.com/p/nose-gae/ -- Federico --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post

[google-appengine] Verification of account impossible from Paraguay?

2009-02-15 Thread Federico Cáceres
Hello, I would like to give the App Engine a try, but I'm stuck in the Account Veritication page. In the account verification page, when I saw that the Country and Carrier dropdown gave the Other (not listed) option, I was hoping that I was going to be able to verify the account from Paraguay.

[google-appengine] Re: Verification of account impossible from Paraguay?

2009-02-15 Thread Federico Cáceres
Thank you Alex, I didn't see that link, I'll cross my fingers :) On Feb 15, 8:22 pm, Alexander Kojevnikov alexan...@kojevnikov.com wrote: On Feb 16, 5:06 am, Federico Cáceres fede.cace...@gmail.com wrote: Hello, I would like to give the App Engine a try, but I'm stuck in the Account