Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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] Tue, 11 October 2011 01:27 Go to next message
Madhav Suram is currently offline Madhav SuramFriend
Messages: 10
Registered: August 2011
Junior Member
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] Mon, 07 November 2011 04:12 Go to previous messageGo to next message
harip kaligo is currently offline harip kaligoFriend
Messages: 74
Registered: July 2011
Member
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 20:26 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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 09:58 Go to previous message
vlad Mising name is currently offline vlad Mising nameFriend
Messages: 3
Registered: March 2013
Junior Member
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: Fri Mar 29 02:33:19 GMT 2024

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

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

Back to the top