Hi Eric, To understand what you did, you added a new ResourceJobManagerType in the thrift definition as "SGE" ? I assume you generate thrift stubs after adding it. For that, you need to have thrift 0.93 installed in your system.
Thanks.. Chathuri On Wed, Feb 24, 2016 at 9:03 AM, Eric Kuyt <[email protected]> wrote: > Hey all, I am playing around with airavata and when I can run jobs on my > SGE using PBS but the parsing of qsub / qstat fails. So my jobs never leave > the Executing state. > > Now I try to make my own SGEJobConfiguration class. > Created the class plus outputParser in org.apache.airavata.gfac.impl.job > > - add SGE > in > /airavata-gfac-impl/src/main/java/org/apache/airavata/gfac/impl/Factory.java > > - add SGE > in > /airavata-data-models/src/main/java/org/apache/airavata/model/appcatalog/computeresource/ResourceJobManagerType.java > > - add SGE to > airavata-php-gateway/app/libraries/Airavata/Model/Job/Types.php in PGA. > > What should the next step be? if I Wanted to create my own SGEOutputparser? > PGA now gives me a Required field 'resourceJobManagerType' is unset! when > I select SGE in the list. > > Thanks, > > Eric > > > -- > Central Veterinary Institute of Wageningen UR (CVI) > Department of Infection Biology > PO box 65, 8200 AB Lelystad, NL > Visiting address: ASG, Edelhertweg 15, 8219 PH Lelystad > > Tel: +31-(0)320-293391 > Fax: +31-(0)320-238153 > E-mail: [email protected] > Web: http://www.cvi.wur.nl >
