11 Replies Latest reply on Jan 26, 2009 6:03 PM by georgesberscheid

    JBoss slooooooooow starts on Debian Linux

    george001

      Hello everyone,

      I am in the process of setting up JBoss on Debian Linux and I am having some issues with starting and stopping the server. At first the server was starting and stopping as expected within a 1-15 minutes or so, but after a number of restarts and tests of configuration changes the server would seemingly hang for hours on start up and would not want to shutdown when calling the shutdown script or sending kill signals to the process. I am listing the details below:

      Environment:

      OS: Debian Linux;

      uname -a -> Linux localhost 2.6.18-6-vserver-686 #1 SMP Sat Apr 5 12:21:24 UTC 2008 i686 GNU/Linux
      

      JBoss: JBoss 4.2.2GA
      console after running run.sh -b hostname ->
      09:37:23,233 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 61m:53s:368ms
      


      Apache Portable Runtime:

      ls /usr/lib | grep libapr ->
      libapr-1.a
      libapr-1.la
      libapr-1.so
      libapr-1.so.0
      libapr-1.so.0.2.7
      libaprutil-1.so.0
      libaprutil-1.so.0.2.7
      


      SSL is enabled and using OpenSSL.

      I have a few questions:
      1) Does anyone have any ideas on the above issue with slow start ups?
      2) Is anyone else running JBoss on Debian, what is your experience?
      3) Is anyone else running the APR libraries, do you experience a pause every time the APR libraries are loaded:

      14:12:23,144 INFO [NativeServerConfig] JBoss Web Services - Native
      14:12:23,144 INFO [NativeServerConfig] jbossws-native-2.0.1.SP2 (build=200710210837)
      14:12:25,501 INFO [Embedded] Catalina naming disabled
      14:12:26,340 INFO [AprLifecycleListener] Loaded Apache Tomcat Native library 1.1.12.
      14:12:26,341 INFO [AprLifecycleListener] APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
      14:29:17,243 INFO [Http11AprProtocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8098
      14:29:17,303 INFO [AjpAprProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
      


      4) Is anyone else running JBoss in a vserver virtual environment with APR libraries? What is your experience?

      Thanks in advance,
      George

        • 1. Re: JBoss slooooooooow starts on Debian Linux
          peterj

          Hmm, must be a bug going around - I know I tackled this yesterday. See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=134163

          • 2. Re: JBoss slooooooooow starts on Debian Linux
            george001

            Hello Peter,

            I have done as suggested in the other posting and run the stack trace when the server start up blocked just after loading the APR libs the resulting stack traces are a bit big so I will post them in 4 postings. Here is the first one:

            Java Stack Trace 1:
            jboss@localhost:/opt/jboss/jboss-4.2.2.GA/server/default$ ps aux
            USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
            root 1 0.0 0.0 1948 644 ? Ss Apr18 0:02 init [2]
            root 18172 0.0 0.0 1632 636 ? Ss Apr18 0:03 /sbin/syslogd
            100 18218 0.0 0.0 5348 1004 ? Ss Apr18 0:00 /usr/sbin/exim4 -bd -q30m
            daemon 18234 0.0 0.0 1832 420 ? Ss Apr18 0:00 /usr/sbin/atd
            root 18237 0.0 0.0 2196 772 ? Ss Apr18 0:00 /usr/sbin/cron
            root 19014 0.0 0.1 4932 1100 ? Ss Apr18 0:02 /usr/sbin/sshd
            root 24908 0.0 0.3 10472 3584 ? Ss Apr20 0:00 /usr/sbin/apache2 -k start
            www-data 24909 0.0 0.2 9740 2084 ? S Apr20 0:00 /usr/sbin/apache2 -k start
            www-data 24917 0.0 0.4 231972 4292 ? Sl Apr20 0:00 /usr/sbin/apache2 -k start
            www-data 24918 0.0 0.4 231972 4332 ? Sl Apr20 0:00 /usr/sbin/apache2 -k start
            root 10387 0.0 0.2 7700 2316 ? Ss 11:26 0:00 sshd: jboss [priv]
            jboss 10389 0.0 0.1 7700 1604 ? S 11:26 0:00 sshd: jboss@pts/0
            jboss 10390 0.0 0.1 3340 1964 pts/0 Ss 11:26 0:00 -bash
            root 10402 0.0 0.2 7700 2316 ? Ss 11:26 0:00 sshd: jboss [priv]
            jboss 10404 0.0 0.1 7700 1624 ? S 11:26 0:00 sshd: jboss@pts/1
            jboss 10405 0.0 0.1 3324 1912 pts/1 Ss+ 11:26 0:00 -bash
            jboss 10782 0.0 0.1 2444 1152 pts/0 S 12:14 0:00 /bin/sh /opt/jboss/jboss-4.2.2.GA/bin/run.sh -b localhost
            jboss 10800 10.9 16.0 867344 166072 pts/0 Sl 12:14 0:51 /usr/lib/jvm/java-1.5.0-sun-1.5.0.14/bin/java -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.g
            jboss 10888 0.0 0.0 2228 904 pts/0 R+ 12:22 0:00 ps aux
            jboss@localhost:/opt/jboss/jboss-4.2.2.GA/server/default$ jstack -m 10800
            Attaching to process ID 10800, please wait...
            Debugger attached successfully.
            Server compiler detected.
            JVM version is 1.5.0_14-b03
            java.lang.NullPointerException
             at sun.jvm.hotspot.runtime.Frame.addressOfStackSlot(Frame.java:214)
             at sun.jvm.hotspot.runtime.x86.X86Frame.getEntryFrameCallWrapper(X86Frame.java:452)
             at sun.jvm.hotspot.runtime.Frame.entryFrameIsFirst(Frame.java:379)
             at sun.jvm.hotspot.runtime.Frame.isFirstFrame(Frame.java:154)
             at sun.jvm.hotspot.runtime.VFrame.sender(VFrame.java:109)
             at sun.jvm.hotspot.runtime.VFrame.javaSender(VFrame.java:134)
             at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:167)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:37)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10801 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x2548ff88 ????????
            sun.jvm.hotspot.debugger.UnmappedAddressException
             at sun.jvm.hotspot.debugger.PageCache.checkPage(PageCache.java:191)
             at sun.jvm.hotspot.debugger.PageCache.getData(PageCache.java:46)
             at sun.jvm.hotspot.debugger.DebuggerBase.readBytes(DebuggerBase.java:188)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:453)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10802 -----------------
            0xb7fa9c01 __pthread_cond_wait + 0x81
            0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
            0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
            0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
            0xb774b5e3 JVM_MonitorWait + 0x163
            0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
            0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
            0xb114db6b * java.lang.ref.Reference$ReferenceHandler.run() bci:46 line:116 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10803 -----------------
            0xb7fa9c01 __pthread_cond_wait + 0x81
            0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
            0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
            0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
            0xb774b5e3 JVM_MonitorWait + 0x163
            0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
            0xb114db6b * java.lang.ref.ReferenceQueue.remove(long) bci:44 line:120 (Interpreted frame)
            0xb114da94 * java.lang.ref.ReferenceQueue.remove() bci:2 line:136 (Interpreted frame)
            0xb114da94 * java.lang.ref.Finalizer$FinalizerThread.run() bci:3 line:159 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10804 -----------------
            0xb7fab9ab __new_sem_wait + 0x4b
            0xb78bfadd _ZN2os11signal_waitEv + 0xd
            0xb78bcb65 _Z19signal_thread_entryP10JavaThreadP6Thread + 0x75
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10805 -----------------
            0xb7fa9c01 __pthread_cond_wait + 0x81
            0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
            0xb78a8ec4 _ZN7Monitor4waitEil + 0x204
            0xb763084e _ZN12CompileQueue3getEv + 0x6e
            0xb76328af _ZN13CompileBroker20compiler_thread_loopEv + 0x1af
            0xb79680a6 _Z21compiler_thread_entryP10JavaThreadP6Thread + 0x16
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10806 -----------------
            0xb7fa9c01 __pthread_cond_wait + 0x81
            0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
            0xb78a8ec4 _ZN7Monitor4waitEil + 0x204
            0xb763084e _ZN12CompileQueue3getEv + 0x6e
            0xb76328af _ZN13CompileBroker20compiler_thread_loopEv + 0x1af
            0xb79680a6 _Z21compiler_thread_entryP10JavaThreadP6Thread + 0x16
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10807 -----------------
            0xb7fa9c01 __pthread_cond_wait + 0x81
            0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
            0xb78a8ec4 _ZN7Monitor4waitEil + 0x204
            0xb763084e _ZN12CompileQueue3getEv + 0x6e
            0xb76328af _ZN13CompileBroker20compiler_thread_loopEv + 0x1af
            0xb79680a6 _Z21compiler_thread_entryP10JavaThreadP6Thread + 0x16
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10808 -----------------
            0xb7fa9c01 __pthread_cond_wait + 0x81
            0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
            0xb78a8d51 _ZN7Monitor4waitEil + 0x91
            0xb787e58f _ZN17LowMemoryDetector32low_memory_detector_thread_entryEP10JavaThreadP6Thread + 0x9f
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10809 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x21604fc0 ????????
            sun.jvm.hotspot.debugger.UnmappedAddressException
             at sun.jvm.hotspot.debugger.PageCache.checkPage(PageCache.java:191)
             at sun.jvm.hotspot.debugger.PageCache.getData(PageCache.java:46)
             at sun.jvm.hotspot.debugger.DebuggerBase.readBytes(DebuggerBase.java:188)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:453)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10811 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x1d960538 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b409 with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10812 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x170efff8 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b3d9 with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10813 -----------------
            0xb7fac5fe __libc_accept + 0x3e
            0x8be41229 ????????
            0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
            0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
            0xb114da94 * org.jboss.web.WebServer.run() bci:14 line:320 (Interpreted frame)
            0xb114de71 * org.jboss.util.threadpool.RunnableTaskWrapper.run() bci:52 line:148 (Interpreted frame)
            0xb114de71 * EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run() bci:15 line:756 (Interpreted frame)
            0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10814 -----------------
            0xb7fac5fe __libc_accept + 0x3e
            0x8be41229 ????????
            0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
            0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
            0xb114da94 * sun.rmi.transport.tcp.TCPTransport.run() bci:59 line:340 (Interpreted frame)
            0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10815 -----------------
            0xb7fa9c01 __pthread_cond_wait + 0x81
            0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
            0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
            0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
            0xb774b5e3 JVM_MonitorWait + 0x163
            0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
            0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
            0xb114db6b * java.util.TimerThread.mainLoop() bci:28 line:483 (Interpreted frame)
            0xb114db6b * java.util.TimerThread.run() bci:1 line:462 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10816 -----------------
            0xb7fa9c01 __pthread_cond_wait + 0x81
            0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
            0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
            0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
            0xb774b5e3 JVM_MonitorWait + 0x163
            0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
            0xb114db6b * java.lang.ref.ReferenceQueue.remove(long) bci:44 line:120 (Interpreted frame)
            0xb114da94 * java.lang.ref.ReferenceQueue.remove() bci:2 line:136 (Interpreted frame)
            0xb114da94 * sun.rmi.transport.ObjectTable$Reaper.run() bci:3 line:336 (Interpreted frame)
            0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10817 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x2e6843a8 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810bffd with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10818 -----------------
            0xb7fac5fe __libc_accept + 0x3e
            0x8be41229 ????????
            0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
            0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
            0xb114da94 * org.jnp.server.Main$AcceptHandler.run() bci:30 line:481 (Interpreted frame)
            0xb114de71 * org.jboss.util.threadpool.RunnableTaskWrapper.run() bci:52 line:148 (Interpreted frame)
            0xb114de71 * EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run() bci:15 line:756 (Interpreted frame)
            0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10819 -----------------
            0xb7fac5fe __libc_accept + 0x3e
            0x8be41229 ????????
            0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
            0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
            0xb114da94 * com.arjuna.ats.internal.arjuna.recovery.Listener.run() bci:11 line:119 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10820 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x2699f540 ????????
            sun.jvm.hotspot.debugger.UnmappedAddressException
             at sun.jvm.hotspot.debugger.PageCache.checkPage(PageCache.java:191)
             at sun.jvm.hotspot.debugger.PageCache.getData(PageCache.java:46)
             at sun.jvm.hotspot.debugger.DebuggerBase.readBytes(DebuggerBase.java:188)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:453)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10821 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x149f7ae0 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x48115aae with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10822 -----------------
            0xb7fac5fe __libc_accept + 0x3e
            0x8be41229 ????????
            0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
            0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
            0xb114da94 * com.arjuna.ats.internal.arjuna.recovery.Listener.run() bci:11 line:119 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10824 -----------------
            0xb7fac5fe __libc_accept + 0x3e
            0x8be41229 ????????
            0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
            0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
            0xb114da94 * sun.rmi.transport.tcp.TCPTransport.run() bci:59 line:340 (Interpreted frame)
            0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10825 -----------------
            0xb7fac5fe __libc_accept + 0x3e
            0x8be41229 ????????
            0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
            0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
            0xb114da94 * org.jboss.invocation.pooled.server.PooledInvoker.run() bci:11 line:262 (Interpreted frame)
            0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10826 -----------------
            0xb7fac5fe __libc_accept + 0x3e
            0x8be41229 ????????
            0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
            0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
            0xb114da94 * org.jboss.remoting.transport.socket.SocketServerInvoker.run() bci:95 line:520 (Interpreted frame)
            0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10827 -----------------
            0xb7fa9c01 __pthread_cond_wait + 0x81
            0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
            0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
            0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
            0xb774b5e3 JVM_MonitorWait + 0x163
            0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
            0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
            0xb114db6b * org.jboss.remoting.transport.socket.SocketServerInvoker$ServerSocketRefresh.run() bci:105 line:704 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10828 -----------------
            0xb7fac5fe __libc_accept + 0x3e
            0x8be41229 ????????
            0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
            0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
            0xb114da94 * org.jboss.remoting.transport.socket.SocketServerInvoker.run() bci:95 line:520 (Interpreted frame)
            0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10829 -----------------
            0xb7fa9c01 __pthread_cond_wait + 0x81
            0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
            0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
            0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
            0xb774b5e3 JVM_MonitorWait + 0x163
            0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
            0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
            0xb114db6b * org.jboss.remoting.transport.socket.SocketServerInvoker$ServerSocketRefresh.run() bci:105 line:704 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10830 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x1bbbcec8 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b411 with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10836 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x38d35d00 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b3db with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10837 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x2732c658 ????????
            sun.jvm.hotspot.debugger.UnmappedAddressException
             at sun.jvm.hotspot.debugger.PageCache.checkPage(PageCache.java:191)
             at sun.jvm.hotspot.debugger.PageCache.getData(PageCache.java:46)
             at sun.jvm.hotspot.debugger.DebuggerBase.readBytes(DebuggerBase.java:188)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:453)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10838 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x2ba11140 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b3de with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10839 -----------------
            0xb7fa9c01 __pthread_cond_wait + 0x81
            0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
            0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
            0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
            0xb774b5e3 JVM_MonitorWait + 0x163
            0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
            0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
            0xb114db6b * EDU.oswego.cs.dl.util.concurrent.Semaphore.acquire() bci:28 line:108 (Interpreted frame)
            0xb114db6b * EDU.oswego.cs.dl.util.concurrent.SemaphoreControlledChannel.take() bci:18 line:131 (Interpreted frame)
            0xb114da94 * org.jboss.resource.adapter.mail.inflow.NewMsgsWorker.run() bci:26 line:75 (Interpreted frame)
            0xb114de71 * org.jboss.resource.work.WorkWrapper.execute() bci:62 line:204 (Interpreted frame)
            0xb114de71 * org.jboss.util.threadpool.BasicTaskWrapper.run() bci:174 line:275 (Interpreted frame)
            0xb114de71 * EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run() bci:15 line:756 (Interpreted frame)
            0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10840 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x17b434f0 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b3d9 with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10841 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x17b3eea0 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b3d9 with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10842 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x17f0f7a0 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b3d9 with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10843 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x17f0b920 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b3d9 with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10844 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x182dc9f0 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b3d9 with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10845 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x182e75d0 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b3d9 with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10846 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x182e0488 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b3d9 with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10847 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x18a84d38 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b3d9 with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10848 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x182e3f20 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b3d9 with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10849 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x18a812a0 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b3d9 with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10850 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x1fed81f8 ????????
            sun.jvm.hotspot.debugger.UnmappedAddressException
             at sun.jvm.hotspot.debugger.PageCache.checkPage(PageCache.java:191)
             at sun.jvm.hotspot.debugger.PageCache.getData(PageCache.java:46)
             at sun.jvm.hotspot.debugger.DebuggerBase.readBytes(DebuggerBase.java:188)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:453)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10851 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x2c6da840 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b3df with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10852 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x0ff582a0 ????????
            sun.jvm.hotspot.debugger.UnmappedAddressException
             at sun.jvm.hotspot.debugger.PageCache.checkPage(PageCache.java:191)
             at sun.jvm.hotspot.debugger.PageCache.getData(PageCache.java:46)
             at sun.jvm.hotspot.debugger.DebuggerBase.readBytes(DebuggerBase.java:188)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:453)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10853 -----------------
            0xb7fa9c01 __pthread_cond_wait + 0x81
            0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
            0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
            0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
            0xb774b5e3 JVM_MonitorWait + 0x163
            0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
            0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
            0xb114db6b * org.jboss.resource.connectionmanager.PoolFiller.run() bci:86 line:87 (Interpreted frame)
            0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10854 -----------------
            0xb7fa9c01 __pthread_cond_wait + 0x81
            0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
            0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
            0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
            0xb774b5e3 JVM_MonitorWait + 0x163
            0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
            0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
            0xb114db6b * org.jboss.util.timeout.TimeoutPriorityQueueImpl.poll(long) bci:64 line:253 (Interpreted frame)
            0xb114da94 * org.jboss.util.timeout.TimeoutPriorityQueueImpl.take() bci:4 line:230 (Interpreted frame)
            0xb114dd9a * org.jboss.util.timeout.TimeoutFactory.doWork() bci:14 line:215 (Interpreted frame)
            0xb114db6b * org.jboss.util.timeout.TimeoutFactory.access$000(org.jboss.util.timeout.TimeoutFactory) bci:1 line:41 (Interpreted frame)
            0xb114db6b * org.jboss.util.timeout.TimeoutFactory$1.run() bci:4 line:136 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10855 -----------------
            0xb7fac5fe __libc_accept + 0x3e
            0x8be41229 ????????
            0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
            0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
            0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
            0xb114da94 * org.jboss.mq.il.uil2.UILServerILService.run() bci:26 line:159 (Interpreted frame)
            0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10856 -----------------
            0xb7fa9e62 __pthread_cond_timedwait + 0xe2
            0x1fad0a10 ????????
            sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b64d with alignment: 4
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
             at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
             at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
             at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
             at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
             at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
             at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
             at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
             at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
            ----------------- 10857 -----------------
            0xb7fac6de __libc_recv + 0x3e
            0x8be41cf1 ????????
            0xb1153898 * java.net.SocketInputStream.socketRead0(java.io.FileDescriptor, byte[], int, int, int) bci:0 (Interpreted frame)
            0xb114dabf * java.net.SocketInputStream.read(byte[], int, int) bci:84 line:129 (Interpreted frame)
            0xb114dabf * com.sun.net.ssl.internal.ssl.InputRecord.readFully(java.io.InputStream, byte[], int, int) bci:21 line:293 (Interpreted frame)
            0xb114dabf * com.sun.net.ssl.internal.ssl.InputRecord.read(java.io.InputStream, java.io.OutputStream) bci:32 line:331 (Interpreted frame)
            0xb114db6b * com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(com.sun.net.ssl.internal.ssl.InputRecord, boolean) bci:44 line:782 (Interpreted frame)
            0xb114db6b * com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(com.sun.net.ssl.internal.ssl.InputRecord) bci:15 line:739 (Interpreted frame)
            0xb114db6b * com.sun.net.ssl.internal.ssl.AppInputStream.read(byte[], int, int) bci:30 line:75 (Interpreted frame)
            ----------------- 10858 -----------------
            0xb7fac6de __libc_recv + 0x3e
            0x8be41cf1 ????????
            0xb1153898 * java.net.SocketInputStream.socketRead0(java.io.FileDescriptor, byte[], int, int, int) bci:0 (Interpreted frame)
            0xb114dabf * java.net.SocketInputStream.read(byte[], int, int) bci:84 line:129 (Interpreted frame)
            0xb114dabf * com.sun.net.ssl.internal.ssl.InputRecord.readFully(java.io.InputStream, byte[], int, int) bci:21 line:293 (Interpreted frame)
            0xb114dabf * com.sun.net.ssl.internal.ssl.InputRecord.read(java.io.InputStream, java.io.OutputStream) bci:32 line:331 (Interpreted frame)
            0xb114db6b * com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(com.sun.net.ssl.internal.ssl.InputRecord, boolean) bci:44 line:782 (Interpreted frame)
            0xb114db6b * com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(com.sun.net.ssl.internal.ssl.InputRecord) bci:15 line:739 (Interpreted frame)
            0xb114db6b * com.sun.net.ssl.internal.ssl.AppInputStream.read(byte[], int, int) bci:30 line:75 (Interpreted frame)
            ----------------- 10859 -----------------
            0xb7fa9c01 __pthread_cond_wait + 0x81
            0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
            0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
            0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
            0xb774b5e3 JVM_MonitorWait + 0x163
            0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
            0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
            0xb114db6b * org.jboss.system.server.ServerImpl$LifeThread.run() bci:11 line:940 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10860 -----------------
            0xb7fa9c01 __pthread_cond_wait + 0x81
            0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
            0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
            0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
            0xb774b5e3 JVM_MonitorWait + 0x163
            0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
            0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
            0xb114db6b * org.apache.tomcat.util.net.AprEndpoint$Poller.run() bci:58 line:1266 (Interpreted frame)
            0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
            0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
            0xb7962423 _ZN10JavaThread3runEv + 0x133
            0xb78c2778 _Z6_startP6Thread + 0x178
            0xb7fa70bd start_thread + 0x6d
            ----------------- 10861 -----------------
            0xb7fa9c01 __pthread_cond_wait + 0x81
            0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
            0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
            0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
            0xb774b5e3 JVM_MonitorWait + 0x163
            0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
            0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
            0xb114db6b * org.apache.tomcat.util.net.AprEndpoint$Poller.run() bci:58 line:1266 (Interpreted frame)
            0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
            0xb114b236 <StubRoutines>
            0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
            0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
            0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
            0xb76f179e


            • 3. Re: JBoss slooooooooow starts on Debian Linux
              george001

              And here is the second one:

              
              Java Stack Trace 2:
              jboss@localhost:/opt/jboss/jboss-4.2.2.GA/server/default$ date
              Thu Apr 24 12:25:46 EDT 2008
              jboss@localhost:/opt/jboss/jboss-4.2.2.GA/server/default$ jstack -m 10800
              Attaching to process ID 10800, please wait...
              Debugger attached successfully.
              Server compiler detected.
              JVM version is 1.5.0_14-b03
              java.lang.NullPointerException
               at sun.jvm.hotspot.runtime.Frame.addressOfStackSlot(Frame.java:214)
               at sun.jvm.hotspot.runtime.x86.X86Frame.getEntryFrameCallWrapper(X86Frame.java:452)
               at sun.jvm.hotspot.runtime.Frame.entryFrameIsFirst(Frame.java:379)
               at sun.jvm.hotspot.runtime.Frame.isFirstFrame(Frame.java:154)
               at sun.jvm.hotspot.runtime.VFrame.sender(VFrame.java:109)
               at sun.jvm.hotspot.runtime.VFrame.javaSender(VFrame.java:134)
               at sun.jvm.hotspot.tools.PStack.initJFrameCache(PStack.java:167)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:37)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10801 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x1af7fde0 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b48f with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10802 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
              0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
              0xb774b5e3 JVM_MonitorWait + 0x163
              0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
              0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
              0xb114db6b * java.lang.ref.Reference$ReferenceHandler.run() bci:46 line:116 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10803 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
              0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
              0xb774b5e3 JVM_MonitorWait + 0x163
              0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
              0xb114db6b * java.lang.ref.ReferenceQueue.remove(long) bci:44 line:120 (Interpreted frame)
              0xb114da94 * java.lang.ref.ReferenceQueue.remove() bci:2 line:136 (Interpreted frame)
              0xb114da94 * java.lang.ref.Finalizer$FinalizerThread.run() bci:3 line:159 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10804 -----------------
              0xb7fab9ab __new_sem_wait + 0x4b
              0xb78bfadd _ZN2os11signal_waitEv + 0xd
              0xb78bcb65 _Z19signal_thread_entryP10JavaThreadP6Thread + 0x75
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10805 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78a8ec4 _ZN7Monitor4waitEil + 0x204
              0xb763084e _ZN12CompileQueue3getEv + 0x6e
              0xb76328af _ZN13CompileBroker20compiler_thread_loopEv + 0x1af
              0xb79680a6 _Z21compiler_thread_entryP10JavaThreadP6Thread + 0x16
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10806 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78a8ec4 _ZN7Monitor4waitEil + 0x204
              0xb763084e _ZN12CompileQueue3getEv + 0x6e
              0xb76328af _ZN13CompileBroker20compiler_thread_loopEv + 0x1af
              0xb79680a6 _Z21compiler_thread_entryP10JavaThreadP6Thread + 0x16
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10807 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78a8ec4 _ZN7Monitor4waitEil + 0x204
              0xb763084e _ZN12CompileQueue3getEv + 0x6e
              0xb76328af _ZN13CompileBroker20compiler_thread_loopEv + 0x1af
              0xb79680a6 _Z21compiler_thread_entryP10JavaThreadP6Thread + 0x16
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10808 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78a8d51 _ZN7Monitor4waitEil + 0x91
              0xb787e58f _ZN17LowMemoryDetector32low_memory_detector_thread_entryEP10JavaThreadP6Thread + 0x9f
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10809 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x2d316d70 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b48e with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10811 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x1ea371e0 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b4bd with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10812 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x157e9810 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b493 with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10813 -----------------
              0xb7fac5fe __libc_accept + 0x3e
              0x8be41229 ????????
              0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
              0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
              0xb114da94 * org.jboss.web.WebServer.run() bci:14 line:320 (Interpreted frame)
              0xb114de71 * org.jboss.util.threadpool.RunnableTaskWrapper.run() bci:52 line:148 (Interpreted frame)
              0xb114de71 * EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run() bci:15 line:756 (Interpreted frame)
              0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10814 -----------------
              0xb7fac5fe __libc_accept + 0x3e
              0x8be41229 ????????
              0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
              0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
              0xb114da94 * sun.rmi.transport.tcp.TCPTransport.run() bci:59 line:340 (Interpreted frame)
              0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10815 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
              0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
              0xb774b5e3 JVM_MonitorWait + 0x163
              0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
              0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
              0xb114db6b * java.util.TimerThread.mainLoop() bci:28 line:483 (Interpreted frame)
              0xb114db6b * java.util.TimerThread.run() bci:1 line:462 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10816 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
              0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
              0xb774b5e3 JVM_MonitorWait + 0x163
              0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
              0xb114db6b * java.lang.ref.ReferenceQueue.remove(long) bci:44 line:120 (Interpreted frame)
              0xb114da94 * java.lang.ref.ReferenceQueue.remove() bci:2 line:136 (Interpreted frame)
              0xb114da94 * sun.rmi.transport.ObjectTable$Reaper.run() bci:3 line:336 (Interpreted frame)
              0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10817 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x2e6843a8 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810bffd with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10818 -----------------
              0xb7fac5fe __libc_accept + 0x3e
              0x8be41229 ????????
              0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
              0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
              0xb114da94 * org.jnp.server.Main$AcceptHandler.run() bci:30 line:481 (Interpreted frame)
              0xb114de71 * org.jboss.util.threadpool.RunnableTaskWrapper.run() bci:52 line:148 (Interpreted frame)
              0xb114de71 * EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run() bci:15 line:756 (Interpreted frame)
              0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10819 -----------------
              0xb7fac5fe __libc_accept + 0x3e
              0x8be41229 ????????
              0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
              0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
              0xb114da94 * com.arjuna.ats.internal.arjuna.recovery.Listener.run() bci:11 line:119 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10820 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x1bb05548 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4b0ba475 with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10821 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x149f7ae0 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x48115aae with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10822 -----------------
              0xb7fac5fe __libc_accept + 0x3e
              0x8be41229 ????????
              0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
              0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
              0xb114da94 * com.arjuna.ats.internal.arjuna.recovery.Listener.run() bci:11 line:119 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10824 -----------------
              0xb7fac5fe __libc_accept + 0x3e
              0x8be41229 ????????
              0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
              0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
              0xb114da94 * sun.rmi.transport.tcp.TCPTransport.run() bci:59 line:340 (Interpreted frame)
              0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10825 -----------------
              0xb7fac5fe __libc_accept + 0x3e
              0x8be41229 ????????
              0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
              0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
              0xb114da94 * org.jboss.invocation.pooled.server.PooledInvoker.run() bci:11 line:262 (Interpreted frame)
              0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10826 -----------------
              0xb7fac5fe __libc_accept + 0x3e
              0x8be41229 ????????
              0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
              0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
              0xb114da94 * org.jboss.remoting.transport.socket.SocketServerInvoker.run() bci:95 line:520 (Interpreted frame)
              0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10827 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
              0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
              0xb774b5e3 JVM_MonitorWait + 0x163
              0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
              0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
              0xb114db6b * org.jboss.remoting.transport.socket.SocketServerInvoker$ServerSocketRefresh.run() bci:105 line:704 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10828 -----------------
              0xb7fac5fe __libc_accept + 0x3e
              0x8be41229 ????????
              0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
              0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
              0xb114da94 * org.jboss.remoting.transport.socket.SocketServerInvoker.run() bci:95 line:520 (Interpreted frame)
              0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10829 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
              0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
              0xb774b5e3 JVM_MonitorWait + 0x163
              0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
              0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
              0xb114db6b * org.jboss.remoting.transport.socket.SocketServerInvoker$ServerSocketRefresh.run() bci:105 line:704 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10830 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x1d513fc0 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b4c5 with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10836 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x034c6028 ????????
              sun.jvm.hotspot.debugger.UnmappedAddressException
               at sun.jvm.hotspot.debugger.PageCache.checkPage(PageCache.java:191)
               at sun.jvm.hotspot.debugger.PageCache.getData(PageCache.java:46)
               at sun.jvm.hotspot.debugger.DebuggerBase.readBytes(DebuggerBase.java:188)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:453)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10837 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x2126fbf8 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b48f with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10838 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x2ea4a0c8 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b492 with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10839 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
              0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
              0xb774b5e3 JVM_MonitorWait + 0x163
              0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
              0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
              0xb114db6b * EDU.oswego.cs.dl.util.concurrent.Semaphore.acquire() bci:28 line:108 (Interpreted frame)
              0xb114db6b * EDU.oswego.cs.dl.util.concurrent.SemaphoreControlledChannel.take() bci:18 line:131 (Interpreted frame)
              0xb114da94 * org.jboss.resource.adapter.mail.inflow.NewMsgsWorker.run() bci:26 line:75 (Interpreted frame)
              0xb114de71 * org.jboss.resource.work.WorkWrapper.execute() bci:62 line:204 (Interpreted frame)
              0xb114de71 * org.jboss.util.threadpool.BasicTaskWrapper.run() bci:174 line:275 (Interpreted frame)
              0xb114de71 * EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run() bci:15 line:756 (Interpreted frame)
              0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10840 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x2220c930 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b48f with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10841 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x22207b10 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b48f with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10842 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x21e3f6e0 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b48f with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10843 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x21e3a8c0 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b48f with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10844 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x21e2f8f8 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b48f with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10845 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x21693900 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b48f with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10846 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x21a651a0 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b48f with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10847 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x21a5f3e0 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b48f with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10848 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x22202138 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b48f with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10849 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x21e356b8 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b48f with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10850 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x2a967f10 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b48e with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10851 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x2c76cc18 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b493 with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10852 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x0feefac0 ????????
              sun.jvm.hotspot.debugger.UnmappedAddressException
               at sun.jvm.hotspot.debugger.PageCache.checkPage(PageCache.java:191)
               at sun.jvm.hotspot.debugger.PageCache.getData(PageCache.java:46)
               at sun.jvm.hotspot.debugger.DebuggerBase.readBytes(DebuggerBase.java:188)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:453)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10853 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
              0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
              0xb774b5e3 JVM_MonitorWait + 0x163
              0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
              0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
              0xb114db6b * org.jboss.resource.connectionmanager.PoolFiller.run() bci:86 line:87 (Interpreted frame)
              0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10854 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
              0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
              0xb774b5e3 JVM_MonitorWait + 0x163
              0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
              0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
              0xb114db6b * org.jboss.util.timeout.TimeoutPriorityQueueImpl.poll(long) bci:64 line:253 (Interpreted frame)
              0xb114da94 * org.jboss.util.timeout.TimeoutPriorityQueueImpl.take() bci:4 line:230 (Interpreted frame)
              0xb114dd9a * org.jboss.util.timeout.TimeoutFactory.doWork() bci:14 line:215 (Interpreted frame)
              0xb114db6b * org.jboss.util.timeout.TimeoutFactory.access$000(org.jboss.util.timeout.TimeoutFactory) bci:1 line:41 (Interpreted frame)
              0xb114db6b * org.jboss.util.timeout.TimeoutFactory$1.run() bci:4 line:136 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10855 -----------------
              0xb7fac5fe __libc_accept + 0x3e
              0x8be41229 ????????
              0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
              0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted frame)
              0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
              0xb114da94 * org.jboss.mq.il.uil2.UILServerILService.run() bci:26 line:159 (Interpreted frame)
              0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10856 -----------------
              0xb7fa9e62 __pthread_cond_timedwait + 0xe2
              0x1fad0a10 ????????
              sun.jvm.hotspot.debugger.UnalignedAddressException: Trying to read at address: 0x4810b64d with alignment: 4
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1.checkAlignment(LinuxDebuggerLocal.java:163)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:451)
               at sun.jvm.hotspot.debugger.DebuggerBase.readAddressValue(DebuggerBase.java:425)
               at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readAddress(LinuxDebuggerLocal.java:405)
               at sun.jvm.hotspot.debugger.linux.LinuxAddress.getAddressAt(LinuxAddress.java:57)
               at sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.sender(LinuxX86CFrame.java:43)
               at sun.jvm.hotspot.tools.PStack.run(PStack.java:129)
               at sun.jvm.hotspot.tools.JStack.run(JStack.java:41)
               at sun.jvm.hotspot.tools.Tool.start(Tool.java:204)
               at sun.jvm.hotspot.tools.JStack.main(JStack.java:58)
              ----------------- 10857 -----------------
              0xb7fac6de __libc_recv + 0x3e
              0x8be41cf1 ????????
              0xb1153898 * java.net.SocketInputStream.socketRead0(java.io.FileDescriptor, byte[], int, int, int) bci:0 (Interpreted frame)
              0xb114dabf * java.net.SocketInputStream.read(byte[], int, int) bci:84 line:129 (Interpreted frame)
              0xb114dabf * com.sun.net.ssl.internal.ssl.InputRecord.readFully(java.io.InputStream, byte[], int, int) bci:21 line:293 (Interpreted frame)
              0xb114dabf * com.sun.net.ssl.internal.ssl.InputRecord.read(java.io.InputStream, java.io.OutputStream) bci:32 line:331 (Interpreted frame)
              0xb114db6b * com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(com.sun.net.ssl.internal.ssl.InputRecord, boolean) bci:44 line:782 (Interpreted frame)
              0xb114db6b * com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(com.sun.net.ssl.internal.ssl.InputRecord) bci:15 line:739 (Interpreted frame)
              0xb114db6b * com.sun.net.ssl.internal.ssl.AppInputStream.read(byte[], int, int) bci:30 line:75 (Interpreted frame)
              ----------------- 10858 -----------------
              0xb7fac6de __libc_recv + 0x3e
              0x8be41cf1 ????????
              0xb1153898 * java.net.SocketInputStream.socketRead0(java.io.FileDescriptor, byte[], int, int, int) bci:0 (Interpreted frame)
              0xb114dabf * java.net.SocketInputStream.read(byte[], int, int) bci:84 line:129 (Interpreted frame)
              0xb114dabf * com.sun.net.ssl.internal.ssl.InputRecord.readFully(java.io.InputStream, byte[], int, int) bci:21 line:293 (Interpreted frame)
              0xb114dabf * com.sun.net.ssl.internal.ssl.InputRecord.read(java.io.InputStream, java.io.OutputStream) bci:32 line:331 (Interpreted frame)
              0xb114db6b * com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(com.sun.net.ssl.internal.ssl.InputRecord, boolean) bci:44 line:782 (Interpreted frame)
              0xb114db6b * com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(com.sun.net.ssl.internal.ssl.InputRecord) bci:15 line:739 (Interpreted frame)
              0xb114db6b * com.sun.net.ssl.internal.ssl.AppInputStream.read(byte[], int, int) bci:30 line:75 (Interpreted frame)
              ----------------- 10859 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
              0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
              0xb774b5e3 JVM_MonitorWait + 0x163
              0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
              0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
              0xb114db6b * org.jboss.system.server.ServerImpl$LifeThread.run() bci:11 line:940 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10860 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
              0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
              0xb774b5e3 JVM_MonitorWait + 0x163
              0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
              0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
              0xb114db6b * org.apache.tomcat.util.net.AprEndpoint$Poller.run() bci:58 line:1266 (Interpreted frame)
              0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10861 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
              0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
              0xb774b5e3 JVM_MonitorWait + 0x163
              0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
              0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
              0xb114db6b * org.apache.tomcat.util.net.AprEndpoint$Poller.run() bci:58 line:1266 (Interpreted frame)
              0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10862 -----------------
              0xb7fa9c01 __pthread_cond_wait + 0x81
              0xb78c187e _ZN2os5Linux14safe_cond_waitEP14pthread_cond_tP15pthread_mutex_t + 0xae
              0xb78b736f _ZN13ObjectMonitor4waitExiP6Thread + 0xa6f
              0xb7944e76 _ZN18ObjectSynchronizer4waitE6HandlexP6Thread + 0x56
              0xb774b5e3 JVM_MonitorWait + 0x163
              0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
              0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
              0xb114db6b * org.apache.tomcat.util.net.AprEndpoint$Sendfile.run() bci:57 line:1721 (Interpreted frame)
              0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapperEPFvP9JavaValueP12methodHandleP17JavaCallArgumentsP6ThreadES1_S3_S5_S7_ + 0x18
              0xb76f1705 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandle12symbolHandleS3_P17JavaCallArgumentsP6Thread + 0xd5
              0xb76f179e _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandle12symbolHandleS4_P6Thread + 0x5e
              0xb7769765 _Z12thread_entryP10JavaThreadP6Thread + 0xb5
              0xb7962423 _ZN10JavaThread3runEv + 0x133
              0xb78c2778 _Z6_startP6Thread + 0x178
              0xb7fa70bd start_thread + 0x6d
              ----------------- 10863 -----------------
              0xb7fac5fe __libc_accept + 0x3e
              0x87325882 Java_org_apache_tomcat_jni_Socket_accept + 0x112
              0xb1153898 * org.apache.tomcat.jni.Socket.accept(long) bci:0 (Interpreted frame)
              0xb114daea * org.apache.tomcat.util.net.AprEndpoint$Acceptor.run() bci:40 line:1109 (Interpreted frame)
              0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)
              0xb114b236 <StubRoutines>
              0xb76f1eac _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x1bc
              0xb78c1b68 _ZN2os20os_exception_wrapper


              • 4. Re: JBoss slooooooooow starts on Debian Linux
                peterj

                First , my suggestion to take a thread dump did not mean that I was volunteering to analyze your thread dump for you.

                Second, there are too many stack traces for jstack interspersed with the jbossas stack traces, which makes this hard to read. In addition, the threads that jstack cannot interpret could be the ones causing the problem, You should have sent a SIGINT to jbossas instead. See http://java.sun.com/developer/technicalArticles/Programming/Stacktrace/.

                Third, scanning through what you posted, nothing jumps out at me (see the previous paragraph). The "socket accept" threads and "object wait" threads are normal - these usually represent pooled threads waiting for things to do. You can usually ignore these, they are expected. Examples of both of these follow:

                socket accept example:

                0xb7fac5fe __libc_accept + 0x3e
                0x8be41229 ????????
                0xb1153898 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted fram
                e)
                0xb114db6b * java.net.PlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:384 (Interpreted f
                rame)
                0xb114db6b * java.net.ServerSocket.implAccept(java.net.Socket) bci:50 line:450 (Interpreted fra
                me)
                0xb114db6b * java.net.ServerSocket.accept() bci:48 line:421 (Interpreted frame)
                0xb114da94 * sun.rmi.transport.tcp.TCPTransport.run() bci:59 line:340 (Interpreted frame)
                0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)


                object wait example:
                0xb1153898 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
                0xb114db6b * java.lang.Object.wait() bci:2 line:474 (Interpreted frame)
                0xb114db6b * org.jboss.resource.connectionmanager.PoolFiller.run() bci:86 line:87 (Interpreted
                frame)
                0xb114de71 * java.lang.Thread.run() bci:11 line:595 (Interpreted frame)


                • 5. Re: JBoss slooooooooow starts on Debian Linux
                  frankthetank

                   

                  1) Does anyone have any ideas on the above issue with slow start ups?

                  Nope

                  2) Is anyone else running JBoss on Debian, what is your experience?

                  I have Ubuntu G at home and Debian E (IIRC) at work and both run without problems.

                  3) Is anyone else running the APR libraries, do you experience a pause every time the APR libraries are loaded:

                  Sorry, not in use.

                  How do you start and stop your JBoss? I know I had some problems with modules that needed root access (pcap).
                  Might be something to look into. (and if you are feeling lucky, start jboss with sudo)

                  • 6. Re: JBoss slooooooooow starts on Debian Linux
                    george001

                     


                    How do you start and stop your JBoss? I know I had some problems with modules that needed root access (pcap).
                    Might be something to look into. (and if you are feeling lucky, start jboss with sudo)


                    I am starting as a regular user. I checked all the ports in the jboss-services.xml and in the start up scripts but did not find anything that is below 1024. Where is pcap used???
                    I am trimming down the default setup now so maybe I can strip it.
                    Thanks,
                    George

                    • 7. Re: JBoss slooooooooow starts on Debian Linux
                      frankthetank

                       


                      I am starting as a regular user. I checked all the ports in the jboss-services.xml and in the start up scripts but did not find anything that is below 1024. Where is pcap used???

                      I said *WE* are using it. It does not belong to JBoss and you probably are not using it.

                      I am trimming down the default setup now so maybe I can strip it.

                      Look and see if one of the packages you are using needs some external tools or libs.

                      • 8. Re: JBoss slooooooooow starts on Debian Linux
                        george001

                        I resolved this issue by moving to Jetty as opposed to Tomcat with the APR. I did some load tests with JMeter and the performance is on par even better, plus the start up is consistently in a matter of seconds 22-30 as opposed to the problems with Tomcat.

                        Another issue with Tomcat was that during the multiple hot deployments I did the PermGen out of memory exception came to live which necessitate the move to something that works better like Jetty.

                        • 9. Re: JBoss slooooooooow starts on Debian Linux
                          frankthetank

                          Have you just tried updating Tomcat?
                          IIRC it is among the performance optimization recommendations.

                          Glad to see it is working agian.

                          • 10. Re: JBoss slooooooooow starts on Debian Linux
                            peterj

                            It really must be a bug going around - I am now being hit by this. I am running JBossAS 4.2.2 with JBoss Native 2.0.4 (Linux x86) on Fedora 8.

                            I am seeing anywhere from a few seconds, to well over 20 minutes, between these two lines in the console log:

                            10:31:39,701 INFO [AprLifecycleListener] APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
                            10:52:52,601 INFO [Http11AprProtocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080


                            I took a thread dump and it appears to be an issue with the native code and SSL:

                            "main" prio=1 tid=0x8c928f48 nid=0xb87 runnable [0x8c6b3000..0x8c6b5f30]
                             at org.apache.tomcat.jni.SSL.initialize(Native Method)
                             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                             at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                             at java.lang.reflect.Method.invoke(Method.java:585)
                             at org.apache.catalina.core.AprLifecycleListener.initializeSSL(AprLifecycleListener.java:213)
                             - locked <0xae3249a0> (a java.lang.Class)
                             at org.apache.catalina.core.AprLifecycleListener.lifecycleEvent(AprLifecycleListener.java:82)
                             at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
                             at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:766)
                             at org.apache.catalina.startup.Catalina.load(Catalina.java:528)
                             at org.apache.catalina.startup.Catalina.start(Catalina.java:568)
                             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                             at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                             at java.lang.reflect.Method.invoke(Method.java:585)
                             at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
                             at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
                             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                             at org.jboss.web.tomcat.service.JBossWeb.startService(JBossWeb.java:440)
                             at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                             at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                             at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
                             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                             at java.lang.reflect.Method.invoke(Method.java:585)
                             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                             at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                             at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                             at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
                             at org.jboss.deployment.SubDeployerInterceptor.invokeNext(SubDeployerInterceptor.java:124)
                             at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:109)
                             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                             at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
                             at $Proxy0.start(Unknown Source)
                             at org.jboss.system.ServiceController.start(ServiceController.java:417)
                             - locked <0x90a801f0> (a org.jboss.system.ServiceController)
                             at org.jboss.system.ServiceController.start(ServiceController.java:435)
                             - locked <0x90a801f0> (a org.jboss.system.ServiceController)
                             at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
                             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                             at java.lang.reflect.Method.invoke(Method.java:585)
                             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                             at $Proxy4.start(Unknown Source)
                             at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
                             at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
                             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
                             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
                             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                             at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                             at java.lang.reflect.Method.invoke(Method.java:585)
                             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                             at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                             at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                             at $Proxy9.deploy(Unknown Source)
                             at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
                             at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
                             - locked <0x90d36ae0> (a org.jboss.deployment.scanner.URLDeploymentScanner)
                             at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
                             at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
                             - locked <0x90ca20a8> (a org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread)
                             at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                             at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                             at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
                             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                             at java.lang.reflect.Method.invoke(Method.java:585)
                             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                             at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
                             at $Proxy0.start(Unknown Source)
                             at org.jboss.system.ServiceController.start(ServiceController.java:417)
                             - locked <0x90a801f0> (a org.jboss.system.ServiceController)
                             at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
                             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                             at java.lang.reflect.Method.invoke(Method.java:585)
                             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                             at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                             at $Proxy4.start(Unknown Source)
                             at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
                             at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
                             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
                             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
                             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
                             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                             at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                             at java.lang.reflect.Method.invoke(Method.java:585)
                             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                             at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                             at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                             at $Proxy5.deploy(Unknown Source)
                             at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
                             at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
                             at org.jboss.Main.boot(Main.java:200)
                             at org.jboss.Main$1.run(Main.java:508)
                             at java.lang.Thread.run(Thread.java:595)




                            • 11. Re: JBoss slooooooooow starts on Debian Linux
                              georgesberscheid

                              Just in case someone hits this page. The solution is here:
                              http://www.nabble.com/problem-with-tomcat-native-1.1.10-and-tomcat-6.0.14-td15048117.html

                              I think the problem in slow /dev/random
                              I generate in my init script random file :
                              /usr/bin/openssl rand -out $CATALINA_HOME/.rnd 2048

                              and then export RANDFILE environment variable , so I have next lines
                              in my startup.sh
                              RANDFILE="/opt/tomcat/.rnd"
                              export RANDFILE

                              here is thread with that problem
                              http://marc.info/?l=tomcat-user&m=118190563608389&w=2