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

JSVC error

2013-12-31 Thread 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_BASE=/root/test/tomcattest CATAL

RE: Tomcat install jsvc error

2010-12-06 Thread Caldarale, Charles R
> From: Shamik Bhattacharyya [mailto:shamikbh...@live.com] > Subject: Tomcat install jsvc error > I get the error: > Cannot find any VM in Java Home /home/dbadmin/java6/jdk1.6.0_22 My guess is a broken symlink somewhere, or a 32/64-bit mismatch. What happens when you try this

Tomcat install jsvc error

2010-12-06 Thread Shamik Bhattacharyya
I am trying to run Tomcat 7.0.5 on Red Hat Linux using Java 1.6.0_22. Using the installation instructions, I proceed to compiling jsvc but when I try to execute the command: ./bin/jsvc -cp ./bin/bootstrap.jar -outfile ./logs/catalina.out -errfile ./logs/catalina.err org.apache.catalina.star

make jsvc error on centos5.3

2010-01-25 Thread sam wong
hi, everybody, I have some question on make jsvc on centos 5.3 linux. and need your help. thanks my step is : 1. install centos chosed: a)server, b)Server-GUI 2. install tomcat. 3. compile jsvc and failed. [r...@hcrm jsvc-src]# make make -C native all make[1]: Entering directory `/

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
> I get the error message from jsvc into catalina.err: > 14/01/2009 13:06:42 1465 jsvc error: Cannot dynamically link to / > System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/../ > Libraries/libclient.dylib > 14/01/2009 13:06:42 1465 jsvc error: no additional message > 14/0

jsvc error with tomcat and java 1.6 on os x

2009-01-19 Thread Adam Dajka
Dear List! I have an issue with both tomcat5 and tomcat6 on os x leopard when trying to use java 1.6. When I set JAVA_JVM_VERSION=1.6 in setenv.sh starting tomcat fails. I get the error message from jsvc into catalina.err: 14/01/2009 13:06:42 1465 jsvc error: Cannot dynamically link to

jsvc error: Cannot found Daemon Loader "version" entry point

2006-11-13 Thread Odzeyem Nuertey-Y17577
emonLoader found 13/11/2006 10:53:46 12608 jsvc debug: Native methods registered 13/11/2006 10:53:46 12608 jsvc error: Cannot found Daemon Loader "version" entry point 13/11/2006 10:53:46 12607 jsvc error: Service exit with a return value of 255 >From CATALINA_HOME, I am invoking j

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/tomca

jsvc error on Tomcat start

2006-03-03 Thread Peiran Song
Hi All, I have Tomcat 5.5.15 installed on a UNIX machine. Installed jsvc, customized the Tomcat5.sh start/stop script and symlinked /etc/init.d/tomcat to that script. When I tried to start up the Tomcat by: /etc/init.d/tomcat start Got: 03/03/2006 11:58:21 13126 jsvc error