Finally I managed to catch the Standard Err.
Instead of running the startup.sh/.bat
call

tomcat_home\bin\tomcat run > myError.txt

I found out why my tomcat died:


��# HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION
��# Please report this error at
��# http://java.sun.com/cgi-bin/bugreport.cgi
��#
��# Error ID: 4F533F57494E13120E43505002D4
��#


I'm running

C:\www\tomcat\bin>java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)


Doing some JNI calls with Tomcat and java 1.3 seems to be unstable.
I see what happens with the old jdk 1.2

Anybody else experienced same behaviour.

SFMarco

_____________________________________________________________________________________
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

Reply via email to