Is anyone else experiencing an intermittent Dr.Watson when attempting to start JRun 
3.0 Default Server using the NT control applet?

After a few seconds, the Dr.Watson error dialog box goes away and the service panel 
shows "started" it is not responding to requests.  When you "stop" the service, it 
does not error 2140 which occurs if the service is not already running... ie, the 
service is actually running. However, it takes some time for the service to actually 
stop --- the kind of thing you would see if you had many threads open and it is 
cleaning things up before shutting down.

The only thing I see in the log files is a un-dated, un-timed stack trace in the 
default-err.log (see below).  As a VM, I am using the JRE1.2.2 which comes with the 
JRun download.


My setup:
Dell, dual Pentium 650Mhz, 256Mb memory
NT 4.0, sp 6
no web server connectors being used (I used JRun's Web Server).

Thanks in advance,

***********************************************************************
Michael Hogarth, MD
Medical Director, Applied Medical Informatics Group and
Assistant Professor of Internal Medicine and Pathology
UC Davis Health System
http://kenai.ucdavis.edu

"Give paper records credit: they are very efficient at recording
redundant, illegible, poorly structured information"

Stuart  Turner, DVM

***********************************************************************


---------------
Full thread dump Classic VM (JDK-1.2.2-W, native threads):
    "web-119" (TID:0x191b4e0, sys_thread_t:0x9557b0, state:R, native ID:0x111) prio=5
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.PlainSocketImpl.accept(Unknown Source)
        at java.net.ServerSocket.implAccept(Unknown Source)
        at java.net.ServerSocket.accept(Unknown Source)
        at allaire.jrun.NetworkService.accept(NetworkService.java, Compiled Code)
        at allaire.jrun.http.WebService.createRunnable(WebService.java, Compiled Code)
        at allaire.jrun.ThreadPool.createRunnable(ThreadPool.java, Compiled Code)
        at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)
    "Thread-6" (TID:0x1917f40, sys_thread_t:0x93d560, state:CW, native ID:0xab) prio=5
    "scheduler-0" (TID:0x18db638, sys_thread_t:0x930a60, state:CW, native ID:0xc7) 
prio=5
        at java.lang.Object.wait(Native Method)
        at 
allaire.jrun.scheduler.SchedulerService.createRunnable(SchedulerService.java, Compiled 
Code)
        at allaire.jrun.ThreadPool.createRunnable(ThreadPool.java, Compiled Code)
        at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)
    "scheduler-0" (TID:0x18f27c8, sys_thread_t:0x92e1f0, state:CW, native ID:0x123) 
prio=5
        at java.lang.Object.wait(Native Method)
        at 
allaire.jrun.scheduler.SchedulerService.createRunnable(SchedulerService.java, Compiled 
Code)
        at allaire.jrun.ThreadPool.createRunnable(ThreadPool.java, Compiled Code)
        at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)
    "scheduler-0" (TID:0x18f3c90, sys_thread_t:0x92ee80, state:CW, native ID:0x6b) 
prio=5
        at java.lang.Object.wait(Native Method)
        at 
allaire.jrun.scheduler.SchedulerService.createRunnable(SchedulerService.java, Compiled 
Code)
        at allaire.jrun.ThreadPool.createRunnable(ThreadPool.java, Compiled Code)
        at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)
    "GC Daemon" (TID:0x19298c8, sys_thread_t:0x912a10, state:CW, native ID:0x129) 
prio=2
        at java.lang.Object.wait(Native Method)
        at sun.misc.GC$Daemon.run(Unknown Source)
    "RMI Reaper" (TID:0x1929a90, sys_thread_t:0x910af0, state:CW, native ID:0xb5) 
prio=5
        at java.lang.Object.wait(Native Method)
        at java.lang.ref.ReferenceQueue.remove(Unknown Source)
        at java.lang.ref.ReferenceQueue.remove(Unknown Source)
        at sun.rmi.transport.ObjectTable$Reaper.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    "RMI TCP Accept-1" (TID:0x192aa98, sys_thread_t:0x8e2d50, state:R, native 
ID:0x108) prio=5
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.PlainSocketImpl.accept(Unknown Source)
        at java.net.ServerSocket.implAccept(Unknown Source)
        at java.net.ServerSocket.accept(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    "Thread-5" (TID:0x18f8770, sys_thread_t:0x9052a0, state:R, native ID:0x59) prio=5
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.PlainSocketImpl.accept(Unknown Source)
        at java.net.ServerSocket.implAccept(Unknown Source)
        at java.net.ServerSocket.accept(Unknown Source)
        at allaire.ejipt._ClassServer.run(_ClassServer.java, Compiled Code)
        at java.lang.Thread.run(Unknown Source)
    "Thread-3" (TID:0x1924118, sys_thread_t:0x8ff560, state:CW, native ID:0x63) prio=5
        at java.lang.Object.wait(Native Method)
        at allaire.ejipt._util._Service.run(_Service.java, Compiled Code)
    "Thread-2" (TID:0x1904f68, sys_thread_t:0x8fddf0, state:CW, native ID:0x66) prio=5
        at java.lang.Object.wait(Native Method)
        at allaire.ejipt._util._Service.run(_Service.java, Compiled Code)
    "Thread-1" (TID:0x19156e8, sys_thread_t:0x8fc5a0, state:CW, native ID:0x5d) prio=5
        at java.lang.Object.wait(Native Method)
        at allaire.ejipt._util._Service.run(_Service.java, Compiled Code)
    "control-0" (TID:0x18f2e80, sys_thread_t:0x8d7180, state:R, native ID:0x5b) prio=5
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.PlainSocketImpl.accept(Unknown Source)
        at java.net.ServerSocket.implAccept(Unknown Source)
        at java.net.ServerSocket.accept(Unknown Source)
        at allaire.jrun.NetworkService.accept(NetworkService.java, Compiled Code)
        at allaire.jrun.control.ControlService.createRunnable(ControlService.java:169)
        at allaire.jrun.ThreadPool.createRunnable(ThreadPool.java:175)
        at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)
    "scheduler-0" (TID:0x1922d88, sys_thread_t:0x8d1190, state:CW, native ID:0x136) 
prio=5
        at java.lang.Object.wait(Native Method)
        at 
allaire.jrun.scheduler.SchedulerService.createRunnable(SchedulerService.java, Compiled 
Code)
        at allaire.jrun.ThreadPool.createRunnable(ThreadPool.java, Compiled Code)
        at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)
    "SymcJIT-LazyCompilation-1" (TID:0x18fef78, sys_thread_t:0x824bd0, state:CW, 
native ID:0x13e) prio=1
        at SymantecJITCompilationThread.DoCompileMethod(Native Method)
        at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled Code)
    "SymcJIT-LazyCompilation-0" (TID:0x18fefc0, sys_thread_t:0x824960, state:CW, 
native ID:0x8a) prio=1
        at SymantecJITCompilationThread.DoCompileMethod(Native Method)
        at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled Code)
    "SymcJIT-LazyCompilation-PA" (TID:0x18fef88, sys_thread_t:0x8242f0, state:CW, 
native ID:0x60) prio=10
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Unknown Source)
        at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled Code)
    "Finalizer" (TID:0x18f9320, sys_thread_t:0x811dd0, state:CW, native ID:0xca) prio=8
        at java.lang.Object.wait(Native Method)
        at java.lang.ref.ReferenceQueue.remove(Unknown Source)
        at java.lang.ref.ReferenceQueue.remove(Unknown Source)
        at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
    "Reference Handler" (TID:0x18f93b0, sys_thread_t:0x8103f0, state:CW, native 
ID:0x5c) prio=10
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Unknown Source)
        at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
    "Signal dispatcher" (TID:0x18f93e0, sys_thread_t:0x80f520, state:R, native 
ID:0x54) prio=5
Monitor Cache Dump:
    java.lang.Object@1923DC8/1A5E778: <unowned>
        Waiting to be notified:
            "scheduler-0" (0x8d1190)
    allaire.ejipt._jta._TManager@19156E8/1B19620: <unowned>
        Waiting to be notified:
            "Thread-1" (0x8fc5a0)
    java.lang.ref.ReferenceQueue$Lock@192A9D0/1A79C20: <unowned>
        Waiting to be notified:
            "RMI Reaper" (0x910af0)
    allaire.ejipt._AbstractHomeObject$_Revoker@1924118/1A7B820: <unowned>
        Waiting to be notified:
            "Thread-3" (0x8ff560)
    allaire.ejipt._jta._RManager@1904F68/1B332B0: <unowned>
        Waiting to be notified:
            "Thread-2" (0x8fddf0)
    java.net.PlainSocketImpl@1920F10/1A36430: owner "web-119" (0x9557b0) 1 entry
    java.net.PlainSocketImpl@18F8560/1A877D8: owner "Thread-5" (0x9052a0) 1 entry
    java.lang.Object@18F2BC8/1ADA9A0: <unowned>
        Waiting to be notified:
            "scheduler-0" (0x92e1f0)
    java.net.PlainSocketImpl@192AA10/1A79CB0: owner "RMI TCP Accept-1" (0x8e2d50) 1 
entry
    java.lang.ref.ReferenceQueue$Lock@18F9338/192ECF0: <unowned>
        Waiting to be notified:
            "Finalizer" (0x811dd0)
    sun.misc.GC$LatencyLock@1929830/1A7B4B0: <unowned>
        Waiting to be notified:
            "GC Daemon" (0x912a10)
    java.net.PlainSocketImpl@18F9B08/1A863E0: owner "control-0" (0x8d7180) 1 entry
    java.lang.ref.Reference$Lock@18F93C0/192E830: <unowned>
        Waiting to be notified:
            "Reference Handler" (0x8103f0)
    java.lang.Object@18DB1F8/1AB0960: <unowned>
        Waiting to be notified:
            "scheduler-0" (0x930a60)
    SymantecJITCompilationThread@18FEFC0/1959118: <unowned>
        Waiting to be notified:
            "SymcJIT-LazyCompilation-PA" (0x8242f0)
    java.lang.Object@18F4368/1AACA20: <unowned>
        Waiting to be notified:
            "scheduler-0" (0x92ee80)
Registered Monitor Dump:
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method Monitor: <unowned>
    SymcJIT Method Monitor: <unowned>
    SymcJIT Lazy Queue Lock: <unowned>
        Waiting to be notified:
            "SymcJIT-LazyCompilation-1" (0x824bd0)
            "SymcJIT-LazyCompilation-0" (0x824960)
    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" (0x80f520) 1 entry
    Thread queue lock: owner "Signal dispatcher" (0x80f520) 1 entry
        Waiting to be notified:
            "Thread-6" (0x93d560)
    Monitor registry: owner "Signal dispatcher" (0x80f520) 1 entry

Operating System: Windows NT Version 4.0
Java Virtual Machine: build JDK-1.2.2-W, native threads, symcjit from Sun Microsystems 
Inc.
JRun 3.0 3.00.3694 Starting default...
Current Locale: en_US
Loading scheduler
Loading logging
Operating System: Windows NT Version 4.0
Java Virtual Machine: build JDK-1.2.2-W, native threads, symcjit from Sun Microsystems 
Inc.
JRun 3.0 3.00.3694 Starting default...
Current Locale: en_US
Loading scheduler
Loading logging
Operating System: Windows NT Version 4.0
Java Virtual Machine: build JDK-1.2.2-W, native threads, symcjit from Sun Microsystems 
Inc.
JRun 3.0 3.00.3694 Starting default...
Current Locale: en_US
Loading scheduler
Loading logging


------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to