2009/11/27 Rocco Scappatura <rocco.scappat...@infracom.it>:
> The strange think is that in log file there is no sign of any problem.
> But In $CATALINA_HOME I get the file "hs_err_pid<pid>.log".

OK.  The Java virtual machine itself is crashing, and you've attached
the log file it writes from the crash.  Thanks - that's exactly what
we need!

> The content is:
[...]

> # Java VM: Java HotSpot(TM) Server VM (1.5.0_09-b01 mixed mode)

That is a very old Java virtual machine.

> # Problematic frame:
> [error occurred during error reporting, step 120, id 0xc0000005]

That looks like a problem!  If I read this correctly - and Chuck would
be able to say more about it - then the Java virtual machine is seeing
an error, is trying to report the error, and is crashing while
reporting the error.

> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> j
> net.php.servlet.send(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Stri
> ng;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Z)V+0
[...]

The error appears to be occurring in net.php.servlet.send().  Looking
at your native libraries...

> 0x10e20000 - 0x10e28000         C:\php-5.2.5\php5servlet.dll
> 0x10e30000 - 0x1130c000         C:\php-5.2.5\php5ts.dll

Hmm.  Those are very odd libraries to have loaded in a Tomcat process.
 What are you trying to do here - serve PHP from within Tomcat?

Anyway.  I think the error is being caused by your application, not by Tomcat.

> OS: Windows 2000 Build 2195 Service Pack 4

Heh :-).

- Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to