You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by "Mattmann, Chris A (3980)" <ch...@jpl.nasa.gov> on 2014/11/01 20:56:46 UTC

Re: FileManager Installation Problem

Hi Zichen,

Sorry for any issues you are having here. I think to understand
what¹s going on, you need to understand what RADIX is doing:

1. RADIX is constructing a ³typical OODT project² that combines
filemgr, workflow, resmgr, etc. into one build directory. The
resultant project from RADIX isn¹t itself an OODT deployment.

2. When you ³build² with Maven your resultant project from #1
you are actually constructing the OODT ³tar ball² deployment
dms-0.1-dist.tar.gz. _That_ is your OODT deployment tar ball
that you will run ODOT out of in 3.

3. take the tar ball, unpack it (I usually do it to /usr/local/oodt,
but You can do it to e.g., $HOME/oodt-deploy too, etc.). The stuff
inside is your $OODT_HOME, etc.

You need to make sure some of the required RADIX env vars are set.
Try that out and let me know what you think.

Thanks!

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.mattmann@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: Zichen Nie <zi...@gmail.com>
Date: Sunday, October 26, 2014 at 11:28 PM
To: Chris Mattmann <Ch...@jpl.nasa.gov>
Subject: FileManager Installation Problem

>Dear Professor,
>
>
>I tried to run the instruction on page
>https://cwiki.apache.org/confluence/display/OODT/OODT+Filemgr+User+Guide
>However, despite the difference that the Target name is
>oodt-filemgr-0.1-bin.tar.gz
>rather than cas-filemgr-0.4-SNAPSHOT-dist.tar.gz, which means my file
>manager folder is filemgr not cas-filemgr, there are some other commands
>that I am not able to run correctly.
> 
>In the filemgr/bin folder, I can start the file manager by command
>./filemgr start, but when I enter ./filemgr-client --help and
>./query_tool, the terminal give me completely different from the
>instruction. For command ./filemgr-client, it gives me a very
> long log-like record and followed by short/long parameter and its
>description table. For command ./query_tool, it gives me two error, one
>is cannot find path, the other is command not found. I am really
>confused. When I open the query_tool file, I saw:
>if [ -z "$FILEMGR_HOME" ]; then
>  FILEMGR_HOME="$OODT_HOME"/components/filemgr
>  export FILEMGR_HOME
>But I do not have components folder in OODT directory.
>I also found 
>"$_RUNJAVA" $JAVA_OPTS $OODT_OPTS \
>  -Djava.endorsed.dirs=../lib \
>  org.apache.oodt.cas.filemgr.tools.QueryTool "$@"
>
>This is where terminal said command not found. Since my target has no
>"cas" in it, its oodt-filemgr-0.1-bin.tar.gz, I guess this is the reason
>why it cannot run. Anyway, I am not sure about this since this file is
>extracted from  oodt-filemgr-0.1-bin.tar.gz.
> I am so confused.
>
>
>Is there any suggestions that could help me with my problem? Thanks in
>advance.
>
>
>Best,
>Zichen
>