[
https://issues.jboss.org/browse/JBIDE-17173?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-17173:
-------------------------------------
https://github.com/jbosstools/jbosstools-server/pull/252
Runtime detection does not force the same uniform initialization that is used in the new
server wizard. It is now, though I hard-code it to 'local' for now, because
runtime-detection lacks an API for more participation in the process.
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
Labels: respin-b
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.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)