Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Huge amount of +~JF****.tmp files created in the /tmp folder causing system to crash #405

Closed
olayinkasf opened this issue Nov 12, 2019 · 2 comments

Comments

@olayinkasf
Copy link

I'm not sure exactly why these files are being created. From s simple google search it seems like they are related to JasperReports and I don't understand why or why. The files seems to also be font files and they contain content related to Klim Type Foundry

@leonorader
Copy link
Contributor

Hi @olayinkasf,
Could you please describe the problem with a bit more details?
What are you trying to achieve? Is there any code samples and input files you could share?

@olayinkasf
Copy link
Author

I found out that the issue originated from the BatikSVGDrawer that we were using and every time BatikSVGDrawer#importFontFaceRules was called these font files were created in the tmp folder. Since we are not using any font in our SVG, I decided to override the method and left it blank.

    private static final class NoFontSvgDrawer extends BatikSVGDrawer {

        @Override
        public void importFontFaceRules(final List<FontFaceRule> fontFaces, final SharedContext shared) {
        }

    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants