-
Bug
-
Resolution: Obsolete
-
Major
-
EAP 5.1.0 Post Release
-
None
-
NEW
I have a barrier.sar, depapp.sar, and a starter.sar. depapp.sar is depended on barrier.sar, and starter.sar will notify barrier.sar to start depapp.sar.
The problem is when I have barrier.sar and depapp.sar deployed, it throws an error message: [1]
The error message is inaccurate b/c the point of the barrier is not to start until starter.sar is deployed.
In EAP 4.3, it is aware of the barrier and doesn't have the error message.
[1]
12:10:40,793 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "com.sample:service=DependentApplication" is missing the following dependencies:
Dependency "jboss:name=com.sample.appstart,type=Barrier" (should be in state "Start", but is actually in state "Create")
DEPLOYMENTS IN ERROR:
Deployment "jboss:name=com.sample.appstart,type=Barrier" is in error due to the following reason(s): Create
- is blocked by
-
JBAS-7096 SLSB with dependency on HASingletonDeployer / Barrier results in error message on second node on startup
- Closed