Bug 1113244
Summary: | DV module org.jboss.as.product has slot=eap | ||
---|---|---|---|
Product: | [JBoss] JBoss Data Virtualization 6 | Reporter: | Zuzana Zoubkova <zzoubkov> |
Component: | Productization, Installer | Assignee: | Thomas Hauser <thauser> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.0.0, 6.1.0 | CC: | atangrin, dlesage, felias, jcoleman, jstastny, kpalko, ncross, theute, vhalbert |
Target Milestone: | ER6 | 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:46 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
Zuzana Zoubkova
2014-06-25 17:40:54 UTC
slot=eap is correct for DV according to the specifications: https://mojo.redhat.com/docs/DOC-179024 EAP + EDS slot=eap layers=dv Should this be changed? *** Bug 1146610 has been marked as a duplicate of this bug. *** Changing bin/product.conf to contain: slot=dv results in: 11:54:05,547 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.serverManagement.controller.management.http: org.jboss.msc.service.StartException in service jboss.serverManagement.controller.management.http: java.io.IOException: Unable to load resource handler at org.jboss.as.server.mgmt.HttpManagementService.start(HttpManagementService.java:230) [jboss-as-server-7.4.2.Final-redhat-2.jar:7.4.2.Final-redhat-2] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1980) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1913) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25] at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25] Caused by: java.io.IOException: Unable to load resource handler at org.jboss.as.domain.http.server.ManagementHttpServer.create(ManagementHttpServer.java:212) at org.jboss.as.server.mgmt.HttpManagementService.start(HttpManagementService.java:194) [jboss-as-server-7.4.2.Final-redhat-2.jar:7.4.2.Final-redhat-2] ... 5 more Caused by: org.jboss.modules.ModuleNotFoundException: org.jboss.as.domain-http-error-context:main at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:240) [jboss-modules.jar:1.3.4.Final-redhat-1] at org.jboss.as.domain.http.server.ResourceHandler.getClassLoader(ResourceHandler.java:326) at org.jboss.as.domain.http.server.ErrorHandler.<init>(ErrorHandler.java:54) at org.jboss.as.domain.http.server.ManagementHttpServer.create(ManagementHttpServer.java:210) ... 6 more Assembly updated with commit 40dac0baadd39c14c9e3a02e3f669879da8617dc to ip.git: BZ-1113244 Change the slot name in the product module.xml to "dv". Fixed in the installer component which writes the slot=* into product.conf. |