Bugs attached to this task
- A short proxy was created:
[capannini@cert-17 ~]$ voms-proxy-init --voms dteam -valid 0:10
- The submitted jdl was the following:
[capannini@cert-17 ~]$ cat bug95584.jdl
[
Executable = "/bin/sleep";
Arguments = "3600";
InputSandbox = {};
stdoutput="stdout";
stderror="stderr";
OutputSandbox = {"stdout","stderr"};
requirements = RegExp("cream.*", other.GlueCEUniqueID);
myproxyserver="devel20.cnaf.infn.it:7000";
]
where devel20 can be substituted with any public machine.
2012-10-02 15:24:55,957 DEBUG - iceCommandDelegationRenewal::renewAllDelegations() - Contacting MyProxy server [devel20.cnaf.infn.it] for user dn [/C=IT/O=INFN/OU=Personal Certificate/L=CNAF/CN=Fabio Capannini-/dteam/Role=NULL/Capability=NULL] with proxy certificate [/var/ice/persist_dir/0967EBD628556327C2E3BE8DC47DAC464D1AB733.betterproxy] to renew it...
2012-10-02 15:24:55,979 ERROR - iceCommandDelegationRenewal::renewAllDelegations() - Proxy renewal failed: [ERROR - /usr/bin/glite-wms-ice-proxy-renew: glite_renewal_core_renew() failed: Error connecting Myproxy server devel20.cnaf.infn.it for proxy /var/ice/persist_dir/0967EBD628556327C2E3BE8DC47DAC464D1AB733.betterproxy: Unable to connect to 131.154.101.40:7512Unable to connect to devel20.cnaf.infn.it - timeout=[120] - myproxyserver=[devel20.cnaf.infn.it] - proxy=[/var/ice/persist_dir/0967EBD628556327C2E3BE8DC47DAC464D1AB733.betterproxy] - HOSTCERT=/var/glite/wms.proxy - HOSTKEY=/var/glite/wms.proxy]
|