Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): marc esher / marc esher (marcesher)
Created: 12/21/2011
Components: Document Management, PDF generation
Versions: 9.0.1
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / 282514
Priority/Frequency: Critical / Unknown
Locale/System: English / Platforms All
Vote Count: 1
Problem:
I'm running CF 9.0.1 on JDK 7, update 2. I know, it's not supported but I'm posting this bug anyways.
With CFDocument, if the HTML contains a textarea, I get the error referenced in this bug
Method:
run this:
<cfdocument format="PDF" >
<html>
<body>
<form>
<input type="text" value="hi">
<textarea>hidey ho</textarea>
</form>
</body>
</html>
</cfdocument>
Result:
(mesher) Error with CFDocument if HTML contains TextArea
An exception occurred when performing document processing. (Error)
This function should be called while holding treeLock
java.lang.IllegalStateException: This function should be called while holding treeLock at java.awt.Component.checkTreeLock(Component.java:1196) at java.awt.Container.validateTree(Container.java:1682) at ice.pilots.html4.swing.MyTextArea.<init>(FormTextArea.java:449) at ice.pilots.html4.swing.FormTextArea.<init>(FormTextArea.java:45) at ice.pilots.html4.swing.DocView.createFormControl(DocView.java:495) at ice.pilots.html4.ObjectPool.createEmbeddedObjectPainter(ObjectPool.java:160) at ice.pilots.html4.CSSLayout.generate(CSSLayout.java:1216) at ice.pilots.html4.CSSLayout.do_layout(CSSLayout.java:811) at ice.pilots.html4.CSSLayout.layout(CSSLayout.java:777) at ice.pilots.html4.ThePrinter.<init>(ThePrinter.java:72) at ice.pilots.html4.ThePilot.createCSSLayout(ThePilot.java:235) at ice.pilots.html4.ThePilot.createPrinter(ThePilot.java:330) at coldfusion.document.DocumentExporter.export(DocumentExporter.java:112) at coldfusion.document.DocumentExporter.export(DocumentExporter.java:38) at coldfusion.document.DocumentFrame.exportContent(DocumentFrame.java:162) at coldfusion.document.DocumentProcessor.processContent(DocumentProcessor.java:292) at coldfusion.document.DocumentProcessor.processContent(DocumentProcessor.java:179) at coldfusion.tagext.lang.DocumentTag.processContent(DocumentTag.java:1790) at coldfusion.tagext.lang.DocumentTag._processContent(DocumentTag.java:1691) at coldfusion.tagext.lang.DocumentTag.doAfterBody(DocumentTag.java:1623) at
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3085328
External Customer Info:
External Company:
External Customer Name: marc esher
External Customer Email: 70390EBF47F01CAF992015B9
External Test Config: 12/21/2011
Attachments:
Comments: