talk@lists.collectionspace.org

WE HAVE SUNSET THIS LISTSERV - Join us at collectionspace@lyrasislists.org

View all threads

Re: [Talk] Install issues

RL
Ray Lee
Thu, Apr 20, 2017 8:55 PM

Hi Tim,
It looks like you're missing a $ there. I see a $ that is the end of your
bash prompt, but then you'd need a $ in your command, before
CSPACE_JEESERVER_HOME.

Ray

On Thu, Apr 20, 2017 at 1:34 PM, Tim Brewer Brewer@uwyo.edu wrote:

Thanks Ray, but still not found. Here’s a snip out of the cspace user’s
.bashrc:

Start of environment variable declarations inserted by Puppet code

<snip> export CSPACE_JEESERVER_HOME='/usr/local/share/apache-tomcat-7.0.57' export JEE_PORT='8180'

And here’s my output:

[cspace@localhost ~]$ CSPACE_JEESERVER_HOME/bin/startup.sh
bash: CSPACE_JEESERVER_HOME/bin/startup.sh: No such file or directory

Same result if I put ./ in front…

Cheers,
Tim

On Apr 20, 2017, at 2:23 PM, Ray Lee rhlee@berkeley.edu wrote:

Actually, you don't need the curly braces. Just make sure you've got that
environment variable set.

Ray

On Thu, Apr 20, 2017 at 1:06 PM, Ray Lee rhlee@berkeley.edu wrote:

Hi Tim,
That line should actually read

${CSPACE_JEESERVER_HOME}/bin/startup.sh

(Note curly braces). You should have the CSPACE_JEESERVER_HOME
environment variable set to your tomcat directory, so really all this is
doing is running the startup.sh that you located.

Ray

On Thu, Apr 20, 2017 at 7:17 AM, Tim Brewer Brewer@uwyo.edu wrote:

Hello,

I’m attempting my first install on Red Hat 7.3 workstation. I’ve done it
using the automated tool and manually. When I get to this step:

“Starting the server

Start the server:
$CSPACE_JEESERVER_HOME/bin/startup.sh

Wait for it to fully start up. (For more information on verifying server
startup, see [Starting Up CollectionSpace Servers].)"

I get command not found. Running a locate on startup.sh from / only
returns the startup.sh for Tomcat (which runs fine).

What did I miss?

Thanks,
Tim


Talk mailing list
Talk@lists.collectionspace.org
http://lists.collectionspace.org/mailman/listinfo/talk_lists
.collectionspace.org

Hi Tim, It looks like you're missing a $ there. I see a $ that is the end of your bash prompt, but then you'd need a $ in your command, before CSPACE_JEESERVER_HOME. Ray On Thu, Apr 20, 2017 at 1:34 PM, Tim Brewer <Brewer@uwyo.edu> wrote: > Thanks Ray, but still not found. Here’s a snip out of the cspace user’s > .bashrc: > > # Start of environment variable declarations inserted by Puppet code > <snip> > export CSPACE_JEESERVER_HOME='/usr/local/share/apache-tomcat-7.0.57' > export JEE_PORT='8180' > > And here’s my output: > > [cspace@localhost ~]$ CSPACE_JEESERVER_HOME/bin/startup.sh > bash: CSPACE_JEESERVER_HOME/bin/startup.sh: No such file or directory > > Same result if I put ./ in front… > > Cheers, > Tim > > On Apr 20, 2017, at 2:23 PM, Ray Lee <rhlee@berkeley.edu> wrote: > > Actually, you don't need the curly braces. Just make sure you've got that > environment variable set. > > Ray > > On Thu, Apr 20, 2017 at 1:06 PM, Ray Lee <rhlee@berkeley.edu> wrote: > >> Hi Tim, >> That line should actually read >> >> ${CSPACE_JEESERVER_HOME}/bin/startup.sh >> >> (Note curly braces). You should have the CSPACE_JEESERVER_HOME >> environment variable set to your tomcat directory, so really all this is >> doing is running the startup.sh that you located. >> >> Ray >> >> >> >> >> On Thu, Apr 20, 2017 at 7:17 AM, Tim Brewer <Brewer@uwyo.edu> wrote: >> >>> Hello, >>> >>> I’m attempting my first install on Red Hat 7.3 workstation. I’ve done it >>> using the automated tool and manually. When I get to this step: >>> >>> “Starting the server >>> >>> Start the server: >>> $CSPACE_JEESERVER_HOME/bin/startup.sh >>> >>> Wait for it to fully start up. (For more information on verifying server >>> startup, see [Starting Up CollectionSpace Servers].)" >>> >>> I get command not found. Running a locate on startup.sh from / only >>> returns the startup.sh for Tomcat (which runs fine). >>> >>> What did I miss? >>> >>> Thanks, >>> Tim >>> >>> _______________________________________________ >>> Talk mailing list >>> Talk@lists.collectionspace.org >>> http://lists.collectionspace.org/mailman/listinfo/talk_lists >>> .collectionspace.org >>> >>> >> > >