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

Re: [Condor-users] condor job has exited normally with status -1073741515



Alex, 

What does your StarterLog on the execute node and the ShadowLog on the scheduler say about these jobs as they run? Do you get an "ERROR: Provider load failure" message in the output/error file from systeminfo?

If you don't see anything interesting in those logs, I'm assuming that your scheduler and execute nodes all have the referenced directories, so what happens when your batch file just does an 'echo "Hello World"'?

I hope this helps!

Good luck,

- Dave

-- 
===================================
David Watrous
main: 888.292.5320

Cycle Computing, LLC
Leader in Condor Grid Solutions
Enterprise Condor Support and Management Tools 



On Nov 17, 2008, at 2:34 PM, Alas, Alex [FEDI] wrote:

I am trying to run a job but it fails exiting with the code 107374515. I know if the job succeeds it will exit out with code 0 and anything else non-zero code means it failed but I don’t know if this code means anything or if it is a generic error code.
 
My description file is the following:
#########################################################################################
# Description file for Batch File for TESTING purposes
# Prepared by Alex Alas
##########################################################################################
universe = vanilla
requirements = (Arch == "INTEL" && OpSys == "WINNT51")
initialdir = c:\condor\execute_bk
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
transfer_input_files = c:\windows\system32\systeminfo.exe
run_as_owner = true
executable = Batch4testv2.bat
output = Batch4testv3.out.$(Process)
error = Batch4testv3.err.$(Process)
log = Batch4testv3.log
queue 1
 
The batch file I am running is as follow:
> systeminfo.exe
 
Any input is much appreciated,


Respectfully,
Alex Alas
Systems Administrator
Fugro EarthData Inc.
 
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at: 
https://lists.cs.wisc.edu/archive/condor-users/