Re: JSVC error

2014-01-06 Thread vicky007aggarwal
.util.logging.manager=org.apache.juli.ClassLoaderLogManager \ > > -Djava.util.logging.config.file=$CATALINA_BASE/conf/logging.properties \ > org.apache.catalina.startup.Bootstrap start > > +++++++++ > > > From: vicky > To: Tomcat Users Li

Re: JSVC error

2014-01-03 Thread vicky
.logging.config.file=$CATALINA_BASE/conf/logging.properties \     org.apache.catalina.startup.Bootstrap start +   From: vicky To: Tomcat Users List ; Tomcat Users List Sent: Saturday, 4 January 2014 9:37 AM Subject: Re: JSVC error Thanks everybody f

Re: JSVC error

2014-01-03 Thread vicky
nier To: Tomcat Users List Sent: Friday, 3 January 2014 3:18 AM Subject: Re: JSVC error Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > André, > > On 12/31/13, 10:04 AM, André Warnier wrote: >> vicky wrote: >>> Even after definin

Re: JSVC error

2014-01-02 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/31/13, 10:04 AM, André Warnier wrote: vicky wrote: Even after defining the $CATALINA_PID & $JAVA_HOME variable , i'm still the getting segmentation error(detailed error mentioned below) In my experience,

Re: JSVC error

2014-01-02 Thread Ognjen Blagojevic
Vicky, On 31.12.2013 11:16, vicky wrote: ./startdaemon.sh: line 13: 7429 Segmentation fault (core dumped) ./bin/jsvc -cp $CATALINA_HOME/bin/bootstrap.jar:$CATALINA_HOME/bin/tomcat-juli.jar -outfile $CATALINA_BASE/logs/catalina.out -errfile $CATALINA_BASE/logs/catalina.err -Dcatalina.hom

Re: JSVC error

2014-01-02 Thread Christopher Schultz
command output >> += (cd native; make all) make[1]: Entering >> directory >> `/root/test/commons-daemon-1.0.14-native-src/unix/native' gcc >> -m64 jsvc-unix.o libservice.a -ldl -lpthread -o ../jsvc make[1]: >> Leaving

Re: JSVC error

2014-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/31/13, 10:04 AM, André Warnier wrote: > vicky wrote: >> Even after defining the $CATALINA_PID & $JAVA_HOME variable , >> i'm still the getting segmentation error(detailed error mentioned >> below) >> > > In my experience, a "segmentat

Re: JSVC error

2014-01-02 Thread vicky
+command output += > (cd native; make  all) > make[1]: Entering directory > `/root/test/commons-daemon-1.0.14-native-src/unix/native' > gcc -m64  jsvc-unix.o libservice.a -ldl -lpthread -o ../jsvc > make[1]: Leaving directory > `/root/test/commons-daemon-1

Re: JSVC error

2014-01-02 Thread Mark Eggers
Vicky From: André Warnier To: Tomcat Users List Sent: Tuesday, 31 December 2013 8:34 PM Subject: Re: JSVC error vicky wrote: Even after defining the $CATALINA_PID & $JAVA_HOME variable , i'm still the getting segmentation error(detailed error mentioned below) In my experience, a &q

Re: JSVC error

2014-01-02 Thread Brett Delle Grazie
ldl -lpthread -o ../jsvc > make[1]: Leaving directory > `/root/test/commons-daemon-1.0.14-native-src/unix/native' > +++ > > > Vicky > From: André Warnier > To: Tomcat Users List > Sent: Tuesday, 31 December

Re: JSVC error

2014-01-01 Thread vicky
Users List Sent: Tuesday, 31 December 2013 8:34 PM Subject: Re: JSVC error vicky wrote: > Even after defining the $CATALINA_PID & $JAVA_HOME variable , i'm still the > getting segmentation error(detailed error mentioned below) > In my experience, a "segmentation fault&

Re: JSVC error

2013-12-31 Thread André Warnier
vicky wrote: Even after defining the $CATALINA_PID & $JAVA_HOME variable , i'm still the getting segmentation error(detailed error mentioned below) In my experience, a "segmentation fault" often occurs when the *binary* that you are trying to run, is not made for the platform on which you ar

Re: JSVC error

2013-12-31 Thread vicky
til.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=$CATALINA_BASE/conf/logging.properties org.apache.catalina.startup.Bootstrap start   Thanks Vicky From: Konstantin Kolinko To: Tomcat Users List Sent: Tuesday, 31 December 2013 4:03 PM Subject: Re: JSVC error 2013/12/31 vi

Re: JSVC error

2013-12-31 Thread Konstantin Kolinko
2013/12/31 vicky : > Hi, > > I have configured the below in my tomcat 7.0.39 startup script & when > executing this script I 'm getting segmentation error(detailed error > mentioned below) > > Please suggest how to fix this. > > + start up script ++ > CATALINA

Re: jsvc error with tomcat and java 1.6 on os x

2009-01-21 Thread Adam Dajka
On 20 Jan 2009, at 06:26, m zyzy wrote: If this is a jsvc issue, are there any ways to use tomcat without jsvc? try using the core binary download , extract it and run the startup script inside the /bin folder of extracted folder , test it on the browser http://localhost:8080 . to stop th

Re: jsvc error with tomcat and java 1.6 on os x

2009-01-19 Thread m zyzy
try using the core binary download , extract it and run the startup script inside the /bin folder of extracted folder , test it on the browser http://localhost:8080 . to stop the server , use the shutdown script . Make sure you have set the JAVA_HOME,PATH of java /bin/ , CLASSPATH , and CATALINA_H

Re: jsvc error with tomcat and java 1.6 on os x

2009-01-19 Thread Bill Barker
There are some recent fixes to jsvc on OS/X in the commons SVN repository, but they haven't been released yet. You could try those and see if it helps. There is more info from the commons developer's list archive at http://markmail.org/message/z7klsse5tylcv5es. "Adam Dajka" wrote in message

Re: jsvc error on Tomcat start

2006-03-03 Thread Peiran Song
case "$1" in start) # # Start Tomcat # $DAEMON_HOME/jsvc \ -user $TOMCAT_USER \ -home $JAVA_HOME \ -Dcatalina.home=$CATALINA_HOME \ #-Dcatalina.base=$CATALINA_BASE \ ^ Remove the comment ("#") or remove the entire line. That is it! Thank you! P

Re: jsvc error on Tomcat start

2006-03-03 Thread Markus Schönhaber
Peiran Song wrote: > When I tried to start up the Tomcat by: > > /etc/init.d/tomcat start > Got: > > 03/03/2006 11:58:21 13126 jsvc error: No class specified > 03/03/2006 11:58:21 13126 jsvc error: Cannot parse command line arguments > /etc/init.d/tomcat: -Djava.io.tmpdir=/tmp: no