| Summary: | Missing socket-binding-group as mandatory argument for server group | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Petr Kremensky <pkremens> |
| Component: | Documentation | Assignee: | Misha H. Ali <mhusnain> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Russell Dickenson <rdickens> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | nziakova, smumford |
| Target Milestone: | GA | Keywords: | Documentation, EasyFix, Triaged |
| Target Release: | EAP 6.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/6.2/html/Administration_and_Configuration_Guide/JBoss_Enterprise_Application_Platform_6_Profiles.html | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
Build Name: 14874, Administration and Configuration Guide-6.2-1
Build Date: 18-09-2013 13:43:23
Topic ID: 3605-385432 [Latest]
|
|
| Last Closed: | 2014-06-28 15:25:28 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Petr Kremensky
2013-10-01 11:38:18 UTC
Moving to ON_QA. The changes should be available for review on the documentation stage within an hour or so from this comment. http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/ Moving to ON_QA. The changes should be available for review on the documentation stage within an hour or so from this comment. http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/ There is still "If the socket-binding-group name is not provided in the server-group element, it must be provided for each server in host.xml." part. It is true that socket-binding-group can be overridden on a per-server basis in host.xml, but it is mandatory element for every server group. If the socket-binding-group element is missing in server-group configuration, domain fails to start. This is still not correct :). Please fix it in following manner: socket-binding-group: the default socket binding group used for servers in the group. This name can be overridden on a per-server basis in host.xml, but it is a mandatory element for every server-group and the domain can not start if it is missing. Last sentence "If the socket-binding-group name..." makes no sense as if the socket-binding-group is not provided, domain won't start. To make it clear you can specify the socket-binding-group in two places a) server-group b) server - each server belongs to some server-group. - socket-binding-group is mandatory element for each server group - by specifying socket-binding-group for server you can actually overwrite the value specified in server-group (on a per-server basis), but even if you overwrite this value, it must still be present in server-group configuration or domain won't start I see. thank you for the explanation, Petr. I've removed the last line altogether since it does in fact not make sense and we already convey the fact that we can override the server group setting for individual hosts earlier. Hopefully this is OK now. The amended text is now available for review in revision 6.3.0-3 (or higher) at [1]. [1] http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.3/html-single/Administration_and_Configuration_Guide/index.html#Server_Groups Verified during EAP 6.3.0.DR2 testing cycle. |