LIST-LUXEMBOURG / iguess

iGuess 1.0 - The iGuess implementation in Rails
GNU General Public License v3.0
6 stars 0 forks source link

Not possible to stop module run after WPS raised an error and failed #226

Closed christianbraun closed 9 years ago

christianbraun commented 9 years ago

After starting the UHI module it failed due to pywps error of not getting data from remote server. the module doesn't seem to catch this pywps error and is running further. stop button is not working. module config needs to be deleted.

however, the pywps error is identified and fixed. PyWPS [2015-02-11 11:23:59,242] INFO: Status [processfailed]: Remote server says: [http://mapservices-aberdeen.tudor.lu/aberdeen_ows&SERVICE=WCS&FORMAT=image/img&BBOX=392832,806038,395110,810319&RESX=30&RESY=30&RESPONSE_CRS=EPSG:27700&CRS=EPSG:27700&VERSION=1.0.0&REQUEST=GetCoverage&COVERAGE=AB_ls5] not found

http://iguess.tudor.lu/mod_configs/331 screen shot 2015-02-11 at 11 31 31

ldesousa commented 9 years ago

The module configuration status is not being correctly updated in the database. However, there are 3 different fields in the mod_configs table for the status: . status . status_text . run_status_id To fix this issue I must figure out what each of these fields are. I've contacted Chris for help.