Bursting nullpointerexception

Hi All,
I am not able to run the 'XML Publisher Report Bursting Program' successfully even though I have my bursting control file is proper and my report already generated xml output.
This is my error log,
Exception in thread "main" java.lang.NullPointerException
     at java.util.Hashtable.put(Hashtable.java:394)
     at oracle.apps.xdo.oa.cp.CPUtil.getSessionProperties(CPUtil.java:42)
     at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:80)
     at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
I also set the Temporary directory under XML Pulisher Administration to /tmp.
And in the OPP log its saying,
oracle.apps.xdo.XDOException: Unable to create font cache directory:/tmp/xdofonts/<instancename>
What I am missing here?
Thanks for your help
-Mouly

same issue in my obiee Release 10.1.3.4
Can I use this Patch 6767889 (BURSTING ENGINE ENDS WITH JAVA.LANG.NULLPOINTEREXCEPTION)
I wonder that because OBIEE 10.1.3.4 issued recently. (1 year ago? )
tks.

Similar Messages

  • Bursting engine fails with NullPointerException in xdo.log file

    Hi all,
      Hi have developed a BI Publisher report but when trying to deliver it using the bursting concurrent program it fails wirh next error:
    Error!! Could not deliver the output for Delivery channel:null . Please check the Log for error details..
    If I look at the xdo.log file I can see next error:
    [122713_102535779][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Adding an attachment ...[filename]=[null], [content-type]=[text/plain;charset=UTF-8], [index]=[0], [disposition]=[inline]
    [122713_102535779][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Character set for MIME headers : UTF-8
    [122713_102535779][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Character encoding for MIME headers : B
    [122713_102535782][oracle.apps.xdo.batch.DeliveryHelper][EXCEPTION] java.lang.NullPointerException
        at javax.mail.internet.MimeUtility.checkAscii(MimeUtility.java:915)
        at javax.mail.internet.MimeUtility.encodeWord(MimeUtility.java:539)
        at javax.mail.internet.MimeUtility.encodeText(MimeUtility.java:373)
        at oracle.apps.xdo.delivery.smtp.Attachment.addAttachment(Attachment.java:354)
        at oracle.apps.xdo.delivery.smtp.Attachment.addAttachment(Attachment.java:283)
        at oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler.submitRequest(SMTPDeliveryRequestHandler.java:604)
        at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(AbstractDeliveryRequest.java:1270)
        at oracle.apps.xdo.batch.DeliveryHelper.submitRequests(DeliveryHelper.java:626)
        at oracle.apps.xdo.batch.bursting.DocumentDelivery.submitCoreDeliveryRequests(DocumentDelivery.java:147)
        at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(BurstingProcessorEngine.java:3268)
        at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(BurstingProcessorEngine.java:2136)
        at oracle.apps.xdo.batch.BurstingProcessorEngine.burstDocument(BurstingProcessorEngine.java:2077)
        at oracle.apps.xdo.batch.BurstingProcessorEngine.globalDataEndElement(BurstingProcessorEngine.java:1999)
        at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(BurstingProcessorEngine.java:1135)
        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)
    I don´t know what to do, SMTP server parameters are rigth, bursting control file is also OK, original report with XML output ends OK with a pdf output.
    Any ideas?
    Best Regards
    Javier

    Hi all,
      Hi have developed a BI Publisher report but when trying to deliver it using the bursting concurrent program it fails wirh next error:
    Error!! Could not deliver the output for Delivery channel:null . Please check the Log for error details..
    If I look at the xdo.log file I can see next error:
    [122713_102535779][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Adding an attachment ...[filename]=[null], [content-type]=[text/plain;charset=UTF-8], [index]=[0], [disposition]=[inline]
    [122713_102535779][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Character set for MIME headers : UTF-8
    [122713_102535779][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Character encoding for MIME headers : B
    [122713_102535782][oracle.apps.xdo.batch.DeliveryHelper][EXCEPTION] java.lang.NullPointerException
        at javax.mail.internet.MimeUtility.checkAscii(MimeUtility.java:915)
        at javax.mail.internet.MimeUtility.encodeWord(MimeUtility.java:539)
        at javax.mail.internet.MimeUtility.encodeText(MimeUtility.java:373)
        at oracle.apps.xdo.delivery.smtp.Attachment.addAttachment(Attachment.java:354)
        at oracle.apps.xdo.delivery.smtp.Attachment.addAttachment(Attachment.java:283)
        at oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler.submitRequest(SMTPDeliveryRequestHandler.java:604)
        at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(AbstractDeliveryRequest.java:1270)
        at oracle.apps.xdo.batch.DeliveryHelper.submitRequests(DeliveryHelper.java:626)
        at oracle.apps.xdo.batch.bursting.DocumentDelivery.submitCoreDeliveryRequests(DocumentDelivery.java:147)
        at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(BurstingProcessorEngine.java:3268)
        at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(BurstingProcessorEngine.java:2136)
        at oracle.apps.xdo.batch.BurstingProcessorEngine.burstDocument(BurstingProcessorEngine.java:2077)
        at oracle.apps.xdo.batch.BurstingProcessorEngine.globalDataEndElement(BurstingProcessorEngine.java:1999)
        at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(BurstingProcessorEngine.java:1135)
        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)
    I don´t know what to do, SMTP server parameters are rigth, bursting control file is also OK, original report with XML output ends OK with a pdf output.
    Any ideas?
    Best Regards
    Javier

  • Bursting problem :: AIX :: NullPointerException

    Hi,
    I got stucked with BI publisher, and I didn't find solution.
    We run OBIEE on AIX, and I tried bursting on a simple query.
    The dataset:
    select id,name from company
    The bursting query:
    select
         d.id KEY,
         'New Template 1' TEMPLATE,
         'RTF' TEMPLATE_FORMAT,
         'en-US' LOCALE,
         'PDF' OUTPUT_FORMAT,
         'FILE' DEL_CHANNEL,
         '/oraclebitest/oraclebi/xmlp/XMLP' PARAMETER1,
         d.id || '.pdf' PARAMETER2
    from
         company d
    Split by:
    */ROWSET/ROW/ID*
    I executed the burst, and it failed with every single row (company).
    The error log was this (alike, i've changed the key in the bursting select from name to id, but it failed again):
    [103009_033940669][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [103009_033940670][][STATEMENT] Logger.init(): LogDir=/tmp
    [103009_033940754][][STATEMENT] Template parsing started...
    [103009_033940792][][STATEMENT] Data Template ......
    [103009_033940793][][STATEMENT] oracle.xml.parser.v2.XMLDocument@10bd10bd
    [103009_033940799][][STATEMENT] Inside parameterParser...
    [103009_033940799][][STATEMENT] Inside dataQueryParser...
    [103009_033940813][][STATEMENT] Template parsing completed...
    [103009_033940815][][STATEMENT] include_parameters=false
    [103009_033940816][][STATEMENT] Start process Data
    [103009_033940817][][STATEMENT] Process Data ...
    [103009_033940817][][STATEMENT] Writing Data ...
    [103009_033940819][][STATEMENT] Sql Query : select nev from bi_kir_ceg
    [103009_033941075][][EVENT] Data Generation Completed...
    [103009_033941076][][EVENT] Total Data Generation Time 0.0 seconds
    [103009_033941697][][STATEMENT] Oracle XML Parser version ::: Oracle XML Developers Kit 10.1.3.130 - Production
    [103009_033941732][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [103009_033941732][][STATEMENT] Logger.init(): LogDir=/tmp
    [103009_033941820][][STATEMENT] Template parsing started...
    [103009_033942043][][STATEMENT] Data Template ......
    [103009_033942043][][STATEMENT] oracle.xml.parser.v2.XMLDocument@589b589b
    [103009_033942044][][STATEMENT] Inside parameterParser...
    [103009_033942045][][STATEMENT] Inside dataQueryParser...
    [103009_033942045][][STATEMENT] Template parsing completed...
    [103009_033942046][][STATEMENT] include_parameters=false
    [103009_033942047][][STATEMENT] Start process Data
    [103009_033942047][][STATEMENT] Process Data ...
    [103009_033942047][][STATEMENT] Writing Data ...
    [103009_033942048][][STATEMENT] Sql Query : select
         d.nev KEY,
         'New Template 1' TEMPLATE,
         'RTF' TEMPLATE_FORMAT,
         'hu-HU' LOCALE,
         'PDF' OUTPUT_FORMAT,
         'FILE' DEL_CHANNEL,
         '/oraclebitest/oraclebi/xmlp/XMLP' PARAMETER1,
         d.nev || '.pdf' PARAMETER2
    from
         bi_kir_ceg d
    [103009_033942813][][EVENT] Data Generation Completed...
    [103009_033942813][][EVENT] Total Data Generation Time 1.0 seconds
    [103009_033942836][][STATEMENT] /Configuration/xdo.cfg not found.
    [103009_033946086][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:8] Tmp dir for bursting : /oraclebitest/oraclebi/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp/
    [103009_033946087][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:8] [Bursting node]=[ROWSET/ROW/NEV], [Delivery node]=[ROWSET/ROW/NEV]
    [103009_033946746][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:8] Layout template : [name]=[New Template], [rtf], [location]=[oraclebitest/oraclebi/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp83650993.tmp]
    [103009_033946751][][STATEMENT] /oraclebitest/oraclebi/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp/
    [103009_033946792][][STATEMENT] BurstingProcessor:Property Key=>xslt._XDOTIMEZONE : value=>'Africa/Algiers'
    [103009_033946793][][STATEMENT] BurstingProcessor:Property Key=>xdk-secure-io-mode : value=>true
    [103009_033946793][][STATEMENT] BurstingProcessor:Property Key=>xslt._XDOCALENDAR : value=>'GREGORIAN'
    [103009_033946794][][STATEMENT] BurstingProcessor:Property Key=>xslt._XDOLOCALE : value=>'hu_HU'
    [103009_033946831][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: startDocument is entered <========================
    [103009_033946835][][EXCEPTION] java.lang.NullPointerException
         at oracle.apps.xdo.batch.bursting.ProcessEnterpriseDocument.processLayout(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.globalDataEndElement(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(Unknown Source)
         at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:210)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1318)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:263)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.process(Unknown Source)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.java:1994)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:358)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    [103009_034051143][][EXCEPTION] java.lang.NullPointerException
         at oracle.apps.xdo.batch.bursting.ProcessEnterpriseDocument.processLayout(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.globalDataEndElement(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(Unknown Source)
         at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:210)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1318)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:263)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.process(Unknown Source)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.java:1994)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:358)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    [103009_034051624][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: endDocument is entered <========================
    [103009_034051895][][STATEMENT] Write connection pool max:10, min:5, total:5, available:5
    [103009_034053802][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [103009_034058513][][STATEMENT] /oraclebitest/oraclebi/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp//103009_033946756 deleted successfully...
    [103009_034058522][][STATEMENT] [ID:8] Time elapsed for bursting : 87868, time from beggining : 88542
    [103009_034058522][][STATEMENT] [ID:8] Time elapsed for notification : 0, time from beggining : 88542
    [103009_034058523][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:8] Scheduler finished the job. Exiting...
    [103009_034130015][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [103009_034130016][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [103009_034130017][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [103009_034130017][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [103009_034130055][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [103009_034130366][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [103009_034135802][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [103009_034135803][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [103009_034135803][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [103009_034135804][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [103009_034135804][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [103009_034135836][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [103009_034135867][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [103009_034135867][][STATEMENT] ToplinkDataHandler.getJobs() : called.
    [103009_034135867][][STATEMENT] ToplinkDataHandler.getJobs() : obtaining client session.
    [103009_034135868][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [103009_034135868][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [103009_034135868][][STATEMENT] ToplinkDataHandler.queryJobs() : calling executeQuery().
    [103009_034135911][][STATEMENT] ToplinkDataHandler.queryJobs() : finished calling executeQuery().
    [103009_034135912][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [103009_034332894][][STATEMENT] XDO Servlet shutdown complete.
    Thanks a lot,
    Andras

    I don't think the bursting engine can find the format template. Check the locale on your format template and the locale for the bursting parameters to see if they match.
    103009_033946835][EXCEPTION java.lang.NullPointerException
    at oracle.apps.xdo.batch.bursting.ProcessEnterpriseDocument.processLayout(Unknown Source)
    Ike Wiggins
    http://bipublisher.blogspot.com                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Java.Lang.NullPOinterException when bursting with dataTemplate

    Hi,
    I'm trying to burst using 10.1.3.3 with a dataTemplate. The following forum message states that this doesn't work, but I can't see a bug logged anywhere in the bug database:
    Re: bursting
    Does anyone know if this is true, and that it doesn't work in this release?
    The dataTemplate runs fine on its own. The bursting SQL returns correct data. Combine the two and the report runs for about 10 minutes and then stops with this error. Any ideas on how to track down whats happening?
    Thanks
    Phil

    An addition:
    The Bursting SQL has some conditions attached to it:
    SELECT csmaccd KEY,
    'Customer Ops Assessment' TEMPLATE,
    'RTF' TEMPLATE_FORMAT,
    'en-US' LOCALE,
    'HTML' OUTPUT_FORMAT,
    'EMAIL' DEL_CHANNEL,
    '[email protected]' PARAMETER1,
    '[email protected]' PARAMETER2,
    '[email protected]' PARAMETER3,
    'Test ' PARAMETER4,
    'Hi - Please find attached your invoices.' PARAMETER5,
    'true' PARAMETER6,
    '[email protected]' PARAMETER7
    FROM emp001
    WHERE csmclas = 'C'
    AND csmstat = 'ACTV'
    By merging this SQL statement with the dataTemplate and running that (as Tim suggested in one of his daily blogs), I notice that there are KEYS (ie customers) appearing in the burst XML output that don't follow the where clause. Thus - there is no data in the dataTemplate XML output for these KEYS..... IS this what is going wrong? If so, how do you create a burst for a subset of a table (without having to request a View from the IT department and then waiting a while...)?
    Thanks!
    Phil

  • XML Publisher Report Bursting Program (XDOBURSTREP) is failing after ATG7

    Hello
    After upgrading ATG RUP7, we have issue related to the XML Bursting Program.
    XML Publisher Report Bursting Program (XDOBURSTREP Short Name) is failing with error when there is no output is generated by the Oracle Report, this was working fine before the ATG RUP7.
    Oracle XML Publisher Template Builder for Word
    Version 5.6 Build 45
    Oracle RDBMS : 10.2.0.4.0
    Oracle Applications : 11.5.10.2
    Concurrent Program: XML Publisher Report Bursting Program
    Concurrent Short Name:XDOBURSTREP
    Executable: XDOBURSTRPT
    The following is the log file of Bursting
    XDOBURSTREP module: XML Publisher Report Bursting Program
    Current system time is 22-OCT-2010 08:41:09
    0.932: [GC 0.932: [DefNew: 1792K->191K(1984K), 0.0190521 secs] 1792K->243K(6080K), 0.0193017 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
    1.637: [GC 1.638: [DefNew: 1983K->45K(1984K), 0.0279269 secs] 2035K->283K(6080K), 0.0281136 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
    2.369: [GC 2.369: [DefNew: 1837K->192K(1984K), 0.0249747 secs] 2075K->597K(6080K), 0.0251559 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
    3.186: [GC 3.186: [DefNew: 1984K->130K(1984K), 0.0208499 secs] 2389K->713K(6080K), 0.0210453 secs] [Times: user=0.02 sys=0.01, real=0.02 secs]
    3.938: [GC 3.939: [DefNew: 1922K->114K(1984K), 0.0219872 secs] 2505K->825K(6080K), 0.0221742 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
    4.781: [GC 4.781: [DefNew: 1906K->192K(1984K), 0.0271288 secs] 2617K->1258K(6080K), 0.0273437 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
    4.931: [GC 4.931: [DefNew: 1983K->192K(1984K), 0.0114155 secs] 3049K->1575K(6080K), 0.0116308 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
    4.978: [GC 4.978: [DefNew: 1974K->1K(1984K), 0.0032511 secs] 3357K->1415K(6080K), 0.0034360 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
    5.001: [GC 5.001: [DefNew: 1790K->34K(1984K), 0.0020751 secs] 3204K->1448K(6080K), 0.0022582 secs] [Times: user=0.01 sys=0.01, real=0.00 secs]
    5.023: [GC 5.023: [DefNew: 1814K->68K(1984K), 0.0021542 secs] 3228K->1481K(6080K), 0.0023365 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
    5.273: [GC 5.273: [DefNew: 1860K->119K(1984K), 0.0055906 secs] 3273K->1533K(6080K), 0.0057779 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
    5.451: [GC 5.451: [DefNew: 1911K->58K(1984K), 0.0059780 secs] 3325K->1587K(6080K), 0.0061632 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]
    5.653: [GC 5.653: [DefNew: 1850K->103K(1984K), 0.0034036 secs] 3379K->1632K(6080K), 0.0035865 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
    5.813: [GC 5.813: [DefNew: 1895K->86K(1984K), 0.0053900 secs] 3424K->1667K(6080K), 0.0055748 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
    5.932: [GC 5.932: [DefNew: 1878K->124K(1984K), 0.0035633 secs] 3459K->1705K(6080K), 0.0037447 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
    6.057: [GC 6.057: [DefNew: 1916K->147K(1984K), 0.0043476 secs] 3497K->1760K(6080K), 0.0045299 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
    6.214: [GC 6.214: [DefNew: 1939K->192K(1984K), 0.0120992 secs] 3552K->2141K(6080K), 0.0122907 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
    XML/BI Publisher Version : 5.6.3
    Updating request description
    Retrieving XML request information
    Preparing parameters
    7.104: [GC 7.104: [DefNew: 1982K->192K(1984K), 0.0200714 secs] 3932K->2346K(6080K), 0.0202692 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
    Set Bursting parameters..
    Bursting propertes.....
    {user-variable:cp:territory=US, user-variable:cp:ReportRequestID=16649488, user-variable:cp:language=en, user-variable:cp:responsibility=23202, user-variable.OA_MEDIA=http://d1at2.atco.ca:8010/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=N, user-variable:cp:parent_request_id=16649488, user-variable:cp:locale=en-US, user-variable:cp:user=URU4.ASHAFI, user-variable:cp:application_short_name=XDO, user-variable:cp:request_id=16649506, user-variable:cp:org_id=43, user-variable:cp:reportdescription=XXPAY Database Audit Series Change Register}
    Start bursting process..
    7.845: [GC 7.845: [DefNew: 1984K->158K(1984K), 0.0181146 secs] 4138K->2495K(6080K), 0.0183025 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
    7.885: [GC 7.885: [DefNew: 231K->14K(1984K), 0.0055622 secs]7.891: [Tenured[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor2]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]
    : 2486K->2073K(4096K), 0.2881229 secs] 2568K->2073K(6080K), 0.2940010 secs] [Times: user=0.29 sys=0.02, real=0.29 secs]
    8.682: [GC 8.682: [DefNew: 1787K->170K(1984K), 0.0120166 secs] 5861K->4243K(6080K), 0.0122079 secs] [Times: user=0.02 sys=0.00, real=0.01 secs]
    9.163: [GC 9.163: [DefNew: 1524K->74K(1984K), 0.0086781 secs]9.171: [Tenured: 4237K->2299K(4352K), 0.2773675 secs] 5597K->2299K(6336K), 0.2863681 secs] [Times: user=0.28 sys=0.00, real=0.29 secs]
    9.472: [GC 9.473: [DefNew: 90K->17K(1984K), 0.0025361 secs]9.475: [Tenured: 4299K->2311K(6104K), 0.2718601 secs] 4390K->2311K(8088K), 0.2747072 secs] [Times: user=0.28 sys=0.00, real=0.27 secs]
    9.822: [GC 9.822: [DefNew: 585K->42K(1984K), 0.0027399 secs]9.825: [Tenured: 4311K->2085K(6104K), 0.3354828 secs] 4897K->2085K(8088K), 0.3385340 secs] [Times: user=0.34 sys=0.00, real=0.34 secs]
    Bursting process complete..
    Generating Bursting Status Report..
    --Exception
    /oracle/appl/orad1at2/product/comn/temp/102210_084117484/AUDIT_GS_BI-WEEKLY.pdf (No such file or directory)
    java.io.FileNotFoundException: /oracle/appl/orad1at2/product/comn/temp/102210_084117484/AUDIT_GS_BI-WEEKLY.pdf (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:532)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:299)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    Heap
    def new generation total 1984K, used 194K [0xb1000000, 0xb1220000, 0xb4780000)
    eden space 1792K, 10% used [0xb1000000, 0xb1030a98, 0xb11c0000)
    from space 192K, 0% used [0xb11c0000, 0xb11c0000, 0xb11f0000)
    to space 192K, 0% used [0xb11f0000, 0xb11f0000, 0xb1220000)
    tenured generation total 6104K, used 4085K [0xb4780000, 0xb4d76000, 0xd0400000)
    the space 6104K, 66% used [0xb4780000, 0xb4b7d490, 0xb4b7d600, 0xb4d76000)
    compacting perm gen total 12288K, used 7424K [0xd0400000, 0xd1000000, 0xd8400000)
    the space 12288K, 60% used [0xd0400000, 0xd0b402a8, 0xd0b40400, 0xd1000000)
    ro space 8192K, 80% used [0xd8400000, 0xd8a73430, 0xd8a73600, 0xd8c00000)
    rw space 12288K, 59% used [0xd8c00000, 0xd9330510, 0xd9330600, 0xd9800000)
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 22-OCT-2010 08:41:20
    Any Help Appreciated
    Thanks

    Hi;
    Similar issue mention at below notes, Please review:
    NPE Error While Bursting Using XDOBURSTREP in EBS R12 [ID 754790.1]
    Bursting Engine Ends With Java.Lang.Nullpointerexception[Article ID 559443.1]
    XDOBURSTREP - XML Publisher Report Bursting Program Fails with InvalidPropertyValueException[Article ID 603424.1]
    If its not help I suggest rise SR
    Regard
    Helios

  • XML Publisher Report Bursting

    I have created report using XML Publisher Report Bursting. The output-type of the report is pdf..
    <xapi:document output="${PROJECT_APPROVER}" output-type="pdf" delivery="123">
    But if I change the format to xls it's showing error and the report is not getting created.
    <xapi:document output="${PROJECT_APPROVER}" output-type="xls" delivery="123">
    Can any one help me how to get the report in excel format?
    The error in log file is below:
    [121212_045029867][][EXCEPTION] java.lang.NullPointerException
         at java.util.Hashtable.put(Hashtable.java:394)
         at oracle.apps.xdo.oa.cp.CPUtil.setProperty(CPUtil.java:67)
         at oracle.apps.xdo.oa.cp.CPUtil.getSessionProperties(CPUtil.java:45)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:84)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    XML/BI Publisher Version : 5.6.3
    Updating request description
    Retrieving XML request information
    Preparing parameters
    Set Bursting parameters..
    Bursting propertes.....
    {user-variable:cp:territory=US, user-variable:cp:ReportRequestID=75676032, user-variable:cp:language=en, user-variable:cp:responsibility=50597, user-variable.OA_MEDIA=http://erplive.rssoftware.com:8002/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=N, user-variable:cp:parent_request_id=75676032, user-variable:cp:locale=en-US, user-variable:cp:user=3094, user-variable:cp:application_short_name=XDO, user-variable:cp:request_id=75680212, user-variable:cp:reportdescription=RS Test Report Bursting, user-variable:cp:Dummy for Data Security=Y}
    Start bursting process..
    Bursting process complete..
    Generating Bursting Status Report..

    900300 wrote:
    There is no question related to pl/sql. I want to know that where do i need to make any change in bursting control file to get the report in excel format?This forum is for SQL and PL/SQL questions. Please post your question in a forum appropriate for it.

  • XML Publisher Report Bursting Program Randomly failing

    Hi,
    In our environment "XML Publisher Report Bursting Program" fails randomly and failures are very very few and random, and can not be reproduced.
    The error message is
    +++++++++++++++++++++++++++++++++++++++++++
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XDOBURSTREP module: XML Publisher Report Bursting Program
    Current system time is 16-APR-2013 14:00:42
    Exception in thread "main" java.lang.NullPointerException
    at java.util.Hashtable.put(Hashtable.java:394)
    at oracle.apps.xdo.oa.cp.CPUtil.getSessionProperties(CPUtil.java:42)
    at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:84)
    at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine
    Program exited with status 1
    Executing request completion options...
    ++++++++++++++++++++++++++++++++++++++++++++++
    Had been trying to find out any pattern, but no fix time or particular parent request.
    Only common point in failure with above error are below columns in fnd_concurrent_request
    Description - blank
    LFILE_SIZE - 1476
    & interim_status_code - Blank
    Any suggestions will be helpful

    Hi;
    Similar issue mention at below notes, Please review:
    NPE Error While Bursting Using XDOBURSTREP in EBS R12 [ID 754790.1]
    Bursting Engine Ends With Java.Lang.Nullpointerexception[Article ID 559443.1]
    XDOBURSTREP - XML Publisher Report Bursting Program Fails with InvalidPropertyValueException[Article ID 603424.1]
    If its not help I suggest rise SR
    Regard
    Helios

  • Help needed in XML Bursting

    Hi,
    I am working first time on XML report bursting concept.
    I have two remit to addresses in my report xml. I nedd to burst my report at address level.
    This is my report xml:
    <ARXSGPO>
    <LIST_G_SETUP>
    <G_SETUP>
    <LIST_G_STATEMENT>
    <G_STATEMENT>
    <LIST_G_AMOUNT_DUE>
    <G_AMOUNT_DUE>
    <LIST_G_LINE_CLUSTER>
    <G_LINE_CLUSTER>
    </G_AMOUNT_DUE>
    </LIST_G_AMOUNT_DUE>
    <LIST_G_1>
    <G_1>
    <CF_REMIT_TO_ADDRESS1>Phoenix Centre </CF_REMIT_TO_ADDRESS1>
    <CF_REMIT_TO_ADDRESS2>Millenium Way West</CF_REMIT_TO_ADDRESS2>
    <CF_REMIT_TO_ADDRESS3 />
    <CF_REMIT_TO_ADDRESS4 />
    <CF_REMIT_TO_ADDRESS5 />
    </G_STATEMENT>
    <G_STATEMENT>
    <LIST_G_AMOUNT_DUE>
    <G_AMOUNT_DUE>
    <LIST_G_LINE_CLUSTER>
    <G_LINE_CLUSTER>
    </G_LINE_CLUSTER>
    </LIST_G_LINE_CLUSTER>
    </G_AMOUNT_DUE>
    <LIST_G_1>
    <G_1>
    <CF_REMIT_TO_ADDRESS1>Second Avenue</CF_REMIT_TO_ADDRESS1>
    <CF_REMIT_TO_ADDRESS2>Poynton Industrial Estate </CF_REMIT_TO_ADDRESS2>
    <CF_REMIT_TO_ADDRESS3 />
    <CF_REMIT_TO_ADDRESS4 />
    <CF_REMIT_TO_ADDRESS5 />
    </G_SETUP>
    </LIST_G_SETUP>
    </ARXSGPO>
    I am defining my control file like this.
    <?xml version="1.0" encoding="UTF-8" ?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
    <xapi:request select="ARXSGPO/LIST_G_SETUP/G_SETUP/LIST_G_STATEMENT/G_STATEMENT/LIST_G_AMOUNT_DUE/G_AMOUNT_DUE/
    LIST_G_LINE_CLUSTERG_LINE_CLUSTER/LIST_G_1/G_1/CF_REMIT_TO_ADDRESS1">
    <xapi:delivery>
    <xapi:print id="printer1" printer="ipp://ipgpc1.us.oracle.com:631/printers/printer_p6op286a" copies="1" />
    </xapi:delivery>
    <xapi:document output-type="pdf" delivery="printer1">
    <xapi:template type="rtf" location="location="/disk3/oracle/viscomn/java/oracle/apps/fnd/cp/sample/statement.rtf" filter=".//G_1[INTERNAL_NOTES='PRINTER']" />
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    1) Can I use CF_REMIT_TO_ADDRESS1 in the attribute select under the request element
    2) In Database I have two printers attached for these addresses. I need to send output directly to printer. How can I differentiate details of
    printer in control file for each address?
    Please help me in this.
    Thanks in advance

    Hi,
    Thanks for your reply. when I am running my request I am getting java.lang.NullPointerException from Bursting program.
    Details of log file.
    Request ID: 6355955All
    Parameters: ReportRequestID=6355950:
    DebugFlag=YReport
    Req ID: 6355950Debug Flag: Y
    Updating request description
    Updated description
    Retrieving XML request informationNode Name:ORADB02
    Preparing parameters
    null output =/ora_code3/db04/db04comn/admin/out/db04_oradb02/o6355955.out
    inputfilename =/ora_code3/db04/db04comn/admin/out/db04_oradb02/o6355950.out
    Data XML File:/ora_code3/db04/db04comn/admin/out/db04_oradb02/o6355950.out
    Set Bursting parameters..Temp.
    Directory:/ora_code3/db04/db04comn/temp/[010808_021907137][][STATEMENT]
    Oracle XML Parser version ::: Oracle XDK Java 9.0.4.0.0 ProductionStart bursting process..[010808_021907140][][STATEMENT] /ora_code3/db04/db04comn/temp/[010808_021907146][][STATEMENT] BurstingProcessor ::: Property Key ---> burstng-source[010808_021907146][][STATEMENT] Inside burstingConfigParser[010808_021907150][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: startDocument is entered <========================--
    Exception
    null
    java.lang.NullPointerException     at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingStartElement(BurstingProcessorEngine.java:1417)     at oracle.apps.xdo.batch.BurstingProcessorEngine.startElement(BurstingProcessorEngine.java:1110)     at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:167)     at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1182)     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:227)
    Please help me.
    Thanks

  • XML Publisher Report Bursting Program ends in error

    We have a report that generates the XML output (ACH notification)
    In the after report we have a call to the Bursting program.
    The ACH notification completes with the correct output but the bursting ends in error showing
    Set Bursting parameters..
    Temp. Directory:/tmp
    [101211_072452383][][STATEMENT] Oracle XML Parser version ::: Oracle XDK Java 9.0.4.0.0 Production
    [101211_072452385][][STATEMENT] setOAProperties called..
    Bursting propertes.....
    {user-variable:cp:territory=US, user-variable:cp:ReportRequestID=28081235, user-variable:cp:language=en, user-variable:cp:responsibility=50274, user-variable.OA_MEDIA=http://xxx/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=Y, user-variable:cp:parent_request_id=28081235, user-variable:cp:locale=en-US, user-variable:cp:user=xxx, user-variable:cp:application_short_name=XDO, user-variable:cp:request_id=28081236, user-variable:cp:org_id=83, user-variable:cp:reportdescription=xxx ACH Payment Nofitication}
    Start bursting process..
    Bursting process complete..
    Generating Bursting Status Report..
    --Exception
    /tmp/101211_072452427/xdo1_2.pdf (No such file or directory)
    java.io.FileNotFoundException: /tmp/101211_072452427/xdo1_2.pdf (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:523)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:292)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    The temp directory variable in the XML Publisher is /tmp which has all the permissions.
    The control file calls the delivery method (email 123 in the example) and uses the following template
    <xapi:document key="" output-type="pdf" delivery="123">
    <xapi:template type="rtf"
    location="XDO://XBOL.ACHPAYNOTIF.en.US/?getSource=true" filter=""/>
    </xapi:document>
    This template is defined for English language and Territory United States.
    I covered everything I could find here and in metalink and still cannot make it work.
    Any ideas?

    Hi;
    Similar issue mention at below notes, Please review:
    NPE Error While Bursting Using XDOBURSTREP in EBS R12 [ID 754790.1]
    Bursting Engine Ends With Java.Lang.Nullpointerexception[Article ID 559443.1]
    XDOBURSTREP - XML Publisher Report Bursting Program Fails with InvalidPropertyValueException[Article ID 603424.1]
    If its not help I suggest rise SR
    Regard
    Helios

  • XML Bursting to a printer

    Hello experts out there. Can one of you give me some guidance on how to send a pdf file to a printer via xml bursting?
    One of the requirements I have is to email an invoice if customer has an email address. If no email address is found then print it.
    This is what I have so far in the XML Bursting file. (FYI: the email part works) We are using R12.1.3
    <?xml version="1.0" encoding="UTF-8"?>
         <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
              <xapi:request select="/RAXINV/LIST_G_ORDER_BY/G_ORDER_BY/LIST_G_INVOICE/G_INVOICE">
                   <xapi:delivery>
                        <xapi:email server="localhost" port="25" from="[email protected]" reply-to="[email protected]">
                             <xapi:message id="123" to="${XXZAK_INVOICE_EMAIL}" cc="" attachment="true" content-type="html/text" subject="Zak Designs Invoice">Please review and approve attached invoice(s) for payment.
    Thank You,
    </xapi:message>
                        </xapi:email>
                        <xapi:filesystem id="file1" output="/usr/tmp/ar_invoice_${TRX_NUMBER}_temp.pdf"/>
                        <xapi:print id="PRINT" printer="10.10.5.19" copies="1" />
                   </xapi:delivery>
              <xapi:document output="${TRX_NUMBER}_${BILL_CUST_NAME}_${TRX_DATE}.pdf" output-type="pdf" delivery="123">
                   <xapi:template type="rtf" location="xdo://AR.RAXINV_SEL.en.US/?getSource=true" filter=".//G_INVOICE[XXZAK_INVOICE_EMAIL!='NO EMAIL']" >
                   </xapi:template>               
              </xapi:document>
              <xapi:document output-type="pdf" delivery="PRINT">
                   <xapi:template type="rtf" location="xdo://AR.RAXINV_SEL.en.US/?getSource=true" filter=".//G_INVOICE[XXZAK_INVOICE_EMAIL='NO EMAIL']" >
              </xapi:template>               
              </xapi:document>
              </xapi:request>
         </xapi:requestset>
    When I run the report for printing, I get the following error message:
    [051313_112504249][][EXCEPTION] java.lang.NullPointerException
         at java.util.Hashtable.put(Hashtable.java:394)
         at oracle.apps.xdo.oa.cp.CPUtil.setProperty(CPUtil.java:67)
         at oracle.apps.xdo.oa.cp.CPUtil.getSessionProperties(CPUtil.java:45)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:84)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    XML/BI Publisher Version : 5.6.3
    Updating request description
    Retrieving XML request information
    Preparing parameters
    Set Bursting parameters..
    Bursting propertes.....
    {user-variable:cp:territory=US, user-variable:cp:ReportRequestID=7239988, user-variable:cp:language=en, user-variable:cp:responsibility=50449, user-variable.OA_MEDIA=http://oracletest.zak.com:8010/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=N, user-variable:cp:parent_request_id=7239988, user-variable:cp:locale=en-US, user-variable:cp:user=SYSADMIN, user-variable:cp:application_short_name=XDO, user-variable:cp:request_id=7239993, user-variable:cp:reportdescription=Invoice Print Selected Invoices, user-variable:cp:Dummy for Data Security=Y}
    Start bursting process..
    Bursting process complete..
    Generating Bursting Status Report..
    --Exception
    ZIP file must have at least one entry
    java.util.zip.ZipException: ZIP file must have at least one entry
         at java.util.zip.ZipOutputStream.finish(ZipOutputStream.java:304)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:534)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:292)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)

    Does this condition return atleast one record in output?
    .//G_INVOICE[XXZAK_INVOICE_EMAIL!='NO EMAIL']

  • FTP bursting is not working for a particular server

    Hi All,
    I am using BIP 10.1.3.4
    I have a strange problem
    In my company there are 2 environment
    development and production
    I have configured a FTP location in both the environment.But the report ftp bursting is working but in Production it is not working.
    Is there any other way of checking settings.
    Please suggest.
    Thanks

    Hi All,
    I enabled the logging in BI publisher and found the following error in log file.
    Can you please suggest
    [120711_182041240][oracle.apps.xdo.common.font.FontFactory][STATEMENT] type1.Courier closed.
    [120711_182042353][oracle.apps.xdo.template.rtf.FOTemplate][STATEMENT] xsl1.0-compatibility is set to false in configuration ,xdk11g wrapper is off
    [120711_182043190][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [120711_182043190][][STATEMENT] Logger.init(): LogDir=/applic/oracle/product/10.1.3/OracleAS_BIP_1/xmldebug
    [120711_182043190][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor constructor is called.
    [120711_182044031][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor has been initialized without default config.
    [120711_182044032][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setLocale is called with 'en-AU'.
    [120711_182044032][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setTemplate(String) is called with '/applic/oracle/product/10.1.3/OracleAS_BI
    P_1/j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp//120711_182028372/xdo2.tmp'.
    [120711_182044034][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setData(String) is called with '/applic/oracle/product/10.1.3/OracleAS_BIP_1/
    j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp//120711_182028372/xdo0.tmp'.
    [120711_182044056][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setOutput(String)is called with '/applic/oracle/product/10.1.3/OracleAS_BIP_1
    /j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp//120711_182028372/xmlp17031tmp_85900001_1.xls'.
    [120711_182044057][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setOutputFormat(byte)is called with ID=4.
    [120711_182046652][oracle.apps.xdo.template.FOProcessor][STATEMENT] Start Memory: max=989MB, total=495MB, free=448MB
    [120711_182046652][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.generate() called.
    [120711_182046653][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_120711_182046653_fo_out_ab1f6.out' is created.
    [120711_182046654][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_120711_182046653_fo_data_1_.xml' is created.
    [120711_182046998][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_120711_182046653_fo_data_1_.xsl' is created.
    [120711_182047052][oracle.apps.xdo.template.FOProcessor][STATEMENT] createFO(Object, Object) is called.
    [120711_182047156][][STATEMENT] WARNING: Found undetermined AttrKey: style-name
    [120711_182052743][oracle.apps.xdo.common.xml.XSLT10gR1][STATEMENT] Oracle XML Developers Kit 10.1.0.5.0 - Production
    [120711_182052746][oracle.apps.xdo.common.xml.XSLT10gR1][STATEMENT] Scalable Feature Disabled
    [120711_182058312][][ERROR] Invalid XSD string: 23-Jul-2011
    [120711_182058313][][ERROR] Invalid XSD string: 30-Nov-2031
    [120711_182058315][][ERROR] Invalid XSD string: 23-Jul-2011
    [120711_182058316][][ERROR] Invalid XSD string: 30-Nov-2031
    [120711_182058318][][ERROR] Invalid XSD string: 23-Jul-2011
    [120711_182058319][][ERROR] Invalid XSD string: 30-Nov-2031
    [120711_182058321][][ERROR] Invalid XSD string: 23-Jul-2011
    [120711_182058321][][ERROR] Invalid XSD string: 30-Nov-2031
    [120711_182058323][][ERROR] Invalid XSD string: 23-Jul-2011
    [120711_182058323][][ERROR] Invalid XSD string: 30-Nov-2031
    [120711_182058325][][ERROR] Invalid XSD string: 23-Jul-2011
    [120711_182221400][][ERROR] Invalid XSD string: 25-Sep-2011
    [120711_182221401][][ERROR] Invalid XSD string: 27-Nov-2011
    [120711_182221401][][ERROR] Invalid XSD string: 28-Aug-2011
    [120711_182221402][][ERROR] Invalid XSD string: 31-Jul-2011
    [120711_182221490][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_120711_182216594_fo_fo_1_.fo' is created.
    [120711_182221514][][PROCEDURE] XSL-T time used: 4730 msecs
    [120711_182221514][oracle.apps.xdo.template.FOProcessor][STATEMENT] Calling FOProcessingEngine.process()
    [120711_182221514][][STATEMENT] Using optimized xslt
    [120711_182221518][][STATEMENT] Temporary file created: /var/tmp/xdo8wXFrbYzan17047.tmp
    [120711_182221518][][STATEMENT] [ HTML GENERATOR ]---------------------------------------------
    [120711_182221518][][STATEMENT] XDO version = Oracle BI Publisher 10.1.3.4.1
    [120711_182221518][][STATEMENT] java.home = /applic/oracle/product/10.1.3/OracleAS_BIP_1/jdk/jre
    [120711_182221519][][STATEMENT] XDO_TOP = null
    [120711_182221519][][STATEMENT] Config Path = null
    [120711_182221519][][STATEMENT] Debug Cfg Path= /applic/oracle/product/10.1.3/OracleAS_BIP_1/jdk/jre/lib/xdodebug.cfg
    [120711_182221519][][STATEMENT] Font dir = /applic/oracle/product/10.1.3/OracleAS_BIP_1/jdk/jre/lib/fonts/
    [120711_182221519][][STATEMENT] Locale = en-AU
    [120711_182221520][][STATEMENT] [ HTML GENERATOR PROPERTIES ]----------------------------------
    [120711_182221520][][STATEMENT] fo-image-handling-ver=5.5
    [120711_182221520][][STATEMENT] html-css-base-uri=
    [120711_182221521][][STATEMENT] html-css-dir=null(not set)
    [120711_182221521][][STATEMENT] html-css-embedding=embed-to-header
    [120711_182221521][][STATEMENT] html-image-base-uri=
    [120711_182221521][][STATEMENT] html-image-dir=/applic/oracle/product/10.1.3/OracleAS_BIP_1/j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp/120711_18202
    8372
    [120711_182221521][][STATEMENT] html-output-body-only=false
    [120711_182221522][][STATEMENT] html-output-charset=UTF-8
    [120711_182221522][][STATEMENT] html-output-width-in-percentage=false
    [120711_182221522][][STATEMENT] html-outputtype=pseudo-excel
    [120711_182221522][][STATEMENT] html-replace-smartquotes=true
    [120711_182221522][][STATEMENT] html-show-footer=true
    [120711_182221523][][STATEMENT] html-show-header=true
    [120711_182221523][][STATEMENT] html-suppressed-line-height=false
    [120711_182221523][][STATEMENT] make-accessible=false
    [120711_182221523][][STATEMENT] system-temp-dir=/var/tmp/
    [120711_182221523][][STATEMENT] ------------------------------------------------------
    [120711_182222050][][STATEMENT] Rendering page [1]
    [120711_182222117][oracle.apps.xdo.common.font.FontFactory$FontDef][STATEMENT] Type1 font created: Helvetica
    [120711_182226564][][STATEMENT] Phase2 time used: 4514ms
    [120711_182227573][][STATEMENT] Continue rendering page [1]
    [120711_182231893][][PROCEDURE] FO+Gen time used: 10378 msecs
    [120711_182231893][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) is called.
    [120711_182231894][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) done. All inputs are cleared.
    [120711_182231894][oracle.apps.xdo.template.FOProcessor][STATEMENT] End Memory: max=989MB, total=495MB, free=36MB
    [120711_182231927][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] initConfig(): loading default properties :{}
    [120711_182231928][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): called with request type :ftp
    [120711_182231928][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): exiting
    [120711_182231930][oracle.apps.xdo.batch.DeliveryHelper][EXCEPTION] java.lang.NullPointerException
    at oracle.apps.xdo.batch.DeliveryHelper.getFtpDeliveryRequest(Unknown Source)
    at oracle.apps.xdo.batch.DeliveryHelper.addRequest(Unknown Source)
    at oracle.apps.xdo.batch.bursting.DocumentDelivery.addDeliveryRequest(Unknown Source)
    at oracle.apps.xdo.batch.bursting.DocumentDelivery.submitEnterpriseDeliveryRequest(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.endDocument(Unknown Source)
    at oracle.xml.parser.v2.XMLContentHandler.endDocument(XMLContentHandler.java:119)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:311)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:263)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.process(Unknown Source)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.java:2055)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:371)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    [120711_182231930][oracle.apps.xdo.delivery.ftp.FTPDeliveryRequest][STATEMENT] submit(): Called
    [120711_182231931][oracle.apps.xdo.batch.DeliveryHelper][EXCEPTION] oracle.apps.xdo.delivery.DeliveryException: Document file or input stream is not set.
    at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(Unknown Source)
    at oracle.apps.xdo.batch.DeliveryHelper.submitRequests(Unknown Source)
    at oracle.apps.xdo.batch.bursting.DocumentDelivery.submitEnterpriseDeliveryRequest(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.endDocument(Unknown Source)
    at oracle.xml.parser.v2.XMLContentHandler.endDocument(XMLContentHandler.java:119)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:311)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:263)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.process(Unknown Source)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.java:2055)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:371)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    [120711_182231933][][STATEMENT] Default write connection pool max:20, min:10, total:10, available:8
    [120711_182232025][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [120711_182232027][][STATEMENT] /applic/oracle/product/10.1.3/OracleAS_BIP_1/j2ee/home/applications/xmlpserver/xmlpserver/xdo/tmp//120711_182028372 deleted s
    uccessfully...
    [120711_182232028][][STATEMENT] [ID:11401] Time elapsed for bursting : 136107, time from beggining : 136215
    [120711_182232028][][STATEMENT] [ID:11401] Time elapsed for notification : 0, time from beggining : 136215
    [120711_182232029][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:11401] Scheduler finished the job. Exiting...
    Thanks & Regards

  • Error on Bursting Report for BI Publisher

    hi all,
    i am getting the following error when i am bursting the report for BI Publisher.
    * Nested Exception (Underlying Cause) ---------------
    oracle.apps.xdo.servlet.scheduler.ProcessingException: java.lang.NullPointerExce
    ption
    at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.jav
    a:2116)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:358)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j
    ava:520)
    Caused by: java.lang.NullPointerException
    at com.sun.java.util.collections.Hashtable.get(Hashtable.java:321)
    at oracle.apps.xdo.batch.bursting.ProcessEnterpriseDocument.processLayou
    t(Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(Unkno
    wn Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(
    Unknown Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.endDocument(Unknown Sou
    rce)
    at oracle.xml.parser.v2.XMLContentHandler.endDocument(XMLContentHandler.
    java:119)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingP
    arser.java:311)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:263)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(Unknown
    Source)
    at oracle.apps.xdo.batch.BurstingProcessorEngine.process(Unknown Source)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.jav
    a:2008)
    ... 3 more
    Kindly Help..
    Thanks.

    Thanks alot Guru for u r reply, i am attaching more Details regarding my error.
    In Reporting options i gave
    Reporting folder CCB
    Reporting server:BIPUbliser url
    Reporting password:Admin     
    Reproting userid:Admin
    I already configured Bill Display Algorithm OBLD_CRYS in installation-frame work
    Now i am getting the error the value in the field is not a valid value for the field.
    In Console I am getting the error '
    SYSUSER - 612791-31-1 2011-05-26 11:32:21,709 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR (schema.rules.BusinessObjectRuleProcessor$Factory) There is more th
    an 1 MO for the service 'CILCSVAP': MaintenanceObject_Id(SA), MaintenanceObject_Id(CM_CONT), using 1st one 'MaintenanceObject_Id(SA)'
    <May 26, 2011 11:32:22 AM IST> <Error> <HTTP> <BEA-101020> <[ServletContext@4736418[app:SPLWeb module:/spl path:/spl spec-version:2.5]] Servlet failed with Exception
    com.splwg.shared.common.ApplicationError: (Server Message)
    Category: 3
    Number: 501
    Call Sequence: ;CIPCSVAP
    Program Name: CIPCSVAP
    Text: You are not allowed access (directly/indirectly) to this account.
    Description: Please contact your security administrator to check your security for this account.
    Table:
    Field:
    at com.splwg.base.support.context.FrameworkSession.addError(FrameworkSession.java:1177)
    at com.splwg.base.support.context.FrameworkSession.addError(FrameworkSession.java:1158)
    at com.splwg.base.support.cobol.CobolSubprogram.populateError(CobolSubprogram.java:142)
    at com.splwg.base.support.cobol.CobolSubprogram.checkForErrors(CobolSubprogram.java:94)
    at com.splwg.base.support.cobol.AbstractCobolProgram$CallCobolClosure.run(AbstractCobolProgram.java:214)
    Truncated. see log file for complete stacktrace

  • Bursting and Delivery on BIP EE

    Hello all,
    I'm using the BIP EE (standalone) version 10.1.3.4.1 (build:1145).
    I'm trying to create the 2 pdf files and upload them to the FTP directory '/inbox/'.
    the Data model query:
    select 'SUPPLIER1' supplier from dual
    union
    select 'SUPPLIER2' supplier from dual
    the Bursting query:
    SELECT SUPPLIER KEY,
    'dev_bur' TEMPLATE,
    'RTF' TEMPLATE_FORMAT,
    'en-US' LOCALE,
    'PDF' OUTPUT_FORMAT,
    'FTP' DEL_CHANNEL,
    'ftp.my-server.com' PARAMETER1,
    'dev' PARAMETER2,
    '123' PARAMETER3,
    'inbox/' PARAMETER4,
    'tsflog_'|| SUPPLIER ||'.pdf' PARAMETER5
    FROM (select 'SUPPLIER1' supplier from dual
    union
    select 'SUPPLIER2' supplier from dual)
    I'm using the delivery and bursting from the "Schedule" button and the Run emmidiatelly option.
    Does any one have a successfully pdf file uploaded to the FTP?
    Can any one suggest me where is the problem?
    The delivery and Burst return with the following errors:
    LOG Part:
    [043010_141400782][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): called with request type :ftp
    [043010_141400794][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): exiting
    ERROR:
    [043010_141400795][oracle.apps.xdo.batch.DeliveryHelper][EXCEPTION] java.lang.NullPointerException
         at oracle.apps.xdo.batch.DeliveryHelper.getFtpDeliveryRequest(Unknown Source)
         at oracle.apps.xdo.batch.DeliveryHelper.addRequest(Unknown Source)
         at oracle.apps.xdo.batch.bursting.DocumentDelivery.addDeliveryRequest(Unknown Source)
         at oracle.apps.xdo.batch.bursting.DocumentDelivery.submitEnterpriseDeliveryRequest(Unknown Source)
    In addition:
    I've tried to upload file using the "Send" button. The file have been successfully uploaded to the ftp. But the file is corrupted, i.e. can't be readable in the PDF reader. seems the the file was uploaded using the non-binary mode.
    Thanks in advance!
    Eldar.A.

    Hi all,
    within the delivery note specification the FTP Server name has been set the same to the IP address.
    For example:
    OLD
    FTP server name: Test
    IP: 1.1.1.1
    Port:21
    NEW
    FTP server name: 1.1.1.1
    IP: 1.1.1.1
    Port:21
    Then issue was resolved.
    Please, refer to the SR# 3-1488517361.
    with regards,
    Eldar A.

  • XML Publisher Report Bursting Program

    is there a simple test to ensure this is working ?
    I have tried creating and running with a burst control file, but it errors.
    I want to ensure that everything works before I go back to square 1

    thanks, but same problem
    concurrent manager log shows
    Updating request description
    Retrieving XML request information
    Preparing parameters
    Set Bursting parameters..
    Start bursting process..
    --Exception
    null
    java.lang.NullPointerException
         at oracle.apps.xdo.batch.BurstingProcessorEngine.process(BurstingProcessorEngine.java:915)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:269)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    Output post processor shows
    8/21/09 12:36:37 PM] [7984683:RT1491287] XML Publisher post-processing action complete.
    [8/21/09 12:36:37 PM] [7984683:RT1491287] Completed post-processing actions for request 1491287.
    [8/21/09 12:38:01 PM] [OPPServiceThread0] Post-processing request 1491288.
    [8/21/09 12:38:01 PM] [7984683:RT1491288] Executing post-processing actions for request 1491288.
    [8/21/09 12:38:01 PM] [7984683:RT1491288] Starting XML Publisher post-processing action.
    [8/21/09 12:38:01 PM] [7984683:RT1491288]
    Template code: BURST_STATUS_REPORT
    Template app: XDO
    Language: en
    Territory: US
    Output type: PDF
    [8/21/09 12:38:02 PM] [UNEXPECTED] [7984683:RT1491288] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:517)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:224)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:177)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1657)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:967)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5888)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3438)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3527)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:247)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XMLParseException: Start of root element expected.
         at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:324)
         at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:319)
         at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:281)
         at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:266)
         ... 17 more
    [8/21/09 12:38:02 PM] [7984683:RT1491288] Completed post-processing actions for request 1491288.

  • BI Publisher report bursting problem

    I am not able to make my report burst to separate files for ftp delivery. I am running BI Publisher version 10.1.3.4.1 (stand-alone). My data query looks like this:
    select a.agency_id, b.borr_name
    from agency_tbl a, borr_tbl b
    where a.rpt_date >= 20100101 and a.rpt_date <= 20100110
    and a.borr_id = b.borr_id
    and a.agency_id in (80013,80019)
    order by a.agency_id, b.borr_name
    My bursting/delivery query looks like this:
    select agency_id "KEY",
    'mytemplate' as TEMPLATE,
    'RTF' TEMPLATE_FORMAT,
    'en-US' LOCALE,
    'PDF' OUTPUT_FORMAT,
    'FTP' DEL_CHANNEL,
    'myserver' PARAMETER1,
    'myid' PARAMETER2,
    'mypwd' PARAMETER3,
    '/home1/web-docs-443/files/pdffiles' PARAMETER4,
    convert(varchar,agency_id) || '.pdf' PARAMETER5
    from agency_tbl
    where agency_id in (80013,80019)
    and rpt_date >= 20100101 and rpt_date <= 20100110
    (I have to put "KEY" in quotes because my database is sybase, and KEY is a reserved word.)
    I have verified that both queries return data (6 records each, no null agency_id keys).
    The goal is to create a file for each agency that lists their associated borrowers.
    I can view the report without problems. But when I schedule the report and enable bursting, I get the "Job was failed" email notification, and the report history shows this:
    Job Execution Information
    History ID 218
    Status Failed
    Start Processing Time 3/21/11 10:27 AM
    End Processing Time 3/21/11 10:27 AM
    Time Elapsed 1.68 sec
    System Message oracle.apps.xdo.servlet.scheduler.ProcessingException: java.lang.NullPointerException
         at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.java:2116)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:358)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Caused by: java.lang.NullPointerException
         at com.sun.java.util.collections.Hashtable.containsKey(Hashtable.java:300)
         at oracle.apps.xdo.batch.bursting.DeliveryXMLParser.processRow(Unknown Source)
         at oracle.apps.xdo.batch.bursting.DeliveryXMLParser.endDeliveryInfoElement(Unknown Source)
         at oracle.apps.xdo.batch.bursting.DeliveryXMLParser.endElement(Unknown Source)
         at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:210)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1318)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:263)
         at oracle.apps.xdo.batch.bursting.DeliveryXMLParser.getDeliveryChannels(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.createEnterpriseReportRequest(Unknown Source)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.setDeliveryControlFile(Unknown Source)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.java:1916)
         ... 3 more
    Bursting Definitions
    Bursting Node /ROWSET/ROW/agency_id
    Delivery Node /ROWSET/ROW/agency_id
    Any help will be greatly appreciated. This has me stumped . . . I am out of ideas.

    What caused our bursting problem:
    We had to put the word "KEY" in quotes (in our bursting query), because KEY is a reserved word in sybase. But putting it in quotes caused a problem - the results of the bursting query did not contain a "KEY" tag.
    . . . And the solution:
    We added the connection property "GET_COLUMN_LABEL_FOR_NAME=true" to our sybase datasource definition. Many thanks to Tim Dexter, and to Paul from the sybase forums (http://newsgroupstats.info/article/forums.sybase.com/sybase.public.jconnect/2308/Column-aliases-not-working.html) c. 2007.
    And thanks again to Jorge for the helpful suggestion.
    Steve Z.

Maybe you are looking for