When starting Identity Portal it is taking an extended period of time and the log is throwing warning messages concerning JGroup:
WARN org.jgroups.protocols.pbcast.GMS - ServerName-####: JOIN(ServerName-#####) sent to ServerName-#####2 timed out (after 3000 ms), on try 1
The error looks like this:
WARN GMS - ServerName-####: JOIN(ServerName-#####) sent to ServerName-#####2 timed out (after 3000 ms), on try 1
Release : 14.X
Component : CA IDENTITY SUITE (VIRTUAL APPLIANCE)
Component : CA IDENTITY PORTAL(IDENTITY PORTAL)
This is caused by orphaned data within the JGROUPSPING table. This orphaned data is caused by removing nodes within the cluster and the product does not clean up the JGROUPSPING table.
These errors can occur in vAPP after running ip_config, which does not clear the JGROUPSPING table.
For Standalone:
Stop Identity Portal
Purge all data within the JGROUPSPING table.
Start Identity Portal
Tail IP server logs and the error message should no longer show up.
For vApp
Stop Identity Portal "stop_ip"
Reconfigure "reconfigure_ip"
Purge all data within the JGROUPSPING table
Start Identity Portal "start_ip"
Tail IP server logs and the error message should no longer show up.