[Swift-devel] [Bug 249] New: Condor-G provider gives quoting error

bugzilla-daemon at mcs.anl.gov bugzilla-daemon at mcs.anl.gov
Wed Jan 12 23:49:46 CST 2011


https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=249

           Summary: Condor-G provider gives quoting error
           Product: Swift
           Version: unspecified
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P1
         Component: SwiftScript language
        AssignedTo: hategan at mcs.anl.gov
        ReportedBy: wilde at mcs.anl.gov


My jobs seem to be all dying with the error "Found illegal unescaped
double-quote" (see below).

Has anyone successfully run a Condor-G job on OSG with 0.92?

I'll dig deeper and try the same test with the older version of trunk that Marc
has been using here with better success.  Will also try a single job run and
capture a simpler log and the condor-g submit file.

Allan, have you tried 0.92 against COndor-G? If not, could you?

Sarah, we should add some Condor-G-to-GT2 testing to 0.92 validation I think.

- Mike

--

Caused by: org.globus.cog.abstraction.impl.common.task.TaskSubmissionException:
Cannot submit job: Could not submit job (condor_submit reported an exit code of
1). Submitting job(s)
Found illegal unescaped double-quote: "" -e /bin/cat -out outdir/f.0065.out
-err stderr.txt -i -d outdir -if data.txt -of outdir/f.0065.out -k "" -cdmfile
"" -status file -a data.txtThe full arguments you specified were:
/osg/data/engage/tmp/osg.hpc.ufl.edu/catsn-20110113-0025-vv4p4up3/shared/_swiftwrap
cat-ajxnee4k -jobdir a -scratch "" -e /bin/cat -out outdir/f.0065.out -err
stderr.txt -i -d outdir -if data.txt -of outdir/f.0065.out -k "" -cdmfile ""
-status file -a data.txt


Script is:

e$ cat catsn.swift
type file;

app (file o) cat (file i)
{
  cat @i stdout=@o;
}

file out[]<simple_mapper; location="outdir", prefix="f.",suffix=".out">;
foreach j in [1:@toint(@arg("n","1"))] {
  file data<"data.txt">;
  out[j] = cat(data);
}

---


An initial test with an older trunk (~mid-december, swift-r3703 cog-r2925 cog
modified locally) seems to work fine with the same tc, sites, and properties
file.

I need to check what local mods I had applied, but I think its more likely that
some Condor submit file quoting fix fell off in 0.92 integration.

-- 
Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching the reporter.



More information about the Swift-devel mailing list