Previous Topic: Internet Explorer 7: Zoom Level Can Affect User Interface Component AppearanceNext Topic: Change Default Hostname on Linux Cluster


Degraded Performance on a JBoss Cluster

Symptom:

After an extended period of time, degraded user interface performance and high CPU usage results when using CA GovernanceMinder configured on a JBoss cluster.

Solution:

Edit the vfs.xml file on one JBoss node.

Follow these steps:

  1. Stop all JBoss nodes.
  2. Delete the tmp, temp, and work folders in the following location on all nodes:
    JBoss Cluster Home\server\all
    
  3. Locate the vfs.xml file in the following folder:
    JBoss_cluster\server\all\conf\bootstrap
    
  4. In the last entry under the map tag, add the following lines:
    <entry>
      <key>${jboss.server.home.url}farm</key>
      <value><inject bean="VfsNamesExceptionHandler"/></value>
    </entry>
    
  5. Save the vfs.xml file and copy it to all other nodes in the cluster.
  6. Restart all JBoss nodes.