[Pywps-commits] Hi List

Andres Herrera t763rm3n at gmail.com
Mon Apr 14 03:39:04 CEST 2008


  finaly addvalue kills me and i was  Trying other process (buffer.py)



 i'd setup the embiro web interface in my server, with some map file
to lunch the buffer process, but it freeze in Plase Wait... msg (Check
the embiro_error.JPG ) attached file

 i'd check the embrio/vector/v_buff/mod/mod_v_buff.php and fixed the

 $array = array('data',$input_url,'width',$_REQUEST['radius']);

 to match right with the inputs in buffer.py and also i was trying to
lauch the process from scratch

 over command line :

 ./wps.py "service=wps&version=0.4.0&request=Execute&Identifier=buffer&datainputs=data,/var/www/tmp/input841334.txt,width,5&status=true&store=true"


 in /var/www/tmp/input841334.txt has a file generated by embiro with
the followin line
 599027,4922325

 the proceses runs and i got the followin response

 <ExecuteResponse
statusLocation="http://192.168.11.150/wpsoutputs/executeresponse-2008-4-5-10-32-57.xml"
version="0.4.0" xsi:schemaLocation="http://www.opengeospatial.net/wps
http://www.ogcnetwork.net/schemas/wps/0.4.0/wpsExecute.xsd">
 <ows:Identifier>buffer</ows:Identifier>
 −
    <Status>
 <ProcessAccepted/>
 </Status>
 </ExecuteResponse>

 executting in the browser with the following line

http://192.168.11.150/cgi-bin/wps.py?service=wps&version=0.4.0&request=Execute&Identifier=buffer&datainputs=point,/var/www/tmp/input409086.txt,radius,1&status=true&store=true

 got the same response ..

 i'd check my http://192.168.11.150/wpsoutputs/executeresponse-2008-4-5-10-32-57.xml
and i got the follow xml


 <ExecuteResponse
statusLocation="http://192.168.11.150/wpsoutputs/executeresponse-2008-4-5-10-32-57.xml"
version="0.4.0" xsi:schemaLocation="http://www.opengeospatial.net/wps
http://www.ogcnetwork.net/schemas/wps/0.4.0/wpsExecute.xsd">
 <ows:Identifier>buffer</ows:Identifier>
 −
     <Status>
 −
     <ProcessFailed>
 −
     <ows:ExceptionReport verion="1.0">
 −
     <ows:Exception exceptionCode="NoAplicableCode">
 −
     <ows:ExceptionText>
 Could not perform command: v.in.ogr input=data output=data
 </ows:ExceptionText>
 </ows:Exception>
 </ows:ExceptionReport>
 </ProcessFailed>
 </Status>
 </ExecuteResponse>


 then i check my grass.py and it is ok, my grass runs fine  in my
system, what cold be the problem thanks for your help list..

 best regards

 Andres Herrera




-- 
=====================================================
Ing. Fabio Andres Herrera
Gerente de Proyectos


More information about the Pywps-commits mailing list