Hi abridgedEdition, We have a diagnosis! Your handler starts with a lower-case 's' in app.yaml, but the actual filename starts with an uppercase 'S'. This works in the SDK because you're (presumably) using Windows, which is case-insensitive. The deployment environment is case-sensitive, however.
-Nick Johnson On Thu, Aug 6, 2009 at 6:01 PM, abridgedEdition<[email protected]> wrote: > > Hey Nick, > > Thanks for your quick replies. See above; curl's failing too. > > On Aug 6, 11:48 am, "Nick Johnson (Google)" <[email protected]> > wrote: >> Have you tried identical POSTs from something like wget or curl? When >> you say you have a "custom" client, how custom exactly? >> >> -Nick Johnson >> >> On Thu, Aug 6, 2009 at 5:42 PM, >> >> >> >> >> >> abridgedEdition<[email protected]> wrote: >> >> > Yes. Forgot to mention that it works great in the development >> > server. >> >> > Also, the get requests from the custom client work both in development >> > and production. But POSTs (and PUTs for that matter) don't seem to >> > work in production. >> >> > On Aug 6, 11:39 am, "Nick Johnson (Google)" <[email protected]> >> > wrote: >> >> Hi, >> >> >> Have you checked that your app.yaml (or web.xml, in the case of Java) >> >> is valid? This sort of error often occurs if you have a handler set up >> >> in app.yaml that points to a Python handler script that doesn't exist >> >> or wasn't uploaded. >> >> >> Also, have you tried this on the Development server? Does it work there? >> >> >> -Nick Johnson >> >> >> On Thu, Aug 6, 2009 at 5:32 PM, >> >> >> abridgedEdition<[email protected]> wrote: >> >> >> > Hey AppEngine, >> >> >> > I've got a custom client making POST requests that's getting back 500 >> >> > errors. I do see it in the logs if I filter down to "Requests only" >> >> > mode, but nothing shows up for the debug/info/warning/error logs. No >> >> > tracebacks, nothing. >> >> >> > I suspect somehow I've malformed the post request, but I can't for the >> >> > life of me figure how. >> >> >> > Here's a wireshark trace for you: >> >> >> > REQUEST----------------------------- >> >> > POST /api/moresvc HTTP/1.1 >> >> > Accept-Encoding: identity >> >> > Content-Length: 137 >> >> > Host: pipem0ther.appspot.com >> >> > Content-Type: application/x-www-form-urlencoded >> >> >> > shortname=staples&protocol=darkdc&description=Staples%3B+the+most >> >> > +excellent+library+anywhere >> >> > %21&identity=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa >> >> >> > RESPONSE-------------------------------------- >> >> > HTTP/1.1 500 Internal Server Error >> >> > Date: Thu, 06 Aug 2009 16:22:26 GMT >> >> > Content-Type: text/html >> >> > Server: Google Frontend >> >> > Content-Length: 0 >> >> >> -- >> >> Nick Johnson, Developer Programs Engineer, App Engine >> >> -- >> Nick Johnson, Developer Programs Engineer, App Engine > > > -- Nick Johnson, Developer Programs Engineer, App Engine --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
