Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] Problem submitting a job to geclipsetutor (tried with RCP of Mathias)

Hello

I tried to submitt a job to geclipsetutor with the RCP example of Mathias.
This is my configuration:

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 = 15001; 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 = "password";
private static final String Gilda_Cert = "/home/bw/.globus/gilda-vo.pem";

When I start the program i get the following message "No job submission services found for VO: geclipsetutor"

When i print the CE Elements
IGridComputing[]comp = vo.getComputing(null); for ( IGridComputing c : comp ) { System.out.println(c.getPath()); }
I get these elements:
.vos/geclipsetutor/CE @ iwrce.fzk.de:2119/jobmanager-lcgpbs-dgiseq
.vos/geclipsetutor/CE @ iwrce.fzk.de:2119/jobmanager-lcgpbs-dgipar
.vos/geclipsetutor/CE @ dgrid-ce.fzk.de:2119/jobmanager-lcgpbs-dgiseq
.vos/geclipsetutor/CE @ dgrid-ce.fzk.de:2119/jobmanager-lcgpbs-dgipar
.vos/geclipsetutor/CE @ grid011f.cnaf.infn.it:2119/jobmanager-lcgpbs-gilda
.vos/geclipsetutor/CE @ grid010.ct.infn.it:2119/jobmanager-lcgpbs-long
.vos/geclipsetutor/CE @ grid010.ct.infn.it:2119/jobmanager-lcgpbs-infinite
.vos/geclipsetutor/CE @ grid010.ct.infn.it:2119/jobmanager-lcgpbs-infinite
.vos/geclipsetutor/CE @ grid010.ct.infn.it:2119/jobmanager-lcgpbs-long
.vos/geclipsetutor/CE @ grid010.ct.infn.it:2119/jobmanager-lcgpbs-short
.vos/geclipsetutor/CE @ grid010.ct.infn.it:2119/jobmanager-lcgpbs-short
.vos/geclipsetutor/CE @ iceage-ce-01.ct.infn.it:2119/jobmanager-lcgpbs-short
.vos/geclipsetutor/CE @ iceage-ce-01.ct.infn.it:2119/jobmanager-lcgpbs-long
.vos/geclipsetutor/CE @ iceage-ce-01.ct.infn.it:2119/jobmanager-lcgpbs-infinite
.vos/geclipsetutor/CE @ grid004.iucc.ac.il:2119/jobmanager-lcgpbs-short
.vos/geclipsetutor/CE @ grid004.iucc.ac.il:2119/jobmanager-lcgpbs-long
.vos/geclipsetutor/CE @ grid004.iucc.ac.il:2119/jobmanager-lcgpbs-infinite

These are 17 elements. I compared them to the Elements in a gEclipse project and there are only 14. A few exist twice.

If I try to ceate a token I get the following exception:
Creating authentication token...
eu.geclipse.core.auth.AuthenticationException: Unable to activate token
   at eu.geclipse.voms.auth.VomsProxy.setActive(VomsProxy.java:197)
at eu.geclipse.core.auth.AbstractAuthenticationToken.setActive(AbstractAuthenticationToken.java:89) at eu.geclipse.jobsubmission.Application.createAuthToken(Application.java:149)
   at eu.geclipse.jobsubmission.Application.start(Application.java:115)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
   at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
eu.geclipse.core.auth.AuthenticationException[44743313]: eu.geclipse.core.auth.AuthenticationException: kerndgrid: Unable to satisfy G/geclipsetutor Request! (code: 1001)

   at eu.geclipse.voms.auth.VomsProxy.setActive(VomsProxy.java:178)
at eu.geclipse.core.auth.AbstractAuthenticationToken.setActive(AbstractAuthenticationToken.java:89) at eu.geclipse.jobsubmission.Application.createAuthToken(Application.java:149)
   at eu.geclipse.jobsubmission.Application.start(Application.java:115)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
   at org.eclipse.equinox.launcher.Main.main(Main.java:1148)


best regards bewind






Back to the top