Hi, I have an application that uses FOP 0.93 to render JPEG Images in a PDF document. Each of these Images are unique for a document and never reused within the same PDF.
I create a PDF of these images roughly 800 images in a PDF. Everytime I generate this PDF, I end up adding 800 more images in my temp directory(.tmp files). My problem now is, as these temp files grow and reach the per process limit of Weblogic, weblogic can't create any more cache file and eventually stops listening to my port(error is 'Too many open files' <BEA-110017>) I would like to know how I can clear the image cache. I tried using getImageFactory().clearCaches() of my FopFactory instance and still doesn't clear the tmp files. Appreciate any pointers with this. Regards John Moses --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]