Bug 1133662
| Summary: | Installer: Deselecting Teiid does not correctly stop deployment of the Dashboard Builder | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Virtualization 6 | Reporter: | Thomas Hauser <thauser> |
| Component: | Installer | Assignee: | Thomas Hauser <thauser> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Len DiMaggio <ldimaggi> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.0 | CC: | asmigala, jstastny, vhalbert |
| Target Milestone: | ER2 | Keywords: | QA-Closed |
| Target Release: | 6.1.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-10 08:48:34 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: | |||
The installer removes the .dodeploy from the directory if the teiid component is not selected. Will be fixed in ER2. *** Bug 1135084 has been marked as a duplicate of this bug. *** *** Bug 1135008 has been marked as a duplicate of this bug. *** |
Description of problem: The teiid-dashboard-builder.war still tries to deploy even if the user chooses not to install / run teiid related install configuration. This obviously fails because of missing dependencies. Version-Release number of selected component (if applicable): 6.1.0 ER1 How reproducible: Always Steps to Reproduce: 1. Run the ER1 installer 2. Deselect teiid in the component selection panel 3. Run installer to completion 4. Start the installed server Actual results: Server starts with errors: JBAS014775: New missing/unsatisfied dependencies: service jboss.naming.context.java.jboss.datasources.DashboardDS (missing) dependents: [service jboss.naming.context.java.module.teiid-dashboard-builder.teiid-dashboard-builder.env.jdbc.dashbuilder] Expected results: The installer should configure the war's deployment to be skipped.