Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[condor-users] condor_exec.bat problem
- Date: Wed, 31 Mar 2004 13:36:52 +0800
- From: "Ariz C. Jacinto" <acjacinto@xxxxxxxxxxxxxxx>
- Subject: [condor-users] condor_exec.bat problem
i'm trying to run the sample batch file "printname.bat" included on the
condor 6.6.0 windows installer (on XP) but i'm having problems with it
and with any other batch files. condor doesn't seem to execute those
batch files due to a missing "condor_exec.bat" file. is "condor_exec.bat"
included on the installer or what?
here's the submit file, error log & Starter log:
printname.sub --------------------------------------------------------
Universe = vanilla
should_transfer_files = no
transfer_executable = false
Executable = d:\printname.bat
output = d:\printname.out
error = d:\printname.error
Log = d:\printname.log
queue
printname.error --------------------------------------------------------
'condor_exec.bat' is not recognized as an internal or external command,
operable program or batch file.
StarterLog -------------------------------------------------------------
3/31 13:13:32 Renice expr "10" evaluated to 10
3/31 13:13:32 About to exec C:\WINDOWS\System32\cmd.exe /Q /C
condor_exec.bat
3/31 13:13:32 Create_Process succeeded, pid=1192
3/31 13:13:33 Process exited, pid=1192, status=1
3/31 13:13:33 Got SIGQUIT. Performing fast shutdown.
3/31 13:13:33 ShutdownFast all jobs.
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>