Identity Manager deployed in Wildfly Cluster. In the log, we see cluster related errors
WARN [org.hornetq.core.server] (ServerService Thread Pool -- 61) HQ222116: unable to start broadcast group idm-prod-bg-group1: java.lang.IllegalStateException: channel is closed
...
WARN [org.hornetq.core.server] (ServerService Thread Pool -- 61) HQ222117: unable to start cluster connection idm-prod-cluster: HornetQInternalErrorException[errorType=INTERNAL_ERROR message=HQ119004: Failed to initialise session factory]
..
Caused by: java.lang.IllegalStateException: channel is closed
Release : 14.x
Component : IdentityMinder(Identity Manager)
This is due to known defect in HornetQ
There are two options for avoiding this error:
1. Update standalone-full-ha.xml and configure both main and default HornetQ servers to have
<shared-store>true</shared-store>
No other store related changes are required.
2. Upgrade the application server to a newer release that contains the fix (on Artemis level). Wildfly 15.x and JBoss EAP 7.2