• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

FreeBSD 4.5 & Tomcat 4.0.3 problem

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Saloon Keeper
Posts: 28396
210
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Timo Leppiniemi
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, the problem is that it works with jdk1.3, but I really need jdk1.4 because of the regex, cryptography, etc... :/
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic