[Messaging, JMS & JBossMQ] - Re: Problem with JMS behind firewall
by yangju
I wish I found this thread earlier. We figured it out the hard way(moments prior to production is started). I thought that we only needed to configure the jboss server to use NAT address. It turns out (as described above), we had to force the jms client to use NAT address also. I just don't understand why? Doesn't the server tells the client where to connect? Why does the client has to force it?
Also, if we upgrade to jboss messaging in the future, do we have the same issues here?
Another question, why jbossMQ has to do so many port redirecting and forwarding, for example from 1099 to 1098 to 8083 to 8084. This created a headache for firewall config. Weblogic does not have this problem.
Does jboss messaging do these redirecting and forwarding too?
Please let me know.
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146617#4146617
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146617
17 years, 12 months
[Installation, Configuration & DEPLOYMENT] - Re: JBoss slooooooooow starts on Debian Linux
by 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:
anonymous wrote : 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:
anonymous wrote : 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)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146606#4146606
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146606
17 years, 12 months
[JBoss Portal] - Error : Achieving Inter Portlet Communication with the event
by khadijbal
Hello
I have tried the example of references guide(jboss portal 2.6.4 :Chapter 11.8.2. Achieving Inter Portlet Communication with the events mechanism
) concerning the interaction between two portlets but it doesn't work.
when i click on the submit in the portlet A, it generates this error :
can someone help me?
| javax.portlet.PortletException
| at javax.portlet.GenericPortlet.processAction(GenericPortlet.java:289)
| at org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.invokeAction(PortletContainerImpl.java:458)
| at org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.dispatch(PortletContainerImpl.java:401)
| at org.jboss.portal.portlet.container.PortletContainerInvoker$1.invoke(PortletContainerInvoker.java:86)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| at org.jboss.portal.core.aspects.portlet.TransactionInterceptor.org$jboss$portal$core$aspects$portlet$TransactionInterceptor$invokeNotSupported$aop(TransactionInterceptor.java:86)
| at org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeNotSupported_N4547270787964792031.invokeNext(TransactionInterceptor$invokeNotSupported_N4547270787964792031.java)
| at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66)
| at org.jboss.aspects.tx.TxInterceptor$NotSupported.invoke(TxInterceptor.java:112)
| at org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeNotSupported_N4547270787964792031.invokeNext(TransactionInterceptor$invokeNotSupported_N4547270787964792031.java)
| at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66)
| at org.jboss.aspects.tx.TxInterceptor$NotSupported.invoke(TxInterceptor.java:102)
| at org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeNotSupported_N4547270787964792031.invokeNext(TransactionInterceptor$invokeNotSupported_N4547270787964792031.java)
| at org.jboss.portal.core.aspects.portlet.TransactionInterceptor.invokeNotSupported(TransactionInterceptor.java)
| at org.jboss.portal.core.aspects.portlet.TransactionInterceptor.invoke(TransactionInterceptor.java:56)
| at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.core.aspects.portlet.HeaderInterceptor.invoke(HeaderInterceptor.java:50)
| at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.portlet.aspects.portlet.ProducerCacheInterceptor.invoke(ProducerCacheInterceptor.java:53)
| at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.core.aspects.portlet.AjaxInterceptor.invoke(AjaxInterceptor.java:51)
| at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.portlet.aspects.portlet.ModesInterceptor.invoke(ModesInterceptor.java:62)
| at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.portlet.bridge.BridgeInterceptor.invoke(BridgeInterceptor.java:47)
| at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.portlet.aspects.portlet.WindowStatesInterceptor.invoke(WindowStatesInterceptor.java:55)
| at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.portlet.aspects.portlet.PortletSessionSynchronizationInterceptor.invoke(PortletSessionSynchronizationInterceptor.java:80)
| at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.portlet.aspects.portlet.ContextTrackerInterceptor.invoke(ContextTrackerInterceptor.java:46)
| at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor$1.doCallback(ContextDispatcherInterceptor.java:104)
| at org.jboss.portal.web.command.CommandDispatcher$CallbackCommand.execute(CommandDispatcher.java:74)
| at sun.reflect.GeneratedMethodAccessor408.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.portal.web.command.CommandServlet.doGet(CommandServlet.java:131)
| at org.jboss.portal.web.command.CommandServlet.doPost(CommandServlet.java:162)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
| at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
| at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:557)
| at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:481)
| at org.jboss.portal.web.command.CommandServlet.include(CommandServlet.java:80)
| at org.jboss.portal.web.command.CommandDispatcher.include(CommandDispatcher.java:50)
| at org.jboss.portal.web.jboss.JBossWebContext.include(JBossWebContext.java:66)
| at org.jboss.portal.web.ServletContainer.include(ServletContainer.java:182)
| at org.jboss.portal.portlet.impl.spi.AbstractRequestContext.dispatch(AbstractRequestContext.java:81)
| at org.jboss.portal.portlet.aspects.portlet.ContextDispatcherInterceptor.invoke(ContextDispatcherInterceptor.java:76)
| at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.portlet.aspects.portlet.SecureTransportInterceptor.invoke(SecureTransportInterceptor.java:68)
| at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.portlet.aspects.portlet.ValveInterceptor.invoke(ValveInterceptor.java:60)
| at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:157)
| at org.jboss.portal.portlet.container.PortletContainerInvoker.invoke(PortletContainerInvoker.java:198)
| at org.jboss.portal.portlet.state.producer.ProducerPortletInvoker.invoke(ProducerPortletInvoker.java:233)
| at org.jboss.portal.core.impl.portlet.state.ProducerPortletInvoker.org$jboss$portal$core$impl$portlet$state$ProducerPortletInvoker$invoke$aop(ProducerPortletInvoker.java:53)
| at org.jboss.portal.core.impl.portlet.state.ProducerPortletInvoker$invoke_N8654503705355129869.invokeNext(ProducerPortletInvoker$invoke_N8654503705355129869.java)
| at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
| at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
| at org.jboss.portal.core.impl.portlet.state.ProducerPortletInvoker$invoke_N8654503705355129869.invokeNext(ProducerPortletInvoker$invoke_N8654503705355129869.java)
| at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
| at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
| at org.jboss.portal.core.impl.portlet.state.ProducerPortletInvoker$invoke_N8654503705355129869.invokeNext(ProducerPortletInvoker$invoke_N8654503705355129869.java)
| at org.jboss.portal.core.impl.portlet.state.ProducerPortletInvoker.invoke(ProducerPortletInvoker.java)
| at org.jboss.portal.portlet.federation.impl.FederatedPortletInvokerService.invoke(FederatedPortletInvokerService.java:147)
| at org.jboss.portal.portlet.federation.impl.FederatingPortletInvokerService.invoke(FederatingPortletInvokerService.java:150)
| at org.jboss.portal.core.impl.model.instance.InstanceContainerImpl$1.invoke(InstanceContainerImpl.java:99)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| at org.jboss.portal.portlet.management.PortletContainerManagementInterceptorImpl.invoke(PortletContainerManagementInterceptorImpl.java:58)
| at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.portlet.aspects.portlet.PortalSessionSynchronizationInterceptor.invoke(PortalSessionSynchronizationInterceptor.java:116)
| at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.core.model.instance.InstanceSecurityInterceptor.invoke(InstanceSecurityInterceptor.java:91)
| at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.portlet.aspects.portlet.ConsumerCacheInterceptor.invoke(ConsumerCacheInterceptor.java:175)
| at org.jboss.portal.portlet.invocation.PortletInterceptor.invoke(PortletInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:157)
| at org.jboss.portal.core.impl.model.instance.InstanceContainerImpl.org$jboss$portal$core$impl$model$instance$InstanceContainerImpl$invoke$aop(InstanceContainerImpl.java:427)
| at org.jboss.portal.core.impl.model.instance.InstanceContainerImpl$invoke_N8654503705355129869.invokeNext(InstanceContainerImpl$invoke_N8654503705355129869.java)
| at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
| at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
| at org.jboss.portal.core.impl.model.instance.InstanceContainerImpl$invoke_N8654503705355129869.invokeNext(InstanceContainerImpl$invoke_N8654503705355129869.java)
| at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
| at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
| at org.jboss.portal.core.impl.model.instance.InstanceContainerImpl$invoke_N8654503705355129869.invokeNext(InstanceContainerImpl$invoke_N8654503705355129869.java)
| at org.jboss.portal.core.impl.model.instance.InstanceContainerImpl.invoke(InstanceContainerImpl.java)
| at org.jboss.portal.core.impl.model.instance.AbstractInstance.invoke(AbstractInstance.java:231)
| at org.jboss.portal.core.model.portal.command.action.InvokePortletWindowActionCommand.execute(InvokePortletWindowActionCommand.java:174)
| at org.jboss.portal.core.controller.ControllerCommand$1.invoke(ControllerCommand.java:68)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| at org.jboss.portal.core.aspects.controller.node.EventBroadcasterInterceptor.invoke(EventBroadcasterInterceptor.java:123)
| at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.core.aspects.controller.ControlInterceptor.invoke(ControlInterceptor.java:56)
| at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.core.aspects.controller.PageCustomizerInterceptor.invoke(PageCustomizerInterceptor.java:133)
| at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor.invoke(PolicyEnforcementInterceptor.java:78)
| at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.core.aspects.controller.node.PortalNodeInterceptor.invoke(PortalNodeInterceptor.java:81)
| at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.core.aspects.controller.NavigationalStateInterceptor.invoke(NavigationalStateInterceptor.java:42)
| at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.core.controller.ajax.AjaxInterceptor.invoke(AjaxInterceptor.java:56)
| at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.core.aspects.controller.ResourceAcquisitionInterceptor.invoke(ResourceAcquisitionInterceptor.java:50)
| at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:157)
| at org.jboss.portal.core.controller.ControllerContext.execute(ControllerContext.java:134)
| at org.jboss.portal.core.controller.Controller.processCommand(Controller.java:235)
| at org.jboss.portal.core.controller.Controller.handle(Controller.java:217)
| at org.jboss.portal.server.RequestControllerDispatcher.invoke(RequestControllerDispatcher.java:51)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
| at org.jboss.portal.core.cms.aspect.IdentityBindingInterceptor.invoke(IdentityBindingInterceptor.java:47)
| at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.server.aspects.server.ContentTypeInterceptor.invoke(ContentTypeInterceptor.java:68)
| at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.core.aspects.server.PortalContextPathInterceptor.invoke(PortalContextPathInterceptor.java:45)
| at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.core.aspects.server.LocaleInterceptor.invoke(LocaleInterceptor.java:96)
| at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.core.aspects.server.UserInterceptor.invoke(UserInterceptor.java:246)
| at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.server.aspects.server.SignOutInterceptor.invoke(SignOutInterceptor.java:98)
| at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.core.impl.api.user.UserEventBridgeTriggerInterceptor.invoke(UserEventBridgeTriggerInterceptor.java:65)
| at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.core.aspects.server.TransactionInterceptor.org$jboss$portal$core$aspects$server$TransactionInterceptor$invoke$aop(TransactionInterceptor.java:49)
| at org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInterceptor$invoke_N5143606530999904530.java)
| at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
| at org.jboss.aspects.tx.TxInterceptor$RequiresNew.invoke(TxInterceptor.java:253)
| at org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInterceptor$invoke_N5143606530999904530.java)
| at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
| at org.jboss.aspects.tx.TxInterceptor$RequiresNew.invoke(TxInterceptor.java:262)
| at org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInterceptor$invoke_N5143606530999904530.java)
| at org.jboss.portal.core.aspects.server.TransactionInterceptor.invoke(TransactionInterceptor.java)
| at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.server.aspects.LockInterceptor$InternalLock.invoke(LockInterceptor.java:69)
| at org.jboss.portal.server.aspects.LockInterceptor.invoke(LockInterceptor.java:130)
| at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115)
| at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:157)
| at org.jboss.portal.server.servlet.PortalServlet.service(PortalServlet.java:250)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
| at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
| at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
| at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
| at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
| at java.lang.Thread.run(Thread.java:595)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146605#4146605
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146605
17 years, 12 months
[JBoss Messaging] - Cluster on different computers are both reporting to be loca
by joel837
I am evaluating JBoss right now and trying to set up a simple cluster with 2 computers. I followed the tutorial on how to set up the clusters, and they seem to be talking, both can contact the database etc. but when I try to run the distributed-queue or distributed-topic example, they both fail the assert with either
0 == 0
for messaging-node0
or
1 == 1 for messaging-node1
The connection factor request is only returning the localhosts serverID
When I connect the 2, I get the following messages:
17:04:29,094 INFO [TreeCache] viewAccepted(): [172.22.58.4:49168|35] [172.22.58.4:49168, 172.22.58.1:49215]
17:04:29,132 INFO [TreeCache] locking the subtree at / to transfer state
17:04:29,133 INFO [StateTransferGenerator_140] returning the state for tree rooted in /(1024 bytes)
17:04:34,519 INFO [DefaultPartition] New cluster view for partition DefaultPartition (id: 35, delta: 1) : [127.0.0.1:1099, 127.0.0.1:1099]
17:04:34,520 INFO [DefaultPartition] I am (127.0.0.1:1099) received membershipChanged event:
17:04:34,520 INFO [DefaultPartition] Dead members: 0 ([])
17:04:34,520 INFO [DefaultPartition] New Members : 0 ([])
17:04:34,520 INFO [DefaultPartition] All Members : 2 ([127.0.0.1:1099, 127.0.0.1:1099])
Why does it think both members are 127.0.0.1? What setting do I need to change to fix this?
Thanks,
-Joel
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146596#4146596
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146596
17 years, 12 months
[Installation, Configuration & DEPLOYMENT] - Re: JBoss slooooooooow starts on Debian Linux
by 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
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146594#4146594
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146594
17 years, 12 months
[Installation, Configuration & DEPLOYMENT] - Re: JBoss slooooooooow starts on Debian Linux
by 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
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146592#4146592
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146592
17 years, 12 months