[TinyOWS-dev] Error invalid Geometry

Olivier Courtin olivier.courtin at gmail.com
Fri May 27 05:53:32 EST 2011


On May 27, 2011, at 10:14 AM, Denis Rykov wrote:

> Hi, Olivier.
> Yes, I've updated schemas, but it is not clear for me what do you  
> mean about config file. I set config file path while compiling  
> tinyows.

My point was only that default config file path change recently (now  
by defautl /etc/tinyows.xml)

> The error is still present in Apache log file: [Fri May 27 11:59:23  
> 2011] [error] [client 89.111.188.176] Premature end of script  
> headers: tinyows.cgi

Well we have to investigate why you got such a result:

Could you do the following debug actions:
- install valgrind if needed
- put your request in a flat file
- in your tinyows directory launch:

1) ./tinyows --check

2) test/unit_test REQUEST_FILE_PATH 4
   (this one perform the query)

3)test/unit_test REQUEST_FILE_PATH 5
  (same as previously but throught HTTP)

4) test/unit_test REQUEST_FILE_PATH 3
  (valgrind output)


Tks !

--
Olivier


More information about the TinyOWS-dev mailing list