[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| 
Re: [geclipse-dev] Problems with code of Romain
 | 
Hello Pod,
I have a problem submitting a job to gilda have you tried your code with gilda? Here are my settings and code I use:
  
I am interested in making it work on gilda too.
    try {
                System.out.print("Start submitting a job");
                VomsVoCreator crea = new VomsVoCreator();
                crea.setVoHost("voms.ct.infn.it");
                crea.setVoPort(15001);
                crea.setVoHostDN("/C=IT/O=INFN/OU=Host/L=Catania/CN=voms.ct.infn.it");
                crea.setVoInfoService(URI.create("ldap://glite-rb.ct.infn.it:2170"));
  
glite-rb? It should be a bdii here but may be this computer makes BDII 
too....
       
    eu.geclipse.core.reporting.ProblemException[-1049879000]: java.security.GeneralSecurityException: Authentication token could not be created
  
This is weird, it works fine for me on the biomed VO. You have activated 
the proxy successfully, indeed I have no clue why you gets an exception 
here. May be the developers can have an idea...
    Eclipse also complains about this if statement
        //  if(js.canSubmit(jsdl)) {
    
                       //}
    Eclipse says:  The Method canSubmit(JSDLJobDescription) is undefined for the type IGridJobService
    So i just dont use this if statement. do you
  
Yes I do. Are you using the nightly build version of geclipse?
    And can you explain me for what purpose you need this I guess its not necessary?:
      // desc.addFqan(FullyQualifiedAttributeName.getFqan(biomed, new String[] {"lcg1"}, null));
  
I use this because I am allowed to create a proxy as "software manager" 
on the biomed VO and I have to stipulate explicitly that I want to 
create a proxy as a simple user.
    
    thx pod
  
Cheers, Rom.