Project

General

Profile

Defect #340

virtualizer files are never cleaned up!

Added by Harjo Kompagnie almost 13 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Start date:
07/06/2011
Due date:
% Done:

0%

Estimated time:
Browser (if web client):

Description

Hi there, we use the jasper virtualizer_type, like this

var vParameters = new java.util.HashMap(); //object
vParameters.put('VIRTUALIZER_TYPE', "gZip"); //possible options: file, swapFile, gZip
vParameters.put("PAGE_OUT_DIR", plugins.it2be_tools.server().getApplicationServerDir() + '/server/work/');

so we use the /server/work folder for the page_out_dir.
But this folder is never cleaned up, is that right? see screenshot!


Files

History

#1

Updated by Andrei Costache over 12 years ago

  • Status changed from New to Closed
  • Assignee set to Andrei Costache

Fixed: cleaning up temporary files used by the virtualizer (after report exporting is done).

Just for the record: file virtualizers cleanup their files when closing the JVM and gZip does not rely on the file system for temporary storage.

Also available in: Atom PDF