Installed a current EMI3 UI release on a SL6/EPEL: dorigoa@cream-08 9:33:33 ~>cat /etc/issue Scientific Linux release 6.4 (Carbon) Kernel \r on an \m dorigoa@cream-08 9:33:40 ~>ls -l /etc/yum.repos.d/ total 40 -rw-r--r-- 1 root root 211 Jun 3 15:54 egi-trustanchors.repo -rw-r--r-- 1 root root 253 Mar 7 16:10 emi3-base.repo -rw-r--r-- 1 root root 264 Mar 7 16:10 emi3-contribs.repo -rw-r--r-- 1 root root 273 Mar 7 16:10 emi3-third-party.repo -rw-r--r-- 1 root root 262 Mar 7 16:10 emi3-updates.repo -rw-r--r-- 1 root root 957 Nov 5 2012 epel.repo -rw-r--r-- 1 root root 1056 Nov 5 2012 epel-testing.repo -rw-r--r--. 1 root root 1837 Feb 20 2012 sl6x.repo -rw-r--r-- 1 root root 2867 Jun 3 15:46 sl-other.repo -rw-r--r-- 1 root root 1799 Jun 3 15:46 sl.repo dorigoa@cream-08 9:34:19 ~> rpm -qa|egrep 'cream|emi-' glite-ce-cream-client-api-c-1.15.1-2.sl6.x86_64 emi-release-3.0.0-2.el6.noarch emi-version-3.2.1-1.sl6.x86_64 emi-ui-3.0.1-1.el6.x86_64 glite-ce-cream-cli-1.15.1-2.sl6.x86_64 … Verified the bug is there (using an unexisting lease ID): dorigoa@cream-08 9:35:48 ~>glite-ce-job-submit --leaseId fakeID -a -r cream-27.pd.infn.it/cream-lsf-creamtest1 jdl https://cream-27.pd.infn.it:8443/CREAM260377639 The job has been submitted anyway even with an invented lease ID. This sould not happen with the fix... I've built respectively from branch 1.14 and from master of cream-cli the two rpms: glite-ce-cream-cli-1.14.2-1.x86_64.rpm glite-ce-cream-cli-1.15.2-1.x86_64.rpm Tried the former (1.14) and verified the bug is gone: dorigoa@cream-08 9:36:34 ~>su - Password: [root@cream-08 ~]# rpm -e --nodeps glite-ce-cream-cli [root@cream-08 ~]# rpm -ivh /home/dorigoa/glite-ce-cream-cli-1.14.2-1.x86_64.rpm Preparing... ########################################### [100%] 1:glite-ce-cream-cli ########################################### [100%] [root@cream-08 ~]# exit logout dorigoa@cream-08 9:36:44 ~>glite-ce-job-submit --leaseId fakeID -a -r cream-27.pd.infn.it/cream-lsf-creamtest1 jdl 2013-06-10 09:36:49,391 WARN - ERROR submitting JDL [jdl]: MethodName=[jobRegister] Timestamp=[Mon 10 Jun 2013 09:36:49] ErrorCode=[0] Description=[lease id not found!] FaultCause=[lease id "fakeID" not found!]. Tried the former (1.15) and verified the bug is gone: dorigoa@cream-08 9:38:20 ~>su - Password: [root@cream-08 ~]# rpm -e --nodeps glite-ce-cream-cli [root@cream-08 ~]# rpm -ivh /home/dorigoa/glite-ce-cream-cli-1.15.2-1.x86_64.rpm Preparing... ########################################### [100%] 1:glite-ce-cream-cli ########################################### [100%] [root@cream-08 ~]# exit logout dorigoa@cream-08 9:38:31 ~>glite-ce-job-submit --leaseId fakeID -a -r cream-27.pd.infn.it/cream-lsf-creamtest1 jdl 2013-06-10 09:38:36,466 WARN - ERROR submitting JDL [jdl]: MethodName=[jobRegister] Timestamp=[Mon 10 Jun 2013 09:38:36] ErrorCode=[0] Description=[lease id not found!] FaultCause=[lease id "fakeID" not found!].