3liz / qgis-wps4server

QGIS Server Plugin to add OGC Web Processing Service capabilities
GNU General Public License v3.0
18 stars 6 forks source link

no response - end of script before headers #4

Open vittrup88 opened 7 years ago

vittrup88 commented 7 years ago

I found some problems in this setup. I had a hard time getting the envVariables to work so the buffer.cfg file is working. Now i get WPS GetCapabilities and connected to QGIS WPS client.

I am testing with qgis buffer and using plugin in qgis wps client i pick buffer analysis with point input. I here start the process and on the wps server site i can see gml files are generated and stored in /tmp/wpsoutputs These files are okay - but i do not get response from wps server. i had tried making wpsoutputs avalible with apache2 but still no luck.

I debugged to this: response = wps.performRequest(processes=processes)

maybe this one crashes. Any idea what is wrong? - might be config ?

rldhont commented 6 years ago

Did you test last versions ?