[jboss-jira] [JBoss JIRA] (AS7-2207) domain.xml uses standard-sockets for other-server-group, which uses ha profile, resulting in failure
Bob McWhirter (Created) (JIRA)
jira-events at lists.jboss.org
Sat Oct 22 22:43:45 EDT 2011
domain.xml uses standard-sockets for other-server-group, which uses ha profile, resulting in failure
----------------------------------------------------------------------------------------------------
Key: AS7-2207
URL: https://issues.jboss.org/browse/AS7-2207
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, Web Services
Reporter: Bob McWhirter
Assignee: Brian Stansberry
Stock domain.xml has other-server-group bound to 'ha' profile but 'standard-sockets'
{noformat}
<server-group name="other-server-group" profile="ha">
<jvm name="default">
<heap size="64m" max-size="512m"/>
</jvm>
<socket-binding-group ref="standard-sockets"/>
</server-group>
{noformat}
Which results in the following after deploying a distributable web-app:
{noformat}
[Server:server-one] 22:40:10,822 INFO [org.jboss.as.controller] (MSC service thread 1-6) Service status report
[Server:server-one] Newly corrected services:
[Server:server-one] service jboss.binding.jgroups-diagnostics (no longer required)
[Server:server-one] service jboss.binding.jgroups-udp (no longer required)
[Server:server-one] service jboss.binding.jgroups-udp-fd (no longer required)
{noformat}
Also, the app deployment rolls back.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list