Symptom:
I am trying to deploy CA GovernanceMinder on a JBoss cluster on Linux and the cluster is not working.
Solution:
The Linux installer adds the hostname to the /etc/hosts file pointing to the localhost address (127.0.0.1) by default. Modify the /etc/hosts file and remove the hostname from the localhost address.
For example,
127.0.0.1 RCM-Server localhost.localdomain localhost
changes to:
127.0.0.1 localhost.localdomain localhost
| Copyright © 2012 CA. All rights reserved. |
|