| Summary: | RPM: Different domain profile file domain/configuration/host.xml | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Pavel Janousek <pjanouse> | ||||
| Component: | RPMs | Assignee: | Permaine Cheung <pcheung> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Katerina Odabasi <kanovotn> | ||||
| Severity: | urgent | Docs Contact: | Russell Dickenson <rdickens> | ||||
| Priority: | unspecified | ||||||
| Version: | 6.2.0 | CC: | fnasser, pgier | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-10-22 13:28:41 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: | |||||
| Attachments: |
|
||||||
Hi Pavel,
I am unable to reproduce this, I unzipped the domain/configuration/host.xml file from the ER3 zip and extracted /etc/jbossas/domain/host.xml from jbossas-domain-7.3.0-1.Final_redhat_6.1.ep6.el6.noarch.rpm and the only diff is the approved servers setting.
I also tried starting and stopping the server in domain mode and the only diff that I see is still the approved one:
@@ -82,7 +82,7 @@
</jvm>
</jvms>
- <servers>
+ <servers directory-grouping="by-type">
<server name="server-one" group="main-server-group">
<!-- Remote JPDA debugging for a specific server
<jvm name="default">
Can you please provide exact steps to reproduce this?
Also, please specify NVR when reporting issue against a rpm.
Thanks!
Hi Permaine, I've done a re-check of this issue today with the same result though. I'd compared a ZIP version from ER3 build with /usr/share/jbossas/domain/configuration/host.xml file comes from jbossas-domain-7.3.0-1.Final_redhat_6.1.ep6.el6.noarch (ER3 RPM). The full diff output is as the attachment. Created attachment 808767 [details]
Diff output
Is this compared against a pristine rpm installation? Does rpm -qV jbossas-domain indicates that /etc/jbossas/domain/host.xml has changed after it is installed? Please provide more info, we cannot reproduce this. I've re-checked it with ER5 RPM set, unfortunately I couldn't use the older bits again due to the nature of RHN Stage. For ER5 I can't reproduce this issue, everything looks fine on pristine installation (strictly followed procedure from Installation Guide). @Permaine rpm -qV jbossas-domain report no issue for /etc/jbossas/domain/host.xml. I'm fine to close this as NOTABUG. Thanks for checking Pavel. |
RPM for RHEL6 contain different domain profile file domain/configuration/host.xml. Differences are in: - whitespace (minor) - closing mark of tag (space between last char and '/>') (minor) - comments (major) - missing, although commented out, example section (*) (blocker) The only one already approved difference is "<servers directory-grouping="by-type">" (in RPM) vs "<servers>" (in ZIP). Anything else should be treated as unacceptable difference -> blocker. (*) > <!-- Remote JPDA debugging for a specific server > <jvm name="default"> > <jvm-options> > <option value="-agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=n"/> > </jvm-options> > </jvm> > -->