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