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=41376>.
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=41376

           Summary: FOTreeBuilder throws IllegalStateException
           Product: Fop
           Version: 0.92
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: fo tree
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: [EMAIL PROTECTED]


Hi!

I want to process XSL-FO generated from XML using XSLT 2.0.
So i use Saxon-8.8 for the transformation.
With Fop-0.91 it works fine.
But when i use Version 0.92 or 0.93
an IllegalStateException encountered (see stack below).

Regards
Jörg


java.lang.IllegalStateException: FOTreeBuilder (and the Fop class) cannot be 
reused. Please instantiate a new instance.
        at org.apache.fop.fo.FOTreeBuilder.startDocument(FOTreeBuilder.java:147)
        at 
net.sf.saxon.event.ContentHandlerProxy.open(ContentHandlerProxy.java:242)
        at net.sf.saxon.event.ProxyReceiver.open(ProxyReceiver.java:76)
        at 
net.sf.saxon.event.ImplicitResultChecker.open(ImplicitResultChecker.java:24)
        at 
net.sf.saxon.event.ImplicitResultChecker.firstContent(ImplicitResultChecker.java:59)
        at 
net.sf.saxon.event.ImplicitResultChecker.startElement(ImplicitResultChecker.java:30)
        at 
net.sf.saxon.event.NamespaceReducer.startElement(NamespaceReducer.java:54)
        at 
net.sf.saxon.event.ComplexContentOutputter.startContent(ComplexContentOutputter.java:481)
        at 
net.sf.saxon.event.ComplexContentOutputter.startElement(ComplexContentOutputter.java:153)
        at 
net.sf.saxon.instruct.ElementCreator.processLeavingTail(ElementCreator.java:243)
        at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:353)
        at net.sf.saxon.instruct.Instruction.process(Instruction.java:91)
        at 
net.sf.saxon.instruct.ElementCreator.processLeavingTail(ElementCreator.java:250)
        at net.sf.saxon.instruct.Template.expand(Template.java:113)
        at 
net.sf.saxon.instruct.CallTemplate$CallTemplatePackage.processLeavingTail(CallTemplate.java:375)
        at net.sf.saxon.Controller.transformDocument(Controller.java:1607)
        at net.sf.saxon.Controller.transform(Controller.java:1426)

-- 
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.

Reply via email to