On Tue, 28 Feb 2006 13:58:21 +0100
Markus Schönhaber <[EMAIL PROTECTED]> wrote:

> Sean O'Reilly wrote:
> > Hi, when starting tomcat-5.5.15 i am getting the following error
> >
> > ./catalina.sh: line 220: exec: : not found
> >
> > so i looked at line 220 in catalina.sh the content of which is the
> > first line of the following statement.
> >
> >     exec "$_RUNJAVA" $JAVA_OPTS $CATALINA_OPTS \
> >       -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS" -classpath
> > "$CLASSPATH" \ -Dcatalina.base="$CATALINA_BASE" \
> >       -Dcatalina.home="$CATALINA_HOME" \
> >       -Djava.io.tmpdir="$CATALINA_TMPDIR" \
> >       org.apache.catalina.startup.Bootstrap "$@" start
> >   fi
> 
> What kind of shell is /bin/sh on your machine? Maybe it doesn't have
> an exec command built-in.
> 
> Does
> ./catalina.sh start
> work?
> 
> Regards
>   mks
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
Thanks guys all seems sorted now !

Appears to have been a problem in my classpath.sh stopping the jvm
starting properly.

Cheers

-- 
Sean O'Reilly
Systems Administrator
SECPay Ltd

http://www.secpay.com

[EMAIL PROTECTED]

Mobile 07917 463906

DDI 01732 300212

This email contains information which is confidential. It is for the
exclusive use of the addressee(s). If you are not the addressee, please
note that any distribution, dissemination, copying or use of this
communication or the information in it is prohibited. If you have
received this email in error, please telephone me immediately.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to