You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2005/11/08 20:28:21 UTC

DO NOT REPLY [Bug 37412] New: - nullpointer exception in ListItemContentLayoutManager.addAreas

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37412>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37412

           Summary: nullpointer exception in
                    ListItemContentLayoutManager.addAreas
           Product: Fop
           Version: all
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: pdf renderer
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: nils@meiers.net


I'm transforming the attached docbook into fo (with xsldocboo) and the running
FOP to generate PDF. Update to current trunk 11/08

java.lang.NullPointerException::
org.apache.fop.layoutmgr.list.ListItemContentLayoutManager.addAreas(ListItemContentLayoutManager.java:131)::
org.apache.fop.layoutmgr.list.ListItemLayoutManager.addAreas(ListItemLayoutManager.java:520)::
org.apache.fop.layoutmgr.list.ListBlockLayoutManager.addAreas(ListBlockLayoutManager.java:197)::
org.apache.fop.layoutmgr.BlockLayoutManager.addAreas(BlockLayoutManager.java:387)::
org.apache.fop.layoutmgr.BlockLayoutManager.addAreas(BlockLayoutManager.java:387)::
org.apache.fop.layoutmgr.AreaAdditionUtil.addAreas(AreaAdditionUtil.java:108)::
org.apache.fop.layoutmgr.FlowLayoutManager.addAreas(FlowLayoutManager.java:289)::
org.apache.fop.layoutmgr.PageSequenceLayoutManager$PageBreaker.addAreas(PageSequenceLayoutManager.java:303)::
org.apache.fop.layoutmgr.AbstractBreaker.addAreas(AbstractBreaker.java:391)::
org.apache.fop.layoutmgr.PageSequenceLayoutManager$PageBreaker.doPhase3(PageSequenceLayoutManager.java:358)::
org.apache.fop.layoutmgr.AbstractBreaker.doLayout(AbstractBreaker.java:246)::
org.apache.fop.layoutmgr.PageSequenceLayoutManager.activateLayout(PageSequenceLayoutManager.java:147)::
org.apache.fop.area.AreaTreeHandler.endPageSequence(AreaTreeHandler.java:294)::
org.apache.fop.fo.pagination.PageSequence.endOfNode(PageSequence.java:156)::
org.apache.fop.fo.FOTreeBuilder.endElement(FOTreeBuilder.java:302)::
com.icl.saxon.output.ContentHandlerProxy.endElement(ContentHandlerProxy.java:137)::
com.icl.saxon.output.ProxyEmitter.endElement(ProxyEmitter.java:91)::
com.icl.saxon.output.NamespaceEmitter.endElement(NamespaceEmitter.java:150)::
com.icl.saxon.output.GeneralOutputter.writeEndTag(GeneralOutputter.java:681)::
com.icl.saxon.style.LiteralResultElement.process(LiteralResultElement.java:293)::
com.icl.saxon.style.StyleElement.processChildren(StyleElement.java:634)::
com.icl.saxon.style.XSLTemplate.expand(XSLTemplate.java:225)::
com.icl.saxon.style.XSLTemplate.start(XSLTemplate.java:198)::
com.icl.saxon.Controller.applyTemplates(Controller.java:246)::
com.icl.saxon.style.XSLApplyTemplates.process(XSLApplyTemplates.java:135)::
com.icl.saxon.style.StyleElement.processChildren(StyleElement.java:634)::
com.icl.saxon.style.LiteralResultElement.process(LiteralResultElement.java:289)::
com.icl.saxon.style.StyleElement.processChildren(StyleElement.java:634)::
com.icl.saxon.style.XSLTemplate.expand(XSLTemplate.java:225)::
com.icl.saxon.style.XSLTemplate.start(XSLTemplate.java:198)::
com.icl.saxon.Controller.applyTemplates(Controller.java:246)::
com.icl.saxon.Controller.defaultAction(Controller.java:271)::
com.icl.saxon.Controller.applyTemplates(Controller.java:236)::
com.icl.saxon.style.XSLApplyTemplates.process(XSLApplyTemplates.java:135)::
com.icl.saxon.style.StyleElement.processChildren(StyleElement.java:634)::
com.icl.saxon.style.XSLIf.process(XSLIf.java:78)::
com.icl.saxon.style.StyleElement.processChildren(StyleElement.java:634)::
com.icl.saxon.style.XSLOtherwise.process(XSLOtherwise.java:48)::
com.icl.saxon.style.XSLChoose.process(XSLChoose.java:96)::
com.icl.saxon.style.StyleElement.processChildren(StyleElement.java:634)::
com.icl.saxon.style.XSLOtherwise.process(XSLOtherwise.java:48)::
com.icl.saxon.style.XSLChoose.process(XSLChoose.java:96)::
com.icl.saxon.style.StyleElement.processChildren(StyleElement.java:634)::
com.icl.saxon.style.XSLOtherwise.process(XSLOtherwise.java:48)::
com.icl.saxon.style.XSLChoose.process(XSLChoose.java:96)::
com.icl.saxon.style.StyleElement.processChildren(StyleElement.java:634)::
com.icl.saxon.style.XSLTemplate.expand(XSLTemplate.java:225)::
com.icl.saxon.style.XSLTemplate.start(XSLTemplate.java:198)::
com.icl.saxon.Controller.applyTemplates(Controller.java:246)::
com.icl.saxon.Controller.run(Controller.java:178)::
com.icl.saxon.Controller.transformDocument(Controller.java:1086)::
com.icl.saxon.Controller.transform(Controller.java:953)::

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.