The error from the server seemed to be something wrong on googles side, as it is working correctly now.. Sorry for the delay in posting it here....
On Sep 24, 8:16 am, Arun Shanker Prasad <[EMAIL PROTECTED]> wrote: > Hi Marzia, > > Thank you very much for the quick reply. > > The # AUTOGENERATED line was there in the index.yaml, I will check > the file ending.. > > I actually tried deleting the index.yaml and the restarted the dev > server to get the index.yaml generated. But then I found errors when > uploading my app to the app engine, I got a 500 error from the server > while trying to upload the index.. > > Thanks, > Arun Shanker Prasad. > > On Sep 24, 7:48 am, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > If the # AUTOGENERATED line is omitted from your index.yaml file, the > > dev_appserver will not add any indexes to your index.yaml file, assuming you > > are adding them by hand. > > > If you notice that the line is there, but the indexes still aren't being > > added, it's possible that you've run in to a known issue where the indexes > > won't generated if the line endings of your file are '\r\n'. If this is the > > case, you should be able to get the indexes to generate by either deleting > > the file or fixing the line endings. > > > -Marzia > > > On Wed, Sep 24, 2008 at 1:32 AM, Arun Shanker Prasad < > > > [EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > When ever I run my application locally, I get the following message, > > > > INFO 2008-09-24 08:31:09,174 dev_appserver_index.py] Detected > > > manual index.yaml, will not update > > > > and none of the new indexes are automatically added to the > > > index.yaml.. > > > > I mean there is no change in the yaml file after I run the requests > > > that need the new index, but this causes NeedIndex error in the app > > > engine. > > > > This started to happen i tried to clear the datastore and began to > > > work with a new copy of my whole source [I meant a backup of the > > > files]. > > > > Any help will be appreciated.... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
