This is an environment variable issue - your FILEMGR_URL is not set. Can you check it Angela?
Cheers, Chris ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Chief Architect Instrument Software and Science Data Systems Section (398) NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 168-519, Mailstop: 168-527 Email: chris.a.mattm...@nasa.gov WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Associate Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -----Original Message----- From: MengYing Wang <mengyingwa...@gmail.com> Reply-To: "dev@oodt.apache.org" <dev@oodt.apache.org> Date: Thursday, October 30, 2014 at 3:02 PM To: "dev@oodt.apache.org" <dev@oodt.apache.org> Subject: RADiX filemgr-client script cannot delete product by id or name >Hey everyone, > >I am trying to delete some product in the OODT File Manager with its >product id or name. However, the system raises >"java.lang.IllegalArgumentException: URI is not absolute" error. Please >help me! Thank you! > >My commands are: > >./filemgr-client --op --dbyid --productId >2b0e7582-6077-11e4-ac24-8d456d2e5b9b --url http://localhost:9000 > >./filemgr-client -op --deleteProductByName --productName >concatenatedOutputFile-2014-10-30T20:56:02.189Z.txt --url >http://localhost:9000 > >The logs of the file manager is: >...... > >Oct 30, 2014 2:56:21 PM >org.springframework.beans.factory.support.AbstractBeanFactory doGetBean > >FINE: Returning cached instance of singleton bean 'sqlQuery' > >Oct 30, 2014 2:56:21 PM >org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient <init> > >INFO: Loading File Manager Configuration Properties from: >[/Users/AngelaWang/Documents/programs/oodt-0.7/filemgr/etc/filemgr.propert >ies] > >Oct 30, 2014 2:56:21 PM >org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient <init> > >INFO: Loading File Manager Configuration Properties from: >[/Users/AngelaWang/Documents/programs/oodt-0.7/filemgr/etc/filemgr.propert >ies] > >ERROR: Failed to delete product >'org.apache.oodt.cas.filemgr.structs.Product@5433d17' : >java.lang.Exception: java.lang.IllegalArgumentException: URI is not >absolute > >-- >Best, >Mengying (Angela) Wang