Am Fr 20.07.2007 14:04 schrieb Francois Hornoy <[EMAIL PROTECTED]>: > Hi, > > I downloaded a piece of code: a Java GRAM Client that submits jobs. > From > IBMDevelopersWorks (code attached). It works perfectly, i succeed in > submitting a job on a "globus server", and the job finished > successfully. > > But it uses the factoryType > ManagedJobFactoryConstants.FACTORY_TYPE.FORK. > And as it's a RocksCluster with SGE installed, i would like to use SGE > as > job manager. So, there is no constant "SGE" in FACTORY_TYPE, so i try > to put > factoryType="SGE"; directly, but it does not work, raising an unknown > exception (and no error message on the server side). >
Are you sure that the FactorType is SGE, and not sge? Please check this, maybe zhis helps already. Cheers Alexander
