[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-8438) Publishing / Use of RSE servers lead to thread overload, connection limit, failure of tools

Rob Stryker (JIRA) jira-events at lists.jboss.org
Wed Feb 16 14:58:13 EST 2011


Publishing / Use of RSE servers lead to thread overload, connection limit, failure of tools
-------------------------------------------------------------------------------------------

                 Key: JBIDE-8438
                 URL: https://issues.jboss.org/browse/JBIDE-8438
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: deltacloud, JBossAS
    Affects Versions: 3.2.0.CR1
            Reporter: Rob Stryker
            Assignee: Rob Stryker
            Priority: Critical
             Fix For: 3.2.0.Final


Every launch to twiddle (which is typically twice during every publish) or *ANY* remote shell command in the current tools, never cleans up its host shell connections. 

According to API this is platform dependent. IHostShell may or may not close its connection after executing a command. There is no guarantee, but on some platforms it may not close them. It seems in linux (and possibly other platforms) the host shell is NOT closed.

Eventually, there are too many connections to the remote system, and further attempts to connect OR transfer files become failures, leading to a complete paralysis of the tooling.

Workaround is to go to the Remote System view and disconnect and reconnect to your remote system, however, 4 publishes later, the same action will be needed. 

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


More information about the jbosstools-issues mailing list