[Pywps-dev] Process generating "missing" output

Luís de Sousa luis.a.de.sousa at gmail.com
Tue Feb 10 05:42:15 PST 2015


Dear all,

I have coded a process that uses pgRouting and in the end produces a
GML file as an output. In the development environment it functions as
expected, but when deployed to the server the GML output generated is
always the small bit of XML that is at the end of this message.

The status location reports the process as successful and there are no
errors or exceptions in the log. There is also plenty of disk space.

Any ideas on what may be causing this? Thank you,

Luís

<?xml version="1.0" encoding="utf-8" ?>
<ogr:FeatureCollection
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://schemas.opengis.net/gml/2.1.2/feature.xsd"
     xmlns:ogr="http://ogr.maptools.org/"
     xmlns:gml="http://www.opengis.net/gml">
  <gml:boundedBy><gml:null>missing</gml:null></gml:boundedBy>
</ogr:FeatureCollection>


More information about the pywps-dev mailing list