[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:12:30 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-7470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12495872#action_12495872 ]
Mahesh Bhagia commented on JBAS-7470:
-------------------------------------
Thread: IncomingPacketHandler (channel=Tomcat-Cluster) : priority:5, demon:true, threadId:38, threadState:WAITING, lockName:java.lang.Object at 4d94815d
java.lang.Object.wait(Native Method)
java.lang.Object.wait(Object.java:474)
org.jgroups.util.Queue.remove(Queue.java:263)
org.jgroups.protocols.TP$IncomingPacketHandler.run(TP.java:1295)
java.lang.Thread.run(Thread.java:595)
> 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