Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Apache Tomcat »

AW: AW: Cannot run JVM in server mode with JSVC

Peter Neu

2007-03-01

Replies:

Hi,

if I put his in the shell script

case "$1" in
start)
$DAEMON_BIN \
-java "-server"
-user $TOMCAT_USER \
-home $JAVA_HOME1 \
-Dcatalina.home=$CATALINA_HOME \
-Djava.io.tmpdir=$TMP_DIR \
-outfile $CATALINA_HOME/logs/catalina.out \
-errfile '&1' \
$CATALINA_OPTS \
-cp $CLASSPATH \
org.apache.catalina.startup.Bootstrap \


I get this error:


jsvc error: Invalid option -java
jsvc error: Cannot parse command line arguments
/etc/init.d/tomcat5: line 67: -user: command not found

If I put this -jvm "-server" Instead of -java "-server" I get the following
Error message:

/etc/init.d/tomcat5 start
jsvc error: Invalid Java VM name specified
jsvc error: Cannot parse command line arguments
/etc/init.d/tomcat5: line 67: -user: command not found

I don't get this. Server starts normally without server parameter but in
client mode. :o(

Cheers,
Pete

> -----Ursprüngliche Nachricht-----
> Von: Pid [mailto:p@(protected)]
> Gesendet: Donnerstag, 1. März 2007 11:09
> An: Tomcat Users List
> Betreff: Re: AW: Cannot run JVM in server mode with JSVC
>
> java "-server" is the switch you need, not "-jvm server"
>
>
>
> Peter Neu wrote:
> > Hello,
> >
> > is this question better asked in the dev mailing list or where should I
> ask?
> >
> > Cheers,
> > Pete
> >
> >> -----Ursprüngliche Nachricht-----
> >> Von: Peter Neu [mailto:peter.neu@(protected)]
> >> Gesendet: Mittwoch, 28. Februar 2007 08:01
> >> An: 'Tomcat Users List'
> >> Betreff: AW: Cannot run JVM in server mode with JSVC
> >>
> >> Hello,
> >>
> >> can somebody please help don't know how to solve this.
> >>
> >> Cheers,
> >> Pete
> >>
> >>> -----Ursprüngliche Nachricht-----
> >>> Von: Peter Neu [mailto:peter.neu@(protected)]
> >>> Gesendet: Dienstag, 27. Februar 2007 12:43
> >>> An: users@(protected)
> >>> Betreff: Cannot run JVM in server mode with JSVC
> >>>
> >>>
> >>>
> >>> Hello,
> >>>
> >>>
> >>>
> >>> I need to run the JVM in server mode but jsvc does not switch to the
> >>> server
> >>> mode despite the configuration below.
> >>>
> >>>
> >>>
> >>> There aren't even any error messages. Can somebody please tell me
> what's
> >>> wrong?
> >>>
> >>>
> >>>
> >>> Cheers,
> >>>
> >>> Pete
> >>>
> >>>
> >>>
> >>> JAVA_HOME1=/usr/local/jdk1.5.0_06
> >>>
> >>> CATALINA_HOME=/usr/local/jakarta-tomcat-5.5.9
> >>>
> >>> DAEMON_BIN=/usr/local/jakarta-tomcat-5.5.9/bin/jsvc
> >>>
> >>> TOMCAT_USER=loew
> >>>
> >>> TMP_DIR=/var/tmp
> >>>
> >>> CATALINA_OPTS="-Xmx1900m -Xms256m -XX:MaxPermSize=256m
> >>> -XX:ReservedCodeCacheSize=64m -Dcom.sun.management.jmxremote "
> >>>
> >>> CLASSPATH=/usr/local/jdk1.5.0_06/lib/tools.jar:\
> >>>
> >>> $CATALINA_HOME/bin/commons-daemon.jar:\
> >>>
> >>> $CATALINA_HOME/bin/bootstrap.jar
> >>>
> >>>
> >>>
> >>> case "$1" in
> >>>
> >>> start)
> >>>
> >>> #
> >>>
> >>> # Start Tomcat
> >>>
> >>> #
> >>>
> >>> $DAEMON_BIN \
> >>>
> >>>  -user $TOMCAT_USER \
> >>>
> >>> -home $JAVA_HOME1 \
> >>>
> >>> -Dcatalina.home=$CATALINA_HOME \
> >>>
> >>> -Djava.io.tmpdir=$TMP_DIR \
> >>>
> >>> -outfile $CATALINA_HOME/logs/catalina.out \
> >>>
> >>> -errfile '&1' \
> >>>
> >>> $CATALINA_OPTS \
> >>>
> >>> -cp $CLASSPATH \
> >>>
> >>>  org.apache.catalina.startup.Bootstrap \
> >>>
> >>>  -jvm server \
> >>>
> >>> #
> >>>
> >>> # To get a verbose JVM
> >>>
> >>> # -verbose \
> >>>
> >>> # To get a debug of jsvc.
> >>>
> >>> #-debug \
> >>>
> >>> ;;
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To start a new topic, e-mail: users@(protected)
> >> To unsubscribe, e-mail: users-unsubscribe@(protected)
> >> For additional commands, e-mail: users-help@(protected)
> >
> >
> >
> > ---------------------------------------------------------------------
> > To start a new topic, e-mail: users@(protected)
> > To unsubscribe, e-mail: users-unsubscribe@(protected)
> > For additional commands, e-mail: users-help@(protected)
> >
> >
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@(protected)
> To unsubscribe, e-mail: users-unsubscribe@(protected)
> For additional commands, e-mail: users-help@(protected)



---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.