I got this error on my first attepmt to run a _vbscript_ excatubable on windows clients
I found out it was becasue running a _vbscript_ seems to want to talk to the client machine registary, The condor client was prevented from doing this so i failed.
star with some thing really simple like a bat file with
echo "hello world"
This is a true stand allone application so should show if there is a probelms with the condor system its self, or if it is an error with permissions on the clients.
also try looking in the log files on C:\condor on teh windows machine.
Aaron
> From: tartigues@xxxxxxx > To: condor-users@xxxxxxxxxxx > Date: Fri, 7 May 2010 15:17:10 +0200 > Subject: [Condor-users] CheckpointPlatform error > > Hello > > I'm trying to submit my first job on the vanilla universe. > > I have my executable in the common nfs directory and my descripton file > is: > > Executable = input.sh > Universe = vanilla > Requirements = OpSys == "LINUX" && Arch =="X86_64" > output = sim.out > error = sim.error > Log = sim.log > Queue > > But after the job has been submited the condor_q -better-analyze > returns: > ----------------------- > 002.000: Run analysis summary. Of 6 machines, > 0 are rejected by your job's requirements > 2 reject your job because of their own requirements > 0 match but are serving users with a better priority in the pool > 4 match but reject the job for unknown reasons > 0 match but will not currently preempt their existing job > 0 match but are currently offline > 0 are available to run your job > > The following attributes are missing from the job ClassAd: > > CheckpointPlatform > ---------------------- > Where is the error? What is the CheckpointPlatform? > > Thank you in advance > > Regards > > _______________________________________________ > 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/
Get a free e-mail account with Hotmail. Sign-up now.
|