Bugzilla – Bug 5696
too generic error message by globus-job-manager-script.pl
Last modified: 2007-11-30 19:45:30
You need to log in before you can comment on or make changes to this bug.
The script globus-job-manager-script.pl is responsible for submitting a job to a LRM. It includes required LRM perl module (require). If the call to "require" fails a way too generic message is sent to the client. We experienced this several time, mostly with ws-gram from GT v4.0.5 on Macs, and had a hard time with debugging.
Added a warn statement that causes that the perl error message is sent back to the client and printed by globusrun-ws. Committed it to the 4.0 branch and trunk.