Installed a current EMI3 UI release on a SL6/EPEL: [root@cream-08 ~]# cat /etc/issue Scientific Linux release 6.4 (Carbon) Kernel \r on an \m [root@cream-08 ~]# ll /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 [root@cream-08 ~]# 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 glite-ce-cream-cli-1.15.1-2.sl6.x86_64 emi-ui-3.0.1-1.el6.x86_64 … Verified the bug is there: [dorigoa@cream-08 ~]$ glite-ce-job-submit --help JDL file not specified in the command line arguments. Stop. [dorigoa@cream-08 ~]$ glite-ce-event-query --help option --endpoint and its argument are mandatory. Stop. 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 16:09:00 ~>ls -l total 5580 […] -rw-rw-r-- 1 dorigoa dorigoa 2837230 Jun 7 16:07 glite-ce-cream-cli-1.14.2-1.x86_64.rpm -rw-rw-r-- 1 dorigoa dorigoa 2837522 Jun 6 09:30 glite-ce-cream-cli-1.15.2-1.x86_64.rpm […] dorigoa@cream-08 16:09:01 ~>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 16:11:33 ~>glite-ce-job-submit --help CREAM User Interface version 1.2.0 glite-ce-job-submit allows the user to submit a job for execution on a CREAM based CE Usage: glite-ce-job-submit [options] -r --resource, -r CEID Select the CE to send the JDL to. Format must be [:]/cream-- Is the file containing the JDL directives for job submission; […] dorigoa@cream-08 16:11:43 ~>glite-ce-event-query --help CREAM User Interface version 1.2.0 glite-ce-event-query Queries one or more events for current user and for his jobs submitted to a CREAM based CEs. An Event is a job status change with additional info. Usage: glite-ce-event-query [options] - Options: --help, -h prints this help and exits --version, -v prints version and exits --debug, -d fires out debug messages and activate the writing on logfile; […] Tried the latter (1.15) and verified the bug is gone: dorigoa@cream-08 16:13:08 ~>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 16:13:29 ~>glite-ce-job-submit --help CREAM User Interface version 1.2.0 glite-ce-job-submit allows the user to submit a job for execution on a CREAM based CE Usage: glite-ce-job-submit [options] -r --resource, -r CEID Select the CE to send the JDL to. Format must be [:]/cream-- Is the file containing the JDL directives for job submission; Options: --help, -h prints this help and exits; […] dorigoa@cream-08 16:14:44 ~>glite-ce-event-query --help CREAM User Interface version 1.2.0 glite-ce-event-query Queries one or more events for current user and for his jobs submitted to a CREAM based CEs. An Event is a job status change with additional info. Usage: glite-ce-event-query [options] - Options: --help, -h prints this help and exits --version, -v prints version and exits --debug, -d fires out debug messages and activate the writing on logfile; […]