Message d'erreur

Répondre
ClaudioK
Messages : 1
Enregistré le : lun. juil. 13, 2026 6:53 pm

mer. juil. 22, 2026 5:33 am

Bonjour,
Je suis un nouvel utilisateur d'OpenConcerto. J'ai voulu édité une balance des comptes et j'ai obtenu le message d'erreur figurant ci-dessous. Pouvez-vous m'aider à comprendre ce qui se passe et solutionner le problème.
D'avance merci.

UncaughtException on thread Thread[Thread-21,6,main]

Java heap space
org.openconcerto.utils.ExceptionHandler: UncaughtException on thread Thread[Thread-21,6,main]
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:150)
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:132)
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:158)
at org.openconcerto.erp.config.Gestion$2.uncaughtException(Gestion.java:227)
at java.lang.ThreadGroup.uncaughtException(Unknown Source)
at java.lang.ThreadGroup.uncaughtException(Unknown Source)
at java.lang.Thread.dispatchUncaughtException(Unknown Source)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.io.ByteArrayOutputStream.toByteArray(Unknown Source)
at org.apache.fontbox.ttf.MemoryTTFDataStream.<init>(MemoryTTFDataStream.java:52)
at org.apache.fontbox.ttf.TTFParser.parse(TTFParser.java:106)
at org.apache.pdfbox.pdmodel.font.PDType0Font.load(PDType0Font.java:97)
at org.apache.pdfbox.pdmodel.font.PDType0Font.load(PDType0Font.java:81)
at de.rototor.pdfbox.graphics2d.PdfBoxGraphics2DFontTextDrawer.registerNotoFonts(PdfBoxGraphics2DFontTextDrawer.java:698)
at de.rototor.pdfbox.graphics2d.PdfBoxGraphics2DFontTextDrawer.init(PdfBoxGraphics2DFontTextDrawer.java:690)
at de.rototor.pdfbox.graphics2d.PdfBoxGraphics2D.setFontTextDrawer(PdfBoxGraphics2D.java:197)
at org.openconcerto.erp.generationDoc.SheetUtils.convert2PDF(SheetUtils.java:244)
at org.openconcerto.erp.generationDoc.SheetUtils.convert2PDF(SheetUtils.java:166)
at org.openconcerto.erp.generationDoc.SpreadSheetGenerator.run(SpreadSheetGenerator.java:309)
at java.lang.Thread.run(Unknown Source)
Répondre