Skip to main content



      Home
Home » Archived » BIRT » BIRT 2.4 & 2.6.2 - DataEngine Folder in temp - cleanup
BIRT 2.4 & 2.6.2 - DataEngine Folder in temp - cleanup [message #735118] Mon, 10 October 2011 21:27 Go to next message
Eclipse UserFriend
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
Re: BIRT 2.4 & 2.6.2 - DataEngine Folder in temp - cleanup [message #755030 is a reply to message #735118] Sun, 06 November 2011 23:12 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

We are facing similar issue with Birt3.7. Is there any resolution for this issue. Where is the cachedir location specified, to change the default location.

Thanks,
KKP
Re: BIRT 2.4 & 2.6.2 - DataEngine Folder in temp - cleanup [message #755267 is a reply to message #755030] Mon, 07 November 2011 15:26 Go to previous messageGo to next message
Eclipse UserFriend
By default it is set to the java.io.tmpdir directory.
Take a look at this thread:
http://www.birt-exchange.org/org/forum/index.php/topic/23711-birt-24-262-dataengine-folder-in-temp-not-being-cleaned-up/

Jason

On 11/6/2011 11:12 PM, kkp wrote:
> Hi,
>
> We are facing similar issue with Birt3.7. Is there any resolution for
> this issue. Where is the cachedir location specified, to change the
> default location.
>
> Thanks,
> KKP
Re: BIRT 2.4 & 2.6.2 - DataEngine Folder in temp - cleanup [message #1018171 is a reply to message #735118] Wed, 13 March 2013 05:58 Go to previous message
Eclipse UserFriend
Hi guys,

do your reports contain crosstab components?

I've made investigations, when and why BIRT doesn't clean up temp files:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=401068

Best regards,
Vlad
Previous Topic:Table cell width
Next Topic:RenderTask - Failed to load class "org.eclipse.emf.oda.ecore.impl.ResultSet$JavaObject"
Goto Forum:
  


Current Time: Wed May 07 14:23:38 EDT 2025

Powered by FUDForum. Page generated in 0.03929 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top