BIRT 2.4 & 2.6.2 - DataEngine Folder in temp - cleanup [message #735118] |
Mon, 10 October 2011 21:27  |
Eclipse User |
|
|
|
Hi,
The DiskDataSetCacheObject class present in org.eclipse.birt.data_2.6.2.r262_v20110215.jar is creating the DataEngine folder to hold the DataSetCacheObject. We have a long running server and hence reboots aren't common and the system temporary folder doesn't get cleaned up. The /tmp space is getting filled up and over the last 6 months, all the space allocated has been used up. Is there some setting or parameter which needs to be set so that these files are deleted once consumed by the report?
Apologies if this question was already asked and answered but my searches on the forum didn't provide me the information.
Environment : RHEL 4, WAS 7.0.0.11, BIRT 2.4 & 2.6.2 as well.
In the meantime, we have set up a script running daily to delete the entries.
find /tmp/DataEngine_* -mtime +1 -exec rm -r {} \;
Is this a good/right approach?
Thanks & regards,
Madhav
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03929 seconds