[Pywps-dev] Process generating "missing" output

Luís de Sousa luis.a.de.sousa at gmail.com
Fri Feb 20 01:45:45 PST 2015


Hi everyone,

Just to let you know, this issue has nothing to do with PyWPS, the
process output is indeed that strange GML. This is caused by
unexpected results from pgRouting.

Cheers,

Luís

On 10 February 2015 at 14:42, Luís de Sousa <luis.a.de.sousa at gmail.com> wrote:
> 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