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

[condor-users] Condor and Povray



Hi all,
I'm new to Condor and I'm trying to use it to run an instance of Povray between two Win2000 machines.

My submit file is the following:

universe = vanilla
executable = c:\povdos\povray.exe
transfer_input_files = quilt1.pov
log = quilt1.log
err = quilt1.err
output = quilt1.tga
arguments = +Iquilt1.pov
queue

The executable and the input file are both copied to the target machine but something wrong happens when condor tries to run the first. The StartLog file shows the following lines:

10/1 20:52:12 DaemonCore: Command received via UDP from host <192.168.1.41:1602>
10/1 20:52:12 DaemonCore: received command 440 (MATCH_INFO), calling handler (command_match_info)
10/1 20:52:12 match_info called
10/1 20:52:12 Received match <192.168.1.41:1582>#2416892135
10/1 20:52:12 State change: match notification protocol successful
10/1 20:52:12 Changing state: Unclaimed -> Matched
10/1 20:52:30 DaemonCore: Command received via TCP from host <192.168.1.50:1049>
10/1 20:52:30 DaemonCore: received command 442 (REQUEST_CLAIM), calling handler (command_request_claim)
10/1 20:52:30 Request accepted.
10/1 20:52:47 Remote owner is salvatore@xxxxxxxxx
10/1 20:52:47 State change: claiming protocol successful
10/1 20:52:47 Changing state: Matched -> Claimed
10/1 20:52:47 DaemonCore: Command received via TCP from host <192.168.1.50:1055>
10/1 20:52:47 DaemonCore: received command 444 (ACTIVATE_CLAIM), calling handler (command_activate_claim)
10/1 20:52:47 Got activate_claim request from shadow (<192.168.1.50:1055>)
10/1 20:52:47 Remote job ID is 69.0
10/1 20:52:47 Got universe (5) from request classad
10/1 20:52:47 Startd using *_VANILLA control expressions.
10/1 20:52:47 State change: claim-activation protocol successful
10/1 20:52:47 Changing activity: Idle -> Busy
10/1 20:52:51 DaemonCore: Command received via TCP from host <192.168.1.50:1057>
10/1 20:52:51 DaemonCore: received command 404 (DEACTIVATE_CLAIM_FORCIBLY), calling handler (command_handler)
10/1 20:52:51 Called deactivate_claim_forcibly()
10/1 20:52:51 DaemonCore: Command received via UDP from host <192.168.1.41:1616>
10/1 20:52:51 DaemonCore: received command 60001 (DC_PROCESSEXIT), calling handler (HandleProcessExitCommand())
10/1 20:52:51 Starter pid 832 exited with status 0
10/1 20:52:51 dynuser: LsaRemoveAccountRights Failed winerr=87l
10/1 20:52:51 State change: starter exited
10/1 20:52:51 Changing activity: Busy -> Idle
10/1 20:52:51 DaemonCore: Command received via UDP from host <192.168.1.50:1060>
10/1 20:52:51 DaemonCore: received command 443 (RELEASE_CLAIM), calling handler (command_handler)
10/1 20:52:51 State change: received RELEASE_CLAIM command
10/1 20:52:51 Changing state and activity: Claimed/Idle -> Preempting/Vacating
10/1 20:52:51 State change: No preempting match, returning to owner
10/1 20:52:51 Changing state and activity: Preempting/Vacating -> Owner/Idle
10/1 20:52:51 State change: IS_OWNER is false
10/1 20:52:51 Changing state: Owner -> Unclaimed
10/1 20:52:51 DaemonCore: Command received via UDP from host <192.168.1.50:1061>
10/1 20:52:51 DaemonCore: received command 443 (RELEASE_CLAIM), calling handler (command_handler)
10/1 20:52:51 Error: can't find resource with capability (<192.168.1.41:1582>#2416892135)

I can't understand the meaning of this last error about the resource: could anyone give me some suggestions?

Thanks in advance,
  Francesco


____________________________________________________________
Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005
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>