RE: Re: Tomcat JSVC Errors

2005-07-09 Thread Wasik, Paul
Bill,

What exactly am I looking for here?

ldd /usr/local/java/jdk1.5.0_03/jre/lib/i386/server/libjvm.so
libm.so.6 = /lib/tls/libm.so.6 (0x0079a000)
libdl.so.2 = /lib/libdl.so.2 (0x007f1000)
libpthread.so.0 = /lib/tls/libpthread.so.0 (0x00111000)
libc.so.6 = /lib/tls/libc.so.6 (0x00121000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x0081c00

ldd /lib/libgcc_s-3.2.3-20040701.so.1
libc.so.6 = /lib/tls/libc.so.6 (0x006a7000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x0067c000)

ldd libgcc_s.so.1
libc.so.6 = /lib/tls/libc.so.6 (0x00e7c000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x00495000)

java -version
java version 1.5.0_03
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_03-b07)
Java HotSpot(TM) Client VM (build 1.5.0_03-b07, mixed mode, sharing)

Paul

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker
Sent: Saturday, July 09, 2005 1:31 AM
To: tomcat-user@jakarta.apache.org
Subject: Re: Tomcat  JSVC Errors

At a first guess, compare the version of libgcc for jsvc and libjvm.so.
I 
remember that java -version tells you the second one on Lynux.
Otherwise, 
you can use 'ldd'.  You can also use 'ldd' to get the first.


Wasik, Paul [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
com...
Hello,



I'm rather new to Tomcat. I have configured Tomcat 5.0.28 to launch
under a non-privileged user account using the jsvc launcher. Tomcat
works fine except I am finding the following errors in my Tomcat logs.
I'm running this on Red Hat EL3 Linux server. I'm running the Sun JDK
1_5_0_03.



jsvc.exec error: Service exit with a return value of 143

Java HotSpot(TM) Client VM warning: Can't detect initial thread stack
location - find_vma failed



Can anyone point me in the right direction on how to resolve this? I
have Googled around but not found a good answer.



Thanks,



Paul





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


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



Tomcat JSVC Errors

2005-07-08 Thread Wasik, Paul
Hello,

 

I'm rather new to Tomcat. I have configured Tomcat 5.0.28 to launch
under a non-privileged user account using the jsvc launcher. Tomcat
works fine except I am finding the following errors in my Tomcat logs.
I'm running this on Red Hat EL3 Linux server. I'm running the Sun JDK
1_5_0_03.

 

jsvc.exec error: Service exit with a return value of 143

Java HotSpot(TM) Client VM warning: Can't detect initial thread stack
location - find_vma failed

 

Can anyone point me in the right direction on how to resolve this? I
have Googled around but not found a good answer.

 

Thanks,

 

Paul



Re: Tomcat JSVC Errors

2005-07-08 Thread Bill Barker
At a first guess, compare the version of libgcc for jsvc and libjvm.so.  I 
remember that java -version tells you the second one on Lynux.  Otherwise, 
you can use 'ldd'.  You can also use 'ldd' to get the first.


Wasik, Paul [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
Hello,



I'm rather new to Tomcat. I have configured Tomcat 5.0.28 to launch
under a non-privileged user account using the jsvc launcher. Tomcat
works fine except I am finding the following errors in my Tomcat logs.
I'm running this on Red Hat EL3 Linux server. I'm running the Sun JDK
1_5_0_03.



jsvc.exec error: Service exit with a return value of 143

Java HotSpot(TM) Client VM warning: Can't detect initial thread stack
location - find_vma failed



Can anyone point me in the right direction on how to resolve this? I
have Googled around but not found a good answer.



Thanks,



Paul





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