Bugzilla – Bug 4539
Add script error #21 troubleshooting information.
Last modified: 2007-06-27 10:00:37
You need to log in before you can comment on or make changes to this bug.
When a user gets the following error: The globus-job-manager-script.pl script received a bad argument. Check for the existance of the appropriate resource manager adapter Perl module in the ${GLOBUS_LOCATION}/lib/perl/Globus/GRAM/JobManager/ directory. this is a result of GLOBUS::GRAM::BAD_SCRIPT_ARG_FILE being sent back on stdout from globus-job-manager-script.pl. The possible causes of this error are as follows: 1) the -m option isn't specified to globus-job-manager-script.pl script, 2) the -f option isn't specified to globus-job-manager-script.pl script, 3) the -f option isn't specified to globus-job-manager-script.pl script, 4) the resource manager adapter module (i.e. fork.pm, pbs.pm, etc...) cannot be found, 5) and instance of the resource manager adapter module could not be instantiated, or 6) the logfile extension points to a filename that cannot be opened for writing 1-3 are extremely unlikely to be the cause, so there should be documentation focusing on 4-6 as the likely causes of this error. It may be necessary to redirect the reader to the script troubleshooting section.
I got this error, after i installed the GT on my new Laptop. The reason for that is probably in all cases, where the perl extension handler is used, the missing Perl module XML::Parser. After i installed that module submission worked fine. See also bug #4174