Skip to main content

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

> > Submitting job to Globus Gatekeeper @
> > https://glite-rb3.ct.infn.it:7443/glite_wms_wmproxy_server
> > java.lang.ClassCastException: eu.geclipse.jsdl.JSDLJobDescription
> >     at
> > eu.geclipse.globus.resources.GlobusJobService.submitJob(GlobusJobServi
> >ce .java:49)
> ...
>
> > I dont know what could be wrong?
>
> oh, i see what went wrong here... it is your piece of code:
>
>         IGridJobService s = new GlobusJobService(new
> URI("https://glite-rb3.ct.infn.it:7443/glite_wms_wmproxy_server";));
>        IGridJobService []jss = new IGridJobService[1];
>        jss[0] = s;
>
> you are creating a GlobusJobService here 'by hand', and trying to make
> it submit a JSDL job description... that will not work because globus
> only supports RSL.

and of course https://glite-rb3.ct.infn.it:7443/glite_wms_wmproxy_server
is a glite JSS... so it will not work as GlobusJobService  either
  
Ariel


Back to the top