edenduthie / pals

Web application implementing the protocol for the analysis of land surface models
1 stars 3 forks source link

Error reporting for failed MO analyses is not working #50

Open gabsun opened 12 years ago

gabsun commented 12 years ago

In most cases, R scripts return a specific error message to std error, but these are not being reported in the MO analysis status table - only as a generic "Error R script failure".

Is this also a problem in what's reported in the PALS log files?

yoichi01 commented 11 years ago

Resolved. The problem was the error msg length over 255 characters, exceeding the database table def limit. Fixed other things to shorten the error message. Still not perfect because original error messages are bad.