NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I have an overpass api server that I set up, which is under reasonably heavy usage, although the machine is beefy (16 CPUS, 48G RAM, SSDs). 99.9% of the time it handles things fine. However every so often I get a HTTP 500 error from apache, and all I get in the apache error logs is this:

[Thu Apr 07 10:07:38.737961 2016] [cgid:error] [pid 8783:tid 140682425480960] [client 1.2.3.4:61698] End of script output before headers: interpreter

I can't find anything in the overpass transactions.log file for that timestamp, nor nothing in syslog.

When the same query is sent at a later time, it works and returns results quickly.

Is there anything I can do to debug this problem more, or to find out what's going on? Or should I just resubmit the query when there is a 500 error until I get a 200 result?

asked 15 Apr '16, 11:05

rorym's gravatar image

rorym
5.4k1449100
accept rate: 11%

1

Better ask this question on the overpass dev list: http://listes.openstreetmap.fr/wws/info/overpass and don't forget to add much more details: (a) which Overpass / apache version do you run (b) which queries do you run (c) do you run them in parallel, if so, how many parallel threads, (d) what kind of client do you use, (e) how did you set up your db, does it include attic data?... etc... basically, what is needed to reproduce this?

(15 Apr '16, 17:49) mmd

First of all, it is for sure a bug in the software. HTTP 500 means most often that the process has crashed.

There are HTTP 500 errors on the main instance, too. It happens about once per 100'000 requests, and the errors aren't reproducible. The Apache error log often, but not always tells "End of script output before headers".

After all, I have no idea what is happening there. The first log message to $DB_DIR/transactions.log is written quite early (once the process knows where the log directory is), hence I have no idea yet how to catch the error condition.

A general advice I can give is to run the latest version from the minor_issues branch. This branch is always intended to get patches, and some bugs that may or may not cause crashed have been fixed there.

The second advice is, like mmd has said, to subscribe to the Overpass list. It is probably a better place to discuss all the deeper technical details once there is more information.

permanent link

answered 16 Apr '16, 09:05

Roland%20Olbricht's gravatar image

Roland Olbricht
6.7k36489
accept rate: 36%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×483

question asked: 15 Apr '16, 11:05

question was seen: 1,795 times

last updated: 16 Apr '16, 09:05

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum