Re: JSVC error

2014-01-06 Thread vicky007aggarwal
\ org.apache.catalina.startup.Bootstrap start + From: vicky vicky007aggar...@yahoo.co.in To: Tomcat Users List users@tomcat.apache.org; Tomcat Users List users@tomcat.apache.org Sent: Saturday, 4 January 2014 9:37 AM Subject: Re: JSVC error Thanks everybody for sharing

Re: JSVC error

2014-01-03 Thread vicky
-sa.com To: Tomcat Users List users@tomcat.apache.org 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 defining

Re: JSVC error

2014-01-03 Thread vicky
To: Tomcat Users List users@tomcat.apache.org 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 defining the $CATALINA_PID

Re: JSVC error

2014-01-02 Thread Brett Delle Grazie
users@tomcat.apache.org 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 often occurs

Re: JSVC error

2014-01-02 Thread Mark Eggers
Users List users@tomcat.apache.org 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 often occurs

Re: JSVC error

2014-01-02 Thread vicky
`/root/test/commons-daemon-1.0.14-native-src/unix/native' +++   Vicky From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, 31 December 2013 8:34 PM Subject: Re: JSVC error vicky wrote

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 segmentation fault

Re: JSVC error

2014-01-02 Thread Christopher Schultz
/native' +++ Vicky From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, 31 December 2013 8:34 PM Subject: Re: JSVC error vicky wrote: Even after defining the $CATALINA_PID $JAVA_HOME

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

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-01 Thread vicky
: 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 often occurs when the *binary* that you

Re: JSVC error

2013-12-31 Thread Konstantin Kolinko
2013/12/31 vicky vicky007aggar...@yahoo.co.in: 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

Re: JSVC error

2013-12-31 Thread vicky
=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 knst.koli...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, 31 December 2013 4:03 PM Subject: Re: JSVC

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 are

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

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

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

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: not found

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!