HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › ClassCastException with endless loop in PDF page generation › Re: Re: ClassCastException with endless loop in PDF page generation
The original problem seems gone now, but we have notice a very similar one, during the simplification of the HTML for another exception (I’ll post that one separately).
I have a HTML that causes an endless loop around the following stacktrace:
<br />
java.util.zip.Deflater.deflateBytes(Native Method)<br />
java.util.zip.Deflater.deflate(Deflater.java:444)<br />
java.util.zip.Deflater.deflate(Deflater.java:385)<br />
org.zefer.pd4ml.pdf.f.o00000(Unknown Source)<br />
org.zefer.pd4ml.pdf.c.õO0000(Unknown Source)<br />
org.zefer.pd4ml.pdf.c.ÓÓ0000(Unknown Source)<br />
org.zefer.pd4ml.pdf.PD4Device.startNewPage(Unknown Source)<br />
org.zefer.pd4ml.PD4ML.super(Unknown Source)<br />
org.zefer.pd4ml.PD4ML.render(Unknown Source)<br />
-> Since the simplification of the HTML is a time consuming task and multiple different exceptions occur at different simplification stages, I would much prefer to send you the HTML in a less stripped-down form without publishing the entire load.
Is there somewhere I could send you the HTML causing this problem?