Forums » User questions »
jsaga-context-init - Illegal character in path at index
Added by Hamar Vanessa almost 15 years ago
Hi all,
I'm trying to submit a helloworld program to EELA2 grid, but when i run jsaga-context-init.sh, after configure jsaga-universe.xml, I get this error:
bash-3.00$ jsaga-context-init.sh VOMS
Enter UserPass for security context: VOMS
Exception in thread "main" NoSuccess: java.net.URISyntaxException: Illegal character in path at index 50: voms://voms.eela.ufrj.br:15003/C=BR/O=ICPEDU/O=UFF BrGrid CA/O=UFRJ/OU=IF/CN=host/voms.eela.ufrj.br
at fr.in2p3.jsaga.adaptor.security.VOMSSecurityAdaptorBuilder.createSecurityAdaptor(VOMSSecurityAdaptorBuilder.java:170)
at fr.in2p3.jsaga.impl.context.ContextImpl.getAdaptor(ContextImpl.java:249)
at fr.in2p3.jsaga.impl.context.ContextImpl.getAttribute(ContextImpl.java:80)
at fr.in2p3.jsaga.command.ContextInit.main(ContextInit.java:75)
Caused by: java.net.URISyntaxException: Illegal character in path at index 50: voms://voms.eela.ufrj.br:15003/C=BR/O=ICPEDU/O=UFF BrGrid CA/O=UFRJ/OU=IF/CN=host/voms.eela.ufrj.br
at java.net.URI$Parser.fail(URI.java:2809)
at java.net.URI$Parser.checkChars(URI.java:2982)
at java.net.URI$Parser.parseHierarchical(URI.java:3066)
at java.net.URI$Parser.parse(URI.java:3014)
at java.net.URI.<init>(URI.java:578)
at fr.in2p3.jsaga.adaptor.security.VOMSProxyFactory.<init>(VOMSProxyFactory.java:72)
at fr.in2p3.jsaga.adaptor.security.VOMSProxyFactory.<init>(VOMSProxyFactory.java:47)
at fr.in2p3.jsaga.adaptor.security.VOMSSecurityAdaptorBuilder.createSecurityAdaptor(VOMSSecurityAdaptorBuilder.java:146)
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
Java HotSpot(TM) Client VM (build 14.3-b01, mixed mode, sharing)
Could you please help me?
Thanks in advance,
Vanessa
Replies (3)
RE: jsaga-context-init - Illegal character in path at index
-
Added by Reynaud Sylvain almost 15 years ago
Hi Vanessa,
The VOMS URL needs to be encoded.
I will fix this tomorrow. Until then, please replace all spaces with %20.
Regards,
Sylvain
RE: jsaga-context-init - Illegal character in path at index
-
Added by Reynaud Sylvain almost 15 years ago
Hi Vanessa,
This is fixed in the new snapshot:
[http://grid.in2p3.fr/software/jsaga-dev/download.html]
Regards,
Sylvain
RE: jsaga-context-init - Illegal character in path at index
-
Added by Hamar Vanessa almost 15 years ago
Hi Sylvain,
Thank you.
Regards,
Vanessa