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

[Condor-users] error submitting jobs to condor pool



Hi,

I'm trying to submit some Java jobs to a Condor pool.
This is my submit file:
------------------------------------------------------------------
executable 	= Encoder.class
universe 	= grid
log 		= report.$(Cluster).log
getenv 		= true
globus_rsl 	= (condor_submit=(universe java))
grid-type	= gt4
grid_resource 	= gt4
https://elka-78.ee.itb.ac.id:8443/wsrf/services/ManagedJobFactoryService
Condor
MyProxyHost	= elka-78.ee.itb.ac.id:7512
MyProxyServerDN	=
O=Grid/OU=GlobusTest/OU=simple-CA-elka-78.ee.itb.ac.id/OU=ee.itb.ac.id/CN=Nano
Surbakti
MyProxyPassword	= "censored"

arguments = Encoder xrayA-00-00.bmp
transfer_input_files = codebook,images_tiled/xrayA-00-00.bmp
when_to_transfer_output = ON_EXIT_OR_EVICT
queue

arguments = Encoder xrayA-01-00.bmp
transfer_input_files = codebook,images_tiled/xrayA-01-00.bmp
when_to_transfer_output = ON_EXIT_OR_EVICT
queue

should_transfer_files = YES
------------------------------------------------------------------

I got this error:
018 (085.001.000) 06/11 19:33:44 Globus job submission failed!
   Reason: 0 java.rmi.RemoteException: Job creation failed.; nested
exception is:  	java.rmi.RemoteException: The Managed Job Factory
Service at https://167.205.65.78:8443/wsrf/services/ManagedJobFactoryService
does not have a resource with key "Condor".

I thought perhaps something wrong with gram-condor extension, so I
check with simple job submission from a tutorial:

------------------------------------------------------------------
nano@elka-113: globusrun-ws -submit -Ft Condor -c /bin/sleep 50
Submitting job...Done
Job ID: ................
------------------------------------------------------------------

Looks like nothing wrong. I also check with condor_q to make sure the
job submitted to Condor.

Please give me some clue or pointer to solve this problem.

I'm sorrry if you got double posting, just don't know where's the best
mailing list to ask for this.

Thanks in advance,

--
Nano Surbakti