[jboss-jira] [JBoss JIRA] Commented: (JBAS-7470) Every Call to any method in SFSB takes 60 Sec in clustering
Mahesh Bhagia (JIRA)
jira-events at lists.jboss.org
Fri Nov 20 12:11:29 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-7470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12495870#action_12495870 ]
Mahesh Bhagia commented on JBAS-7470:
-------------------------------------
Thread: ajp-0.0.0.0-8109-7 : priority:5, demon:true, threadId:265, threadState:TIMED_WAITING, lockName:java.util.HashMap at 6fbd1b59
java.lang.Object.wait(Native Method)
org.jgroups.blocks.GroupRequest.doExecute(GroupRequest.java:501)
org.jgroups.blocks.GroupRequest.execute(GroupRequest.java:193)
org.jgroups.blocks.MessageDispatcher.castMessage(MessageDispatcher.java:431)
org.jgroups.blocks.RpcDispatcher.callRemoteMethods(RpcDispatcher.java:192)
org.jgroups.blocks.RpcDispatcher.callRemoteMethods(RpcDispatcher.java:163)
org.jboss.ha.framework.server.HAPartitionImpl.callMethodOnCluster(HAPartitionImpl.java:797)
org.jboss.ha.framework.server.HAPartitionImpl.callMethodOnCluster(HAPartitionImpl.java:773)
org.jboss.ha.hasessionstate.server.HASessionStateImpl.setState(HASessionStateImpl.java:387)
org.jboss.ejb.plugins.StatefulHASessionPersistenceManager.synchroSession(StatefulHASessionPersistenceManager.java:207)
org.jboss.ejb.plugins.StatefulHASessionSynchronisationInterceptor.synchronizeState(StatefulHASessionSynchronisationInterceptor.java:152)
org.jboss.ejb.plugins.StatefulHASessionSynchronisationInterceptor.invoke(StatefulHASessionSynchronisationInterceptor.java:138)
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor.invoke(StatefulSessionInstanceInterceptor.java:333)
org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
org.jboss.ejb.plugins.CleanShutdownInterceptor.invoke(CleanShutdownInterceptor.java:278)
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
org.jboss.ejb.Container.invoke(Container.java:960)
sun.reflect.GeneratedMethodAccessor156.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
org.jboss.proxy.ejb.RetryInterceptor.invoke(RetryInterceptor.java:176)
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
org.jboss.proxy.ejb.StatefulSessionInterceptor.invoke(StatefulSessionInterceptor.java:121)
org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
$Proxy1090.getString(Unknown Source)
> Every Call to any method in SFSB takes 60 Sec in clustering
> -----------------------------------------------------------
>
> Key: JBAS-7470
> URL: https://jira.jboss.org/jira/browse/JBAS-7470
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: JBossAS-4.2.2.GA
> Environment: vmware, jboss
> Reporter: Mahesh Bhagia
>
> I have facing following issue in Stateful Session Bean (Clustering). Happens
> when using jboss instance for some time
> 1. SFSB.create(); // no wait
> 2. SFSB.ABC() ; // waits / takes 60 sec
> 3. SFSB.XYZ(); // waits / takes 60 sec
> 4. SFSB.remove(); // waits / takes 60 sec
> After I restart jboss instance, wait goes away
> Any help in this regards will be helpful
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list