Bug 771647
| Summary: | EAP in standalone package cannot start production and all profiles | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise BRMS Platform 5 | Reporter: | Jiri Locker <jlocker> | 
| Component: | Build Process | Assignee: | Julian Coleman <jcoleman> | 
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | BRMS 5.3.0.GA | CC: | jcoleman | 
| Target Milestone: | ER2 | Keywords: | Regression, TestBlocker | 
| Target Release: | BRMS 5.3.0.GA | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.3.0.BRMS-ER2 | Doc Type: | Bug Fix | 
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-02-10 03:14:35 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: | |||
Hint: ${profile}/deploy/cluster/jboss-cache-manager.sar/META-INF/jboss-cache-manager-jboss-beans.xml is missing
    Thanks, Jiri. You are right. The file was removed by mistake. I would fix this in ER2. Fixed with revision 10646 of: src/main/assembly/brms-standalone.zip.xml Commit message: BZ#771647 Restore missing "jboss-cache-manager-jboss-beans.xml" files to clustered profiles This product has been discontinued or is no longer tracked in Red Hat Bugzilla.  | 
Description of problem: the boot sequence fails and this is the relevant part of the log: 14:14:43,474 ERROR [ScopedProfileServiceController] Error installing to Create: name=ProfileKey@1116880a[domain=default, server=default, name=farm] state=Configured mode=On Demand requiredState=Installed java.lang.reflect.InvocationTargetException at ... Caused by: java.lang.IllegalStateException: Must register RepositoryClusteringHandler before calling create() at org.jboss.system.server.profileservice.repository.clustered.ClusteredDeploymentRepository.create(ClusteredDeploymentRepository.java:198) at org.jboss.system.server.profileservice.repository.clustered.ClusteredDeploymentRepository.load(ClusteredDeploymentRepository.java:226) at org.jboss.system.server.profile.repository.AbstractProfile.create(AbstractProfile.java:158) ... 22 more 14:14:43,475 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@17171dc7[domain=default, server=default, name=all] 14:14:43,475 ERROR [STDERR] Failed to boot JBoss: 14:14:43,475 ERROR [STDERR] java.lang.IllegalStateException: Incompletely deployed: *** PROFILES IN ERROR: Name -> Error Profile: ProfileKey@1116880a[domain=default, server=default, name=farm] in error due to java.lang.reflect.InvocationTargetException *** PROFILES MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} ProfileKey@17171dc7[domain=default, server=default, name=all] is missing following dependencies: ProfileKey@1116880a[domain=default, server=default, name=farm]{Installed:**ERROR**} Version-Release number of selected component (if applicable): BRMS 5.3.0.ER1 How reproducible: always Steps to Reproduce: 1. unpack the standalone package 2. launch the production or all profile Actual results: production and all profiles cannot be launched Expected results: all profiles should be able to start Additional info: couldn't reproduce with plain EAP 5.1.2