Bug 1054862
| Summary: | Cannot install S-RAMP into existing FSW | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Andrej Podhradsky <apodhrad> |
| Component: | Installer | Assignee: | Miroslav Sochurek <msochure> |
| Status: | CLOSED UPSTREAM | QA Contact: | Len DiMaggio <ldimaggi> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 | CC: | kejohnso, soa-p-jira |
| Target Milestone: | CR2 | ||
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-02-10 03:34:52 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: | |
| Embargoed: | |||
|
Description
Andrej Podhradsky
2014-01-17 15:49:56 UTC
When I try to install S-RAMP into an existing FSW using FSW installer I'm getting the following error FSW cannot be layered with EAP and FSW Hello Andrej, The SRAMP installer is meant for use with the products that do not contain SRAMP themselves. So I'm not sure about the use-case you are describing :) For example, assume you have FSW without S-RAMP. After some time you want also S-RAMP, how will you install it into your existing FSW? Btw I see the same issue when I try to install DV into an existing FSW (maybe this is a DV issue). To my knowledge, layering support has been moved to 6.0.1. Is this a layering question or trying to install S-RAMP into an existing EAP footprint that was created by the FSW installer? This is a layering question with FSW + SRAMP (SRAMP installed through the standalone installer at a later time) The majority of the work for this issue has been completed in a branch on the fsw-installer and the sramp-installer repo. Changes must also be made to the zip assemblies for 6.1.0 in order for the layering to be possible. Note: one can also install SRAMP first, and then install FSW overtop of that with no issues (the installations are equivalent.) Changes: a) The SAML keystore generated by the first installation is reused in the second. b) The vault created in the first installation is reused in the second. c) The user created in the first FSW installation can be reused as well. The user is not able to create a user that would overwrite the first user created (this would break the first installation) d) The script 'rt-gov-add-governance-conf.cli' has been divided in order to conditionally apply the /subsystem=messaging:new() command. e) The jbpmDS datasource creation is only run in the first installation, since the second installation can use the same one. f) A JDBC driver defined in the first installation can be used by the second. Remaining items: a) Security-manager modifications must be made conditional, to avoid appending the required JAVA_OPTS to the file twice. See https://bugzilla.redhat.com/show_bug.cgi?id=1054853 Bug 1054853 has been set to MODIFIED, so this bug is set to MODIFIED also. This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |