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

Re: [Condor-users] Dagman and rescue files



Colin,

DAGMan is dumping a rescue file in this case because it is unable to make any forward progress in the DAG. The apparent reason it's unable to make any forward progress is because it can't open the userlog (the job event log) for your DAG node, because the filename of the userlog is "" (i.e., an empty string).

This (admittedly cryptic) error is right in the log you included:

9/14 10:47:46 UserLog::initialize: open("") failed - errno 2
(No such file or directory) 9/14 10:47:51 Of 1 nodes total:

What does the "log =" line in your job submit file look like?


-Peter

--
Peter Couvares                        University of Wisconsin-Madison
Condor Project Research               Department of Computer Sciences
pfc@xxxxxxxxxxx                       1210 W. Dayton St. Rm #4241
(608) 265-8936                        Madison, WI 53706-1685