]
Fred Bricon updated JBIDE-17173:
--------------------------------
Fix Version/s: 4.2.0.Beta3
(was: 4.2.0.Beta2)
Local EAP6/AS7 server fails to start properly when hostname is not
localhost
----------------------------------------------------------------------------
Key: JBIDE-17173
URL:
https://issues.jboss.org/browse/JBIDE-17173
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.0.Beta1
Environment: JBDS 8.0.0.Beta1
OS X 10.9 Mavericks
Reporter: Martin Malina
Assignee: Rob Stryker
Fix For: 4.2.0.Beta3
When you change the host name property on a local EAP/AS server and then start the
server, it has difficulty recognizing the server has started.
This is probably because you expect the server to listen to management commands at
$hostname, but unless you select "Expose management port", the server will
actually still bind the management port to localhost, not $hostname.
So the management startup poller will fail to recognize the server start.