The RSL attribute file_stage_in is specified incorrectly. It should be a
pair "remote URL" "local URL". Please compare with the example 4.24
http://www.globus.org/toolkit/docs/5.0/5.0.2/user/#id2529496 you
referred to in your first email. You also missed one closing bracket.
You can find detailed documentation about all RSL attributes at
http://www.globus.org/toolkit/docs/5.0/5.0.2/execution/gram5/pi/#gram5PI
Lukasz
On 1/19/11 7:47 PM, Luis Martinez wrote:
Ok, this if what I try at the end, also try another's forms but with
the same result:
globusrun -r tanatos.cantv.net:2119/jobmanager-fork "&(file_stage_in =
(/home/globus/Desktop/prueba.jar) (executable=/bin/sh) (arguments=-c
'java -jar prueba.jar')"
ERROR: cannot parse RSL &(file_stage_in =
(/home/globus/Desktop/prueba.jar) (executable=/bin/sh) (arguments=-c
'java -jar prueba.jar')
gram_*.log file say:
ts=2011-01-20T00:08:36.854218Z id=25874 event=gram.job.end level=ERROR
gramid=/16145731377904836461/3204671818443042191/ job_status=4
status=-5 reason="the executable does not exist"
Other information:
Grid ftp and basic jobs work ( /bin/date; /bin/hostname; /usr
/bin/whoami).
I using fork for job manager.
I use the quick install guide (in other words I'm using myproxy ), and
the examples in that guide work for me.
Thank you.
Martinez Luis.
--- El *mar, 1/18/11, Lukasz Lacinski /<[email protected]>/*
escribió:
De: Lukasz Lacinski <[email protected]>
Asunto: Re: [gt-user] How to make work a java project on GT5?
A: [email protected]
Fecha: martes, 18 de enero de 2011, 06:04 am
Hi Martinez,
What errors do you get? What do $HOME/gram_*.log files say? Are
you able to submit the most simple jobs like /bin/date using the
job manager PBS? What job manager do you use, PBS or fork?
Lukasz
On 1/17/11 8:19 PM, Luis Martinez wrote:
Hello every one.
After some search I find that GT5 don't support web services, and
then I realize that I must use the .jar instead.
I'm trying to follow the 4.42 example in here
http://www.globus.org/toolkit/docs/5.0/5.0.2/user/#id2529496, but
I don't success in make it run, even whit a simple test .jar.
Someone can guide me in the right direction? or tell me where I
can find complimentary information.
Thank you.
Martinez Luis
Engineering student
PS: I don't know if I fail in the generic information on the
example (location, paths, etc).
PPS: the java application can be in graphic mode and/or be
interactive?