How comes we still see the hsperfdata_USER directory created in /tmp?We defined java.property.java.io.tmpdir=new_tmp_dir in TRA files to configire a separate temporary storage directory for Tibco Administrator and Hawk.
book
Article ID: KB0094300
calendar_today
Updated On:
Products
Versions
TIBCO Administrator
-
Not Applicable
-
Description
Resolution: hsperfdata_<USER> directory is always created in /var/tmp on Solaris, in /tmp on other Unix/Linux platforms, and in %WINDIR%\Temp on Windows even when a separate temporary location has been designated for Tibco processes.
This is because the location of for hsperfdata_<USER> is hardcoded into the JVM's code itself to be the system's default temporary directory. This is a known bug in Java. You can read more about it at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6447182
Issue/Introduction
How comes we still see the hsperfdata_USER directory created in /tmp?We defined java.property.java.io.tmpdir=new_tmp_dir in TRA files to configire a separate temporary storage directory for Tibco Administrator and Hawk.