[
https://issues.jboss.org/browse/JBIDE-17173?page=com.atlassian.jira.plugi...
]
Martin Malina commented on JBIDE-17173:
---------------------------------------
Apparently JBoss AS 7.1.1 has a problem binding to an IP when running on java 6. But that
is not anything we can do about. Oddly, the tools recognize the server start even if the
home page does not work in a browser. I would expect it to fail since we're using the
webpoller. Anyway.
What is worse is that if I run JBoss AS 7.1.1 with java7 bound to my hostname, it will
start, the web is accessible from a browser, but the server is stuck at Starting...
Same applies to WildFly 8.1. I created JBIDE-17935 for that.
Verified in JBDS 8.0.0.Beta3b B193
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)