[jbosstools-issues] [JBoss JIRA] (JBIDE-11977) Starting RSE app server leads to two consoles of the same name

Rob Stryker (JIRA) jira-events at lists.jboss.org
Thu May 24 03:15:18 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-11977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Stryker resolved JBIDE-11977.
---------------------------------

    Resolution: Done


The fix is simply adding a synchronized to the findConsole method to ensure no two threads can enter it at the same time. The method should be fairly quick. Likelihood of a deadlock is near zero. Maximal delay should be one second, just as long as it takes to create a MessageConsole. 
                
> Starting RSE app server leads to two consoles of the same name 
> ---------------------------------------------------------------
>
>                 Key: JBIDE-11977
>                 URL: https://issues.jboss.org/browse/JBIDE-11977
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS/Servers
>    Affects Versions: 3.3.0.Beta3
>            Reporter: Rob Stryker
>            Assignee: Rob Stryker
>             Fix For: 3.3.0.CR1
>
>         Attachments: JBIDE-11977.png
>
>
> In a clean workspace (or others), starting a remote as7 server will lead to two consoles with the same name. One console will only have hte following text:
> Last login: Thu May 24 03:55:09 2012 from {ip address} 
> All subsequent actions and console output will be properly directed to one console only, so its not like all output randomly goes to two different ones. But this is still very annoying

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list