Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: AW: [geclipse-dev] Problem submitting a job to geclipsetutor (triedwith RCP of Mathias)

Hi
I have no problems submitting a job with g-Eclipse to geclipsetutor and creating a proxy and I am already a member of this vo http://dev.eclipse.org/mhonarc/lists/geclipse-dev/msg00906.html

I just tried it with:
private static final String PROJECT_NAME = "gildatest"; private static final String VO_NAME = "geclipsetutor"; private static final String VO_HOST = "dgrid-voms.fzk.de"; private static final int VO_PORT = 15007; private static final String VO_HOST_DN = "/O=GermanGrid/OU=FZK/CN=host/dgrid-voms.fzk.de"; private static final String VO_INFO_SERVICE = "ldap://iwrbdii.fzk.de:2170";; private static final File CERT_FILE = new File( "/home/bw/.globus/gildausercert.pem" ); private static final File KEY_FILE = new File( "/home/bw/.globus/gildauserkey.pem" ); private static final String JOB_DESCRIPTION_FILE = "/home/bw/test.jsdl"; private static final String PW = "mypw";
but it doesnt work.
and i still get
Creating VO...
Fetching job submission services...
No job submission services found for VO: geclipsetutor

best regards bewind


Ariel Garcia schrieb:
Hi Bewind,

Seems that your geclipsetutor settings are not correct. The VO_PORT
should be 15007 and the preferred VO_INFO_SERVICE isldap://iwrbdii.fzk.de:2170.
Furthermore you of course have to be a member of geclipsetutor.

if you want to give it a try with that VO, then you should get a Gilda CA certificate online at:
   https://gilda.ct.infn.it/CA/
because the Gilda resources only accept users with Gilda CA certs, and register it in the geclipsetutor VO: https://dgrid-voms.fzk.de:8443/voms/geclipsetutor/webui/request/user/create

Cheers, Ariel
_______________________________________________
geclipse-dev mailing list
geclipse-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/geclipse-dev




Back to the top