Hello,
I am using CSS box to convert HTML to PNG images an I see a exception in our Production enviroment for some HTML content. This has todo with the layout of the HTML. I see there was a similar ticket created a while ago and it was marked closed.
Please can you help with this problem?
thanks
Manisha.
caused by java.util.ConcurrentModificationException
at java.util.Vector$Itr.checkForComodification(Vector.java:1184)
at java.util.Vector$Itr.next(Vector.java:1137)
at org.fit.cssbox.layout.TableBodyBox.organizeContent(TableBodyBox.java:413)
at org.fit.cssbox.layout.TableBodyBox.initBox(TableBodyBox.java:250)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:281)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.ElementBox.initSubtree(ElementBox.java:285)
at org.fit.cssbox.layout.Viewport.initSubtree(Viewport.java:144)
at org.fit.cssbox.layout.BrowserCanvas.createLayout(BrowserCanvas.java:172)
at org.fit.cssbox.layout.BrowserCanvas.createLayout(BrowserCanvas.java:142)
at com.smartfin.backend.sfreceipts.emailextract.DataImageRenderer.renderURL(DataImageRenderer.java:120)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am using CSS box to convert HTML to PNG images an I see a exception in our Production enviroment for some HTML content. This has todo with the layout of the HTML. I see there was a similar ticket created a while ago and it was marked closed.
Please can you help with this problem?
thanks
Manisha.
caused by java.util.ConcurrentModificationException