Error in BI Publisher : No Available Area Exception


Error in BI Publisher : No Available Area Exception

I did some changes in XML Publisher report and was doing some changes in Account statement RTF. Once after the changes, I  tried to upload the XML and preview the data in PDF in BI Publisher(MS-Word).

I got following error :


oracle.apps.xdo.template.fo.area.NoAvailableAreaException: object =
'oracle.apps.xdo.template.fo.area.InstreamForeignObjectArea@d85cc', aInfo: (x, y, w, h) = (0, 0, -1800, 720000)
    at oracle.apps.xdo.template.fo.elements.FOObject.updatePredefinedLength(Unknown Source)
    at oracle.apps.xdo.template.fo.elements.FOInstreamForeignObject.doLayout(Unknown Source)
    at oracle.apps.xdo.template.fo.elements.FOBlock.doLayout(Unknown Source)
    at oracle.apps.xdo.template.fo.elements.FOBlock.doLayout(Unknown Source)
    at oracle.apps.xdo.template.fo.elements.FOBlock.doLayout(Unknown Source)
    at oracle.apps.xdo.template.fo.elements.table.FOTableCell.cellDoLayout(Unknown Source)
    at oracle.apps.xdo.template.fo.elements.table.FOTableCell.doLayout(Unknown Source)
    at oracle.apps.xdo.template.fo.elements.table.FOTableRow.doLayout(Unknown Source)
    at oracle.apps.xdo.template.fo.elements.table.FOTableBody.doLayout(Unknown Source)
    at oracle.apps.xdo.template.fo.elements.table.FOTableBody.doLayout(Unknown Source)
    at oracle.apps.xdo.template.fo.elements.table.FOTable.doLayout(Unknown Source)
    at oracle.apps.xdo.template.fo.elements.FOBlock.doLayout(Unknown Source)
    at oracle.apps.xdo.template.fo.elements.FOBlock.doLayout(Unknown Source)
    at oracle.apps.xdo.template.fo.elements.FOStaticContent.doLayout(Unknown Source)
    at oracle.apps.xdo.template.fo.elements.FormattingEngine.startLayout(Unknown Source)
    at oracle.apps.xdo.template.fo.elements.FormattingEngine.run(Unknown Source)
    at oracle.apps.xdo.template.fo.FOHandler.endElement(Unknown Source)
    at oracle.apps.xdo.common.xml.XSLTMerger.endElement(Unknown Source)
    at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:196)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1212)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149)
    at oracle.apps.xdo.template.fo.FOProcessingEngine.process(Unknown Source)
    at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
    at RTF2PDF.runRTFto(RTF2PDF.java:632)
    at RTF2PDF.runXDO(RTF2PDF.java:466)
    at RTF2PDF.main(RTF2PDF.java:254)



Issue was in Header part of the template. I did try to align the header according to the Margin settings. And the error was resolved.


No comments:

Post a Comment

How to find all cancel Requisitions

SELECT prha . *   FROM po_Requisition_headers_all prha , po_action_history pah   WHERE      1 = 1        AND pah . object_id ...