[OSM-dev] Problem uploading: "NoMethodError: undefined method `<' for nil:NilClass"

Peter Körner osm-lists at mazdermind.de
Mon Jan 4 09:48:58 GMT 2010


> "NoMethodError: undefined method `<' for nil:NilClass".  I'm attaching
This sounds as if JOSM's not sending any HTTP Request headers but 
directly the XML Content. A normal HTTP Request starts with
   <Method> <Url> HTTP/<Version>
eg.
   GET /index.html HTTP/1.0

So if there's no Request-Header but only XML, the server would try to 
interpret <osmChange version=".." ..> as HTTP-Request and fail with "<" 
not beeing a valid method.

But http://josm.openstreetmap.de/ticket/2820 suggests, that this was a 
temporary server issue, so..

Peter




More information about the dev mailing list