| Author |
FreeBSD 4.5 & Tomcat 4.0.3 problem
|
Timo Leppiniemi
Greenhorn
Joined: Apr 08, 2002
Posts: 9
|
|
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
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14475
|
|
Since it appears that you are getting a JDK internal error, I'd recommend that you download a copy of JDK 1.3 and try running under that. Also make sure that the JDK binaries you download are correct for BSD. A lot of times Sun lumps all Unix systems under "Solaris". Sometimes it's necessary to get more specific, though.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Timo Leppiniemi
Greenhorn
Joined: Apr 08, 2002
Posts: 9
|
|
|
Well, the problem is that it works with jdk1.3, but I really need jdk1.4 because of the regex, cryptography, etc... :/
|
 |
Timo Leppiniemi
Greenhorn
Joined: Apr 08, 2002
Posts: 9
|
|
|
Well, the problem is that it works with jdk1.3, but I really need jdk1.4 because of the regex, cryptography, etc... :/
|
 |
Rong Chen
Greenhorn
Joined: May 30, 2002
Posts: 2
|
|
I am runing tomcat3.3 + jdk1.4 on FreeBSD and have the same problem too. I believe it's to do with the jdk1.4 FreeBSD port. But I can't find a stable port anywhere. Have you found a solution now? Where can I find a good jdk1.4 FreeBSD port?? Thanks in advance!
|
 |
 |
|
|
subject: FreeBSD 4.5 & Tomcat 4.0.3 problem
|
|
|