This seems like there might be an issue with the handler mapping for your
application, it probably can't find the correct Python class to send the
request.

Make sure you have correctly mapped /raceload in your app.yaml and in your
script's application handler.

-Marzia

On Tue, Oct 14, 2008 at 1:55 AM, Sterny <[EMAIL PROTECTED]> wrote:

>
> I'm having problems uploading data to previously loaded tables.
> I get the following error.
> I'm on windows xp some tables load ok. All load up ok on my localhost.
>
> Any ideas?
>
> I get the following error.:
>
> C:\Google_apps>python "C:\Program Files\Google\google_appengine\tools
> \bulkload_client.py"
> --filename C:\Google_apps\data\Race.csv --kind Race  --url
> http://myrunningdata.appspot.com/raceload
> INFO     2008-10-14 08:21:56,700 bulkload_client.py] Starting import;
> maximum 10 entities per post
> INFO     2008-10-14 08:21:56,700 bulkload_client.py] Importing 4
> entities in 185 bytes
> ERROR    2008-10-14 08:21:57,460 bulkload_client.py] An error occurred
> while importing: Received code 500: Internal Server Error
>
> <html><head>
> <meta http-equiv="content-type" content="text/html;charset=utf-8">
> <title>500 Server Error</title>
> </head>
> <body text=#000000 bgcolor=#ffffff>
> <h1>Error: Server Error</h1>
> <h2>The server encountered an error and could not complete your
> request.
> <p>If the problem persists, please <A HREF="http://www.google.com/
> support/ <http://www.google.com/support/>">report</A> y
> our problem and mention this error message and the query that caused
> it.</h2>
> <h2></h2>
> </body></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-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to