authenticate(Lweblogic.security.acl.UserInfo;)' timed out after: XXXXms
Hi Team,
We are running WebLogic 12.2.1.3 (jdk1.8.0_131) with three Managed servers in cluster on RHEL 7. Our WL Domain set up is as below :
1. WebLogic Admin is running on separate VM
2. Three WebLogic instances clustered on their dedicated VMs
3. JMS server (hosting Distributed Queues and Topics) is targeted to cluster as #2.. The queues and Topics are locked with service accounts meaning any JMS clients connecting to these resources will be authenticated by external Authentication Provider (LDAP) and authorized by WebLogic before it provides access to the resource.
4. Now we have multiple clients outside of the WL domain either posting or consuming the messages (clients : .Net, other WebLogic, Jboss).