[jboss-jira] [JBoss JIRA] (AS7-5592) Regression: EJB remote invocations hang indefinitely due to possible remoting issues
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Fri Sep 28 05:38:03 EDT 2012
[ https://issues.jboss.org/browse/AS7-5592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722497#comment-12722497 ]
jaikiran pai commented on AS7-5592:
-----------------------------------
Those of you running into this issue against the latest community edition version of AS7, could you please follow these steps and see if it works for you:
1) Download the 3.2.10.GA version of jboss-remoting from here https://repository.jboss.org/nexus/content/groups/public/org/jboss/remoting3/jboss-remoting/3.2.10.GA/jboss-remoting-3.2.10.GA.jar
2) Copy this jboss-remoting-3.2.10.GA.jar to JBOSS_AS7_HOME/modules/org/jboss/remoting3/main
3) Open the JBOSS_AS7_HOME/modules/org/jboss/remoting3/main/module.xml in a file editor and change the following line in it:
{code}
<resource-root path="jboss-remoting-3.2.8.SP1.jar"/>
{code}
to
{code}
<resource-root path="jboss-remoting-3.2.10.GA.jar"/>
{code}
4) (Re)start the server.
5) If these steps were followed correctly, then you'll notice the console log to show the remoting version as follows:
{quote}
15:05:56,945 INFO [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 3.2.10.GA
{quote}
Once that's verified, now you can test out the same application that you have been running into issues with.
Let us know if it works fine and/or if you run into other issues.
> 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), 7.2.0.Alpha1
> Environment: AS7 upstream master
> Reporter: jaikiran pai
> Assignee: jaikiran pai
> Priority: Critical
> Attachments: 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