Hello!
I have problem with
Tomcat 4.0.3 with FreeBSD 4.5 and j2sdk1.4.0.
What could be wrong in this case:
When I start tomcat it starts ok, and run's as long as no one make a connection with browser.
When a request is made through browser, tomcat dies and makes a core dump.
here's the output of catalina log:
Starting service Tomcat-Standalone
Apache Tomcat/4.0.3
Starting service Tomcat-Apache
Apache Tomcat/4.0.3
java.lang.InternalError: No run method
at java.security.AccessController.doPrivileged(Native Method)
at java.net.Socket.getInputStream(Socket.java:651)
at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:929)
at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1107)
at java.lang.Thread.run(Thread.java:536)
Unexpected Signal : 11 occurred at PC=0x2A062BB5
Function=[Unknown.]
Library=(N/A)
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current
Java thread:
Dynamic libraries:
Can not get information for pid = 11017
Local Time = Tue Apr 9 12:15:10 2002
Elapsed Time = 151
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002D3
# Please report this error at
#
http://java.sun.com/cgi-bin/bugreport.cgi #
# Java VM: Java HotSpot(TM) Client VM (1.4.0-b92 mixed mode)
#
# An error report file has been saved as hs_err_pid11017.log.
# Please refer to the file for further information.
#
---
thanks in advance,
Timo Leppiniemi