[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] Added Err and Out classads and submitting via web service



I am attempting to set the sterr and stout file names as classads, but they are not included in the job's classad when submitting via web service.  It is difficult to troubleshoot a job that fails without these files.  Other classads and custom classads are added successfully.  

As an example, in java the following is added to the ClassAdStruct

jobAd.getItem().add(classAdHelper.createAttribute("Out", "Out_test.out", ClassAdAttrType.STRING_ATTR));

where the classAdHelper merely creates the attribute in this case: