----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi,

I'm running JServ 1.1.1 with Apache 1.3.11 on WinNT 4.0 WKS  with JDK 1.2.2.

My problem is, that I get sporadic thread dumps in the error-logfile. I
suppose this happens during
shutdown of Apache/JServ  (JServ is running in automatic mode). I use the
default configuration for
Apache and JServ.
There are no entries in jserv.log or mod_jserv.log.

error.log:

Full thread dump Classic VM (JDK-1.2.2_005, native threads):
    "Thread-1" (TID:0x1906a40, sys_thread_t:0x8ac380, state:CW, native
ID:0xd0) prio=5
        at java.lang.Thread.sleep(Native Method)
        at
org.apache.jserv.JServServletManager.run(JServServletManager.java, Compiled
Code)
        at java.lang.Thread.run(Thread.java:479)
    "Thread-0" (TID:0x1909eb0, sys_thread_t:0x8a3bc0, state:CW, native
ID:0xbe) prio=1
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:424)
        at org.apache.java.util.SimpleQueue.waitObject(SimpleQueue.java,
Compiled Code)
        at org.apache.java.io.LogWriter$Agent.run(LogWriter.java, Compiled
Code)
    "SymcJIT-LazyCompilation-0" (TID:0x18fe270, sys_thread_t:0x826c60,
state:CW, native ID:0x92) prio=1
        at SymantecJITCompilationThread.DoCompileMethod(Native Method)
        at SymantecJITCompilationThread.run(JITcompilationthread.java,
Compiled Code)
    "SymcJIT-LazyCompilation-PA" (TID:0x18fe238, sys_thread_t:0x826b00,
state:CW, native ID:0x91) prio=10
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:424)
        at SymantecJITCompilationThread.run(JITcompilationthread.java,
Compiled Code)
    "Finalizer" (TID:0x18f9320, sys_thread_t:0x811f80, state:CW, native
ID:0x8f) 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:0x18f93b0, sys_thread_t:0x810820, state:CW,
native ID:0x8e) 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)
    "Signal dispatcher" (TID:0x18f93e0, sys_thread_t:0x80bdb0, state:R,
native ID:0x8d) prio=5
    "main" (TID:0x18f91e0, sys_thread_t:0x7c09c0, state:R, native ID:0x5a)
prio=5
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
        at java.net.ServerSocket.implAccept(ServerSocket.java:240)
        at
org.apache.java.net.AuthenticatedServerSocket.accept(AuthenticatedServerSock
et.java, Compiled Code)
        at org.apache.jserv.JServ.main(JServ.java, Compiled Code)
Monitor Cache Dump:
    SymantecJITCompilationThread@18FE270/1955110: <unowned>
        Waiting to be notified:
            "SymcJIT-LazyCompilation-PA" (0x826b00)
    java.net.PlainSocketImpl@1909670/196CA08: owner "main" (0x7c09c0) 1
entry
    org.apache.java.util.SimpleQueue@190B470/19DC3C8: <unowned>
        Waiting to be notified:
            "Thread-0" (0x8a3bc0)
    java.lang.ref.ReferenceQueue$Lock@18F9338/192F028: <unowned>
        Waiting to be notified:
            "Finalizer" (0x811f80)
    java.lang.ref.Reference$Lock@18F93C0/192EB20: <unowned>
        Waiting to be notified:
            "Reference Handler" (0x810820)
Registered Monitor Dump:
    SymcJIT Method Monitor: <unowned>
    SymcJIT Lazy Queue Lock: <unowned>
        Waiting to be notified:
            "SymcJIT-LazyCompilation-0" (0x826c60)
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method List Monitor: <unowned>
    SymcJIT Lock: <unowned>
    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 "Signal dispatcher" (0x80bdb0) 1 entry
    Thread queue lock: owner "Signal dispatcher" (0x80bdb0) 1 entry
    Monitor registry: owner "Signal dispatcher" (0x80bdb0) 1 entry


Full thread dump Classic VM (JDK-1.2.2_005, native threads):
    "Thread-1" (TID:0x1906a40, sys_thread_t:0x8ac380, state:CW, native
ID:0xd0) prio=5
        at java.lang.Thread.sleep(Native Method)
        at
org.apache.jserv.JServServletManager.run(JServServletManager.java, Compiled
Code)
        at java.lang.Thread.run(Thread.java:479)
    "Thread-0" (TID:0x1909eb0, sys_thread_t:0x8a3bc0, state:CW, native
ID:0xbe) prio=1
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:424)
        at org.apache.j
                         (... stops here ...)

As one can see from the dump, no servlet was loaded before  (access.log is
also empty).

Any help is appreciated   ;-)

Ciao
Kristian


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to