[jboss-jira] [JBoss JIRA] Commented: (AS7-970) Seam3 booking example hangs after a few requests on AS7

Stuart Douglas (JIRA) jira-events at lists.jboss.org
Thu Jun 9 22:31:59 EDT 2011


    [ https://issues.jboss.org/browse/AS7-970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607692#comment-12607692 ] 

Stuart Douglas commented on AS7-970:
------------------------------------

Just looking at the interceptor is looks like tryLock() is being called multiple times but unlock() is only called once. We need to check if the lock is already held before calling tryLock.

There is also the possibility in many places for an exception to leave the lock locked. 

> Seam3 booking example hangs after a few requests on AS7
> -------------------------------------------------------
>
>                 Key: AS7-970
>                 URL: https://issues.jboss.org/browse/AS7-970
>             Project: Application Server 7
>          Issue Type: Bug
>         Environment: as7 7.0.0.Beta4-SNAPSHOT
>            Reporter: Marek Schmidt
>            Assignee: jaikiran pai
>         Attachments: boot.log, http-threads.txt, http-threads2.txt, seam-booking.war, server.log
>
>
> Seam3 example application `booking' hangs after a few requests. After the hang, all requests trying to access a stateful session bean from the application try to lock at:
> org.jboss.as.ejb3.component.stateful.StatefulSessionSynchronizationInterceptor.processInvocation(StatefulSessionSynchronizationInterceptor.java:62)
> see attached logs

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list