I shure have. 

(In our case, the VM crashed right at the first page request)

The solution that worked for us is to move to JDK 1.3 provided by Sun. 
The 1.3 version from Blackdown was not yet available at that time, and 
the one from IBM did suffer the same error.
The solution as stated by RedHat is to upgrate glibc.

Have a look at 
http://www.redhat.com/support/errata/rh7-errata-bugfixes.html


I would also migrate to a final release, either 1.2.2 or 1.3

Tim

> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, December 05, 2000 9:43 PM
> To:   [EMAIL PROTECTED]
> Subject:      tomcat start help
> 
> 
> 
> When I try to start tomcat I get the following:
> 
> 2000-12-05 01:31:10 - ContextManager: Adding context Ctx( /examples )
> SIGSEGV   11*  segmentation violation
>     si_signo [0]: no signal
>     si_errno [0]: Success
>     si_code [268545696]: unknown siginfo
>       stackpointer=0x7fffec58
> 
> Full thread dump Classic VM (Linux_JDK_1.2.2_RC4, native threads):
>     "Thread-0" (TID:0x30cd6c60, sys_thread_t:0x10208938, state:CW, native
> ID:0x1005) prio=5
>       at java.lang.Object.wait(Native Method)
>       at java.lang.Object.wait(Object.java:424)
>       at org.apache.tomcat.util.Queue.pull(Queue.java:89)
>       at
> org.apache.tomcat.logging.LogDaemon$1.run(TomcatLogger.java:238)
>       at org.apache.tomcat.logging.LogDaemon.run(TomcatLogger.java:254)
>     "Finalizer" (TID:0x30cc0320, sys_thread_t:0x100985f0, state:CW, native
> ID:0xc04) prio=8
>       at java.lang.Object.wait(Native Method)
>       at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112)
>       at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
>       at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
>     "Reference Handler" (TID:0x30cc03b0, sys_thread_t:0x10090fb0,
> state:CW, native ID:0x803) prio=10
>       at java.lang.Object.wait(Native Method)
>       at java.lang.Object.wait(Object.java:424)
>       at
> java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
>     "SIGQUIT handler" (TID:0x30cc03e0, sys_thread_t:0x10097ab8, state:R,
> native ID:0x402) prio=5
>     "main" (TID:0x30cc01e0, sys_thread_t:0x1001af20, state:R, native
> ID:0x400) prio=5
>         at
> org.apache.tomcat.util.xml.SetProperties.setProperty(XmlMapper.java:631)
>       at 
> org.apache.tomcat.util.xml.SetProperties.start(XmlMapper.java:611)
>       at
> org.apache.tomcat.util.xml.XmlMapper.matchStart(XmlMapper.java:384)
>       at
> org.apache.tomcat.util.xml.XmlMapper.startElement(XmlMapper.java:81)
>       at com.sun.xml.parser.Parser.maybeElement(Parser.java:1391)
>       at com.sun.xml.parser.Parser.content(Parser.java:1499)
>       at com.sun.xml.parser.Parser.maybeElement(Parser.java:1400)
>       at com.sun.xml.parser.Parser.content(Parser.java:1499)
>       at com.sun.xml.parser.Parser.maybeElement(Parser.java:1400)
>       at com.sun.xml.parser.Parser.parseInternal(Parser.java:492)
>       at com.sun.xml.parser.Parser.parse(Parser.java:284)
>       at javax.xml.parsers.SAXParser.parse(SAXParser.java:155)
>       at javax.xml.parsers.SAXParser.parse(SAXParser.java:126)
>       at
> org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:214)
>       at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:187)
>       at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
> Monitor Cache Dump:
>     org.apache.tomcat.util.Queue@30CD6CB0/30D5D4D0: <unowned>
>       Waiting to be notified:
>           "Thread-0" (0x10208938)
>     java.lang.ref.Reference$Lock@30CC03C0/30CF58A8: <unowned>
>       Waiting to be notified:
>           "Reference Handler" (0x10090fb0)
>     java.lang.ref.ReferenceQueue$Lock@30CC0338/30CF5B90: <unowned>
>       Waiting to be notified:
>           "Finalizer" (0x100985f0)
> Registered Monitor Dump:
>     utf8 hash table: <unowned>
>     JNI pinning lock: <unowned>
>     JNI global reference lock: <unowned>
>     BinClass lock: <unowned>
>     Class linking lock: <unowned>
>     System class loader lock: <unowned>
>     Code rewrite lock: <unowned>
>     Heap lock: <unowned>
>     Monitor cache lock: owner "main" (0x1001af20) 1 entry
>     Thread queue lock: owner "main" (0x1001af20) 1 entry
>     Monitor registry: owner "main" (0x1001af20) 1 entry
> 
> 
> 
> 
> That doesn't seem good.  Any ideas?
> 
> ACS

Reply via email to