]
Rob Stryker resolved JBIDE-8438.
--------------------------------
Fix Version/s: 3.2.1
Resolution: Done
Committed to branch and trunk
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: Blocker
Fix For: 3.2.0.Final, 3.2.1
Attachments: JBIDE-8438.b.patch, JBIDE-8438.patch
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: