[ZOO-Discuss] Problem with XML execute request

Soeren Gebbert soerengebbert at googlemail.com
Wed May 4 07:24:59 PDT 2011


Hello Gerald,
here are the zcfg and python files:
http://code.google.com/p/wps-grass-bridge/source/browse/trunk/zoo_services/v_voronoi.zcfg
http://code.google.com/p/wps-grass-bridge/source/browse/trunk/zoo_services/v_voronoi.py

The GlobalGrassSettings.py should only affect the
ZOOGrassModuleStarter. In case there was set anything wrong Python
should raise an exception and not crash ... .

I think the problem may be related in the code of
ZOOGrassModuleStarter as ZOO crashes trying to free some maps after
the process finished. Has the Python API and the way the data is
stored in the output map changed?

The relevant code is located here:
http://code.google.com/p/wps-grass-bridge/source/browse/trunk/ZOOGrassModuleStarter.py

starting from line 130 - 142.
I store the result in the output map as
outputs[output.identifier]["value"] = content

Maybe this is the problem?

Best regards
Soeren



More information about the Zoo-discuss mailing list