| Summary: | Misleading text implies that ER2 must be installed over an existing EAP installation | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Len DiMaggio <ldimaggi> | ||||
| Component: | Installer | Assignee: | Thomas Hauser <thauser> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Len DiMaggio <ldimaggi> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.0 | CC: | asantos, ncross, soa-p-jira | ||||
| Target Milestone: | ER3 | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-09-23 16:10:55 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: |
|
||||||
|
Description
Len DiMaggio
2013-09-06 12:16:11 UTC
Created attachment 794676 [details]
Screenshot
The installer should support installing on an existing EAP according to the Installer Requirements document. The idea behind this message is that, if the user selects an already existing directory, that they already have EAP laid down in that directory, and we use this fact to toggle the laying down of the EAP bits. If this should change, we should have a short discussion around what should change :) Message has been changed to a more general message warning about the directory existing. No mention of EAP is made, unless the given directory contains a jboss-eap-6.1 directory. If this is the case, the jboss-eap-6.1 subdirectory is checked in the following ways: a) jboss-eap-6.1/bin/product.conf i) it exists. ii) it contains "slot=eap". A specific error message is printed if this is not true. b) jboss-eap-6.1/modules/layers.conf i) Does not exist. If it does, the EAP installation is not unmodified, and installation cannot continue. c) At least one of the following sets of files must exist: i) jboss-eap-6.1/bin/domain.sh & jboss-eap-6.1/domain/configuration/domain.xml ii) jboss-eap-6.1/bin/standalone.sh & jboss-eap-6.1/standalone/configuration/standalone.xml These should probably be refined, as these checks were designed when the installer was still going to be installed on varying EAP / SOA / SRAMP installations. The text has been modified. Verified fixed in ER3 (Sept 20 repin) |