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)

Hello Bernhard,

> The only thing I can think of is that the RCP can not connect to the
> net. Did you correctly specify the proxy in the sample code? Ariel, any
> other ideas what could be wrong here?

Well, usually proxies do not allow you to tunnel ldap requests anyways (and 
i just checked it is not used for the info-service query)... so my guess 
would be that his network connection doesn't allow him to connect to the 
info-service, because his parameters seem to be fine.

It works fine for me:

Fetching job submission services...
Creating project...
Creating job description
Importing CAs...
Creating authentication token...
Submitting job to WMS @ 
https://dgrid-rb.fzk.de:7443/glite_wms_wmproxy_server
Job submission finished. Job ID is: 
https://dgrid-rb.fzk.de:9000/3RlNhrchdeQdDJ9L1y2aqQ


For B it fails to get any JSS... which means that he cannot get any content 
from ldap://iwrbdii.fzk.de:2170 ... 
Bernhard, can you please check if you can connect to that host/port with 
   telnet iwrbdii.fzk.de 2170
? (or something equivalent if you use windows, or even an ldap browser)
Sometimes in some networks outgoing connections to "non-web" ports are 
blocked etc. Outgoing connectivity to some ports is a must for glite.

I just tried entering the wrong(=unreachable) port for the info-server, and 
after a longish timeout (~ 1 or 2 mins) i also get the 'no JSS found' 
message.

Also (for later, after getting through this problem ;-):
if it fails when creating the auth token, i would remind Bernhard to check 
the validity of his personal Gilda certificate (if i remember correctly 
they give you certificates which are valid for only 2 weeks... you have to 
request a new one with the same DN after that period)

Best regards, Ariel


Back to the top