1 message in com.googlegroups.google-appengine[google-appengine] Could not load aut...
FromSent OnAttachments
bubbles27 Jul 2008 10:41 
Subject:[google-appengine] Could not load authentication cookies
From:bubbles (mano@gmail.com)
Date:07/27/2008 10:41:26 AM
List:com.googlegroups.google-appengine

C:\Program Files\Google\google_appengine>appcfg.py --noisy -- email=manoj.bablesh wa@gmail.com update simplify\helloworld\ 2008-07-27 23:06:00,217 DEBUG appcfg.py:348 Could not load authentication cookie s; LoadError: 'C:\\Documents and Settings\ \Administrator/.appcfg_cookies' does n ot look like a Netscape format cookies file 2008-07-27 23:06:00,217 INFO appcfg.py:126 Server: appengine.google.com 2008-07-27 23:06:00,217 INFO appcfg.py:568 Checking for updates to the SDK. Password for mano@gmail.com: 2008-07-27 23:06:11,250 DEBUG appcfg.py:138 Creating request for: 'https://www.g oogle.com/accounts/ClientLogin' with payload: Passwd=***&source=Google-appcfg-1.0&accountType=HOSTED_OR_GOOGLE &Email=manoj.bableshwar%40gmail.com&service=ah 2008-07-27 23:06:14,953 DEBUG appcfg.py:138 Creating request for: 'http://appeng ine.google.com/_ah/login?continue=http%3A%2F%2Flocalhost %2F&auth=DQAAAIoAAAClEjh kahlqQFPZyBMjP9kc4wvmKy2Msb3pU46xo90u0Dko98UUj0AcHaDpaqboL2LvZ4Q3Uz7RHMNh1rAf_Yv GOmt723nU_HssuTeSGGpN-jrlqXKzxnrUBGRZ7olHKPBCx96EvyI5ofpW45b4F91gE- AHaQmFK6mP7Wi H9aizMvbVCzHzawe0cCVCfwRcsPY' with payload: None 2008-07-27 23:06:16,765 INFO appcfg.py:577 Update check failed: HTTP Error 404: Not Found 2008-07-27 23:06:16,765 INFO appcfg.py:1073 Reading app configuration. Scanning files on local disk. 2008-07-27 23:06:16,780 INFO appcfg.py:1083 Ignoring file 'app.yaml': File match es ignore regex. 2008-07-27 23:06:16,780 INFO appcfg.py:1091 Processing file 'helloworld.py' 2008-07-27 23:06:16,780 INFO appcfg.py:1091 Processing file 'index.html' 2008-07-27 23:06:16,780 INFO appcfg.py:1083 Ignoring file 'index.yaml': File mat ches ignore regex. 2008-07-27 23:06:16,780 INFO appcfg.py:1091 Processing file 'stylesheets/main.cs s' Initiating update. Password for mano@gmail.com: 2008-07-27 23:06:29,125 DEBUG appcfg.py:138 Creating request for: 'https://www.g oogle.com/accounts/ClientLogin' with payload: Passwd=****&source=Google-appcfg-1.0&accountType=HOSTED_OR_GOOGLE &Email=manoj.bableshwar%40gmail.com&service=ah 2008-07-27 23:06:32,562 DEBUG appcfg.py:138 Creating request for: 'http://appeng ine.google.com/_ah/login?continue=http%3A%2F%2Flocalhost %2F&auth=DQAAAIkAAADJH-3 mSCk8ep- wnk9Nu_6xXdDXLDDIJ4HjZXzG8rbjWM1ky7XkkXDZU5GW1LDGu5ABtzjDZ8D_uY- IjoYZUkN I- jc2T4uqnRuxB4xN2dJMSGFsjZlK2AiWim3nc31s4LBDYBwobjpfpNLvcSioG9lFbcUBR1qbC1XYEpV Vx1bl7yUZB143998G2utTzljypGE' with payload: None 2008-07-27 23:06:34,390 ERROR appcfg.py:1128 An unexpected error occurred. Abort ing. Error 404: --- begin server output --- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>404 Not Found</TITLE> </HEAD><BODY> <H1>Not Found</H1> The requested URL /_ah/login was not found on this server.<P> </BODY></HTML> --- end server output ---

C:\Program Files\Google\google_appengine>

==================

contents of app.yaml:

application: simplify-yourself version: 1 runtime: python api_version: 1

handlers: - url: /stylesheets static_dir: stylesheets

- url: /.* script: helloworld.py

==================

the file C:\\Documents and Settings\\Administrator/.appcfg_cookies appears to be blank...

==================

the app is working perfectly on the local machine (Win XP)

==================

im trying to upload the greeting example showcased in the g app engine tuto..

PLEASE HELP..

THANKS IN ADVANCE :-)