Hello, We installed OODT using Radix and followed steps given on wiki ( https://cwiki.apache.org/confluence/display/OODT/OODT+Filemgr+User+Guide)
But while executing filemgr-client, it fails to execute due to a "Permission denied" error on line 71. The snippet where it fails is- "$_RUNJAVA" $JAVA_OPTS $OODT_OPTS \ -Djava.ext.dirs="$FILEMGR_HOME"/lib \ -Dorg.apache.oodt.cas.filemgr.properties="$FILEMGR_HOME"/etc/filemgr.properties \ -Djava.util.logging.config.file="$FILEMGR_HOME"/etc/logging.properties \ -Dorg.apache.oodt.cas.cli.action.spring.config=file:"$FILEMGR_HOME"/policy/cmd-line-actions.xml \ -Dorg.apache.oodt.cas.cli.option.spring.config=file:"$FILEMGR_HOME"/policy/cmd-line-options.xml \ org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient "$@" We tried chmod on this script but didn't help. Also, tried setting JAVA_HOME and other env variables, but that didn't help either. Appreciate if someone could help troubleshoot this issue. *Environment details-* Ubuntu 14.04 64-bit Radix installation Thanks & Best, Vishal Hemnani Graduate Student, MS Computer Science University of Southern California, Los Angeles
