[jboss-jira] [JBoss JIRA] (AS7-5592) Regression: EJB remote invocations hang indefinitely due to possible remoting issues

David Lin (JIRA) jira-events at lists.jboss.org
Wed Jul 17 02:17:26 EDT 2013


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

David Lin edited comment on AS7-5592 at 7/17/13 2:17 AM:
---------------------------------------------------------

The source code has been uploaded for reference. It is built as a war file. There are two servers running in the same machine using command
server1/standalone.sh -c standalone-ha.xml  -Djboss.node.name=jboss1 
server2/standalone.sh -c standalone-ha.xml  -Djboss.node.name=jboss2 -Djboss.socket.binding.port-offset=100
The default-stack is using "tcp"
StatefulClient and StatelessClient are used for testing the remote ejb clustering lookup.
It fails in the first 2-3 attempts and then works fine.
Both sides has been upgraded to use jboss-remoting 3.2.16.GA and jboss-remote-naming 1.0.7.Final.
                
      was (Author: dlin12):
    clustering ejb example
                  
> Regression: EJB remote invocations hang indefinitely due to possible remoting issues
> ------------------------------------------------------------------------------------
>
>                 Key: AS7-5592
>                 URL: https://issues.jboss.org/browse/AS7-5592
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: EJB, Remoting
>    Affects Versions: 7.1.2.Final (EAP), EAP 6.1.0.Alpha (7.2.0.Final)
>         Environment: AS7 upstream master
>            Reporter: jaikiran pai
>            Assignee: David Lloyd
>            Priority: Critical
>             Fix For: EAP 6.1.0.Alpha (7.2.0.Final), 7.1.4.Final (EAP)
>
>         Attachments: cluster-client.tar, td.txt
>
>
> Apparently the issue(s) reported in https://issues.jboss.org/browse/AS7-3975 (and https://issues.jboss.org/browse/AS7-4274) are back in AS7 upstream as well as 7.1.2 tag. The user who's running into this issue reports that it works fine with jboss-remoting 3.2.6.GA version but hangs in a later 3.2.8.SP1 version which is used in AS7 upstream master as well as 7.1.2 tag (https://issues.jboss.org/browse/AS7-3975?focusedCommentId=12720551&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12720551).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list