JBoss directory increasing in size
search cancel

JBoss directory increasing in size

book

Article ID: 18549

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal

Issue/Introduction

Description:

JBoss tmp folder increases in size dramatically filling up the disk space quickly.

Solution:

This is usually caused by the vfs temp file.
This is a known issue with JBoss 5.X.

A work around is to add the 'farm' section to the JBoss vfs config file.
Shutdown the JBoss server
Create a backup of the file vfs.xml under the folder of CA\RCM\Server\eurekify-jboss\server\eurekify\conf\bootstrap
Open the file for editing
After the section of :


<map keyClass="java.net.URL" valueClass="org.jboss.virtual.spi.ExceptionHandler">
add the following section:
<entry>
          <key>${jboss.server.home.url}farm</key>          
           <value><inject bean="VfsNamesExceptionHandler"/></value>
 </entry>

Start JBoss

Environment

Release: CAIDMB99000-12.6-Identity Manager-B to B
Component: