Custom XML Publisher Reports in EBS 11.5.10.2 Fails Randomly

Hi Experts,
I have a Custom XML PUblisher Report Concurrent Program in EBS 11.5.10.2.
The Report fails randomly with a Warning. I get the following error,
[11/21/08 12:17:21 PM] [UNEXPECTED] [915997:RT3085490] java.io.FileNotFoundException: /u01/PROD/prodcomn/admin/out/PROD_irl-dub-finmdt-01/o3085490.out (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:229)
at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
As you can the OPP fails to find the o3085490.out file in the $APPLCSF/$APPLOUT directory and actually the file is not there in the unix box on that location.
If the same report is submitted again it Works fine, But not at all times.. some of them fails with the above error message.
Any pointers to solve this one.
Regards

Hi,
We are on Multi-node set up with two middle-tiers with a load balancing option Yes.
The XML Publisher Version is 5.6.0. Is it required to move to 5.6.3 ?
Please find a detailed explaination of the issue.
Issue
XML Publisher Reports Fails Randomly in Production
Detailed Explaination
XML Publisher Reports submitted in Production completes with Warning. You can say 1 out of 4 requests submitted in a sequence will fail.
The Log message of the COncurent Program is something like this,
------------- 1) PUBLISH -------------
Beginning post-processing of request 3091786 on node IRL-DUB-FINMDT-01 at 23-NOV-2008 15:36:58.
Post-processing of request 3091786 failed at 23-NOV-2008 15:36:58 with the error message:
One or more post-processing actions failed. Consult the OPP service log for details.
Checking the Output Post Processor Log gives the following message
[11/23/08 6:25:01 PM] [UNEXPECTED] [925353:RT3092523] java.io.FileNotFoundException: /u01/PROD/prodcomn/admin/out/PROD_irl-dub-finmdt-01/o3092523.out (No such file or directory)
     at java.io.FileInputStream.open(Native Method)
     at java.io.FileInputStream.<init>(FileInputStream.java:106)
     at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:229)
     at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
Its evident from the message the output file for the request is not generated.
Some Findings to pass on to Version 1
1. Report in not picked up for execution in this case as even the first statement is not executed and there is no oracle session and os process asscociated with it.
I enabled trace and the trace was generated only for the successful ones and it was never generated for the ones completed with warning.
2. The below query gives no values for the failed concurrent request, where as all successful ones have valid values.
SELECT oracle_process_id,oracle_session_id,os_process_id
FROM fnd_concurrent_requests
WHERE request_id = 3091786
Regards

Similar Messages

  • XML Publisher Report in EBS without Standard Oracle Report

    Hi folks ,
    i have some questions.
    Can I create a XML Publisher Report for the EBS without a Standard Oracle Report in EBS.
    So that I can build up the files with the Desktop Publisher, create Data Definition / Template with Upload / Create the executable und concurrent and than only start the new program in EBS ?
    I have the situation that I can start my program with the template in the background but ít is searching for the report on the file system.
    Thanks in advance for the feedback.
    regards
    Kay

    Hi Ravi ,
    can i do it only with the xml Publisher , because when i tried it in the past and get all the staff like Template / DD / CP up and running and started the CR i get an error from the system that he is missing a report directly in the file system... so he searched for the report himself on system like a standard 6i Report. But the template and the dd is stored in the db. So my question again, can I use the XML Puplisher without a Standard Report or can i use a dummy file only for checking and after that he use my template / dd.
    regards
    Kay

  • Calling a xml publisher report from Ebs - question

    Hi,
    I know how to call a xml report from ebs using concurrent manager. But i want to open it from a form in application.
    My situation is this:
    There is a form in the payables modelue, where i search for all the invoices.
    There is also a button action in this form wich take the id of the row in wich it is my position and open a rtf raport with this id.
    What i need to do is to call my xml report in this button . To pass my raport the id of the row in wich i am and open my report with paramateres.
    Can this be done? Has anyone tried this before?
    Thanks in advance,
    Best regards

    Hi,
    You can use FND_REQUEST.SUBMIT_REQUEST for submitting the report. The syntax is as follows:
    function FND_REQUEST.SUBMIT_REQUEST
    (application IN varchar2 default NULL,
    program IN varchar2 default NULL,
    description IN varchar2 default NULL,
    start_time IN varchar2 default NULL,
    sub_request IN boolean default FALSE
    argument1,
    argument2, ..., argument99,
    argument100) return number;
    Here is the code that I used for submitting XML Report Publisher from within my Oracle Report's AfterReport trigger. The parameters are explained.
    a:=FND_REQUEST.SUBMIT_REQUEST('XDO', 'XDOREPPB','Varun XML Report Printing', NULL, FALSE, :P_CONC_REQUEST_ID , 'MYONT','MY_PREPACK_XML','en-US' ,'N', 'RTF', :p_output_format,NULL, NULL, NULL, NULL,
    NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL );
    srw.message(123,'Value of New Request : ' || a ||' Output Format :'||:p_output_format);
    Hope it helps.
    Thanks
    Varun

  • XML Publisher report in EBS - Parameter Form Problem

    Hi,
    XML Publisher is a very powerful tool for report developing.
    In EBS, we have some efficient issue for showing the parameter form when submit a concurrent program.
    If the report is D2K Report or PL/SQL script, when submit a request, it almost shows the parameter form immediately after entering the name of the concurrent program.
    But if the report output is XML and generate report using XML Publisher, it takes about 1 minutes to show the parameter form.
    Is there any setting should be tuning in our environment or some patches should be applied??
    Thanks in advance.
    Best regards,
    Zhxiang.

    Hi All,
    Is there any suggestion, for the issue that t takes long time to show the parameter form?
    Thanks in advance,
    Zhxiang

  • Can we use xml Publisher reporting for sql* Plus in EBS

    Hello All,
    The current report is designed in Sql* Plus Executable report and the output is in txt format, Now the requirement is to have the output in Excel format.
    So is it possible to use the xml reporting and make the output as Excel from the word template we design from MSword as we do for rdf(I have done few reports created in rdf to xml publisher reports in EBS and stand alone as well.).
    Do the same procedure will suit for Sql*Plus reports tooo or Is there any work around to achieve this.
    Thanks and Regards
    Balaji.

    Hi
    Thanks for the reply..
    I tried to do the follwoing
    1. changed the output to xml in the conc. prog.
    2. ran the same report but i am getting the follwoing error in the output file
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    Invalid at the top level of the document. Error processing resource
    Other reports which are using the Oracle Reports(rdf) as source, i am able to generated the xml as expected....
    So my question is whether we can use sql* reports executable and generate xml in the conc.prog.
    if any one has used the sql*reports for xml publisher reporting... please let me know, so that if its possible i will check my sql needs some validation or tuning...
    thanks in advance
    Balaji.

  • 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

  • Excel Output problem with XML Publisher Report

    Hi Experts,
    I am working on XML Publisher report with EBS 11i and database 9i. My XML Report output type is EXCEL, i have below issue with the output.
    I have column 'quantity' with xml tag <?QUANTITY?>.
    In the XML file it's showing the value '028' for quantity, but when i open the output in EXCEL, it's showing up '28', removing leading zero. I want to show the data in EXCEL also '028'. Could somebody help me how to print the XML Tag value as it is in EXCEL output.
    Thanks in advance.

    Hi, try using this in your template.
    <fo:bidi-override direction="ltr" unicode-bidi="bidi-override"><?QUANTITY?></fo:bidi-override>

  • Send an email to a mail box when generate a xml publisher report in R12

    Dears,
    I faced a tough problem about xml publisher, there is a user's requirement, they want to send an email to a common mail box after user run the xml publisher report in EBS R12 instance, and they can check the report in mail box, I have not met any reuqirement like this before, so anybody has the experience about this? and please kindly share it with me, thanks a lot.
    It seems I need upload the rtf file or xml file to a directory and then system will send the mail automaticlly, but I do not know the detail information.
    Best Regards
    Spark

    Hi Spark;
    Please check below thread which could be helpful for your issue:
    Concurrent Request Output via email
    Re: concurrent ouput to email
    Regard
    Helios

  • Calling XML Publisher report(RDF based) From OAF

    Hi All,
    I have requirement where i need to call one of the custom XML Publisher report from oaf by passing the parameters.
    and i dnt want this using concurrent program.
    I have an idea of calling xml publisher report which is Data Template based(XML).
    http://oracle-hack.blogspot.ae/2012/04/launching-xml-publisher-from-oa.html
    but in my case the report is RDF based.
    They are generating the XML using one of the custom rdf. How can we achieve this?
    Please help.

    Hi,
    Thanks for the reply.
    Yeah yes. this method i know in my case the Custom XML Report is based on a rdf.
    So just i want to know it can be achievable ir not? if so how?
    Thanks
    Bharat

  • 11i EBS XML Publisher Report with Multiple Data Source

    I need to create XML Publisher report in 11i EBS pulling data from another 10.7 EBS Instance as well as 11i EBS in single report.
    I am not allowed to create extract or use db links.
    My problem is how to create Data Source Connection using Java Concurrent Program.
    The approach I am trying is
    1. create Java concurrent program to establish connection to 10.7 instance.
    2. Will write the SQL queries in Data Tempalete with 2 Data Source 1 for 11i EBS and 2 for 10.7 EBS
    3. Template will show the data from both query in 1 report..
    Is there any other way to proceed using datasource API...
    thanks

    option1:
    The query should be same @ detail level, only the template has to be different for summary and details.
    @runtime, user can choose to see the detail/summary
    Disadvantage, if the data is huge,
    advantage , only one report.
    option2:
    create two separate reports summary and details
    and create diff data and diff layout and keep it as different report
    Advantage, query will perform based on the user run report, summary/detail, so that you can write efficient query.
    Dis advantage , two reports query/template to be maintained.

  • Running custom BI (XML) publisher report from BPEL

    We would like to run a custom BI publisher (XML publisher) report from BPEL process and the resultant PDF report output needs to be FTPed to specific location. BPEL can pass on the XML content required for the report.
    Is this possible or any workaround for this ?

    Any light on this ?

  • XML Publisher report to view as a self service page in EBS R12

    Hi All,
    I would like to show my XML publisher report as a self service page. What are the different methods in which i can show these reports. I would like to just click the function of the responsibility and see the report as a page.
    Your suggestions would be appreciable. Thanks in advance.
    Regards,
    Boris

    Hi All,
    I would like to show my XML publisher report as a self service page. What are the different methods in which i can show these reports. I would like to just click the function of the responsibility and see the report as a page.
    Your suggestions would be appreciable. Thanks in advance.
    Regards,
    Boris

  • XML Publisher Report Finished in Warning 11i EBS HRMS

    Hi there
    I have developed XML Publisher Report using Developer 6i Data Module, this report works fine for specific sets of records. but When I run this report for All Companies This Report Finished in Warning.
    Note: XML Data is generated in this report I can see the XML Data in explorer.
    This report is for Oracle 11.5.10.2 (HRMS)
    Oracle XML Publisher 5.6 Build 45
    ++++++++++++
    AND When I load this XML file into Template at MS Word, I loaded Successfully and When I try to get the PREVIEW, I GET the following ERROR
    Font Dir: C:\Program Files\Oracle\XML Publisher Desktop\Template Builder for Word\fonts
    Run XDO Start
    RTFProcessor setLocale: en-us
    FOProcessor setData: M:\ATCO\Disco\Employee Profile Report\Defect\119\XXPEREMPPROFILE4.xml
    FOProcessor setLocale: en-us
    Regards
    ASIM

    Is the XML file Complete with all tags closed? Issues with Oracle prevent the completion of the XML file. It truncates in between and hence is not parsed successfully by the XML Template.
    Also, try setting the following to 'TRUE' under XML Publisher Administrator>Administration Tab
    1) Use XML Publisher's XSLT processor.
    2) Enable scalable feature of XSLT processor.
    3) Enable XSLT runtime optimization.
    Thanks, Naveen Gagadam.

  • XML Publisher Patch 9501440 EBS 11i

    Hello
    Is there any body faced any problem when apply XML Publisher Patch 9501440?
    Bursting Program does not find File...
    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
    *************LOG FILE Messages START ****************************
    XDOBURSTREP module: XML Publisher Report Bursting Program
    Current system time is 08-NOV-2010 17:02:08
    1.007: [GC 1.007: [DefNew: 1792K->191K(1984K), 0.0192655 secs] 1792K->243K(6080K), 0.0195205 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
    1.787: [GC 1.788: [DefNew: 1983K->45K(1984K), 0.0277442 secs] 2035K->283K(6080K), 0.0279352 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
    2.562: [GC 2.562: [DefNew: 1837K->192K(1984K), 0.0253611 secs] 2075K->597K(6080K), 0.0255568 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
    3.462: [GC 3.462: [DefNew: 1984K->130K(1984K), 0.0209697 secs] 2389K->713K(6080K), 0.0211647 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
    4.266: [GC 4.266: [DefNew: 1922K->97K(1984K), 0.0168747 secs] 2505K->809K(6080K), 0.0170602 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
    5.123: [GC 5.123: [DefNew: 1889K->192K(1984K), 0.0284309 secs] 2601K->1253K(6080K), 0.0286286 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
    5.909: [GC 5.909: [DefNew: 1957K->192K(1984K), 0.0116465 secs] 3018K->1567K(6080K), 0.0118526 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
    5.943: [GC 5.944: [DefNew: 1973K->162K(1984K), 0.0029086 secs] 3349K->1664K(6080K), 0.0030941 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
    5.970: [GC 5.970: [DefNew: 1951K->1K(1984K), 0.0025240 secs] 3452K->1504K(6080K), 0.0027056 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
    5.993: [GC 5.993: [DefNew: 1781K->35K(1984K), 0.0020896 secs] 3284K->1537K(6080K), 0.0022733 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
    6.651: [GC 6.651: [DefNew: 1827K->119K(1984K), 0.0065788 secs] 3329K->1622K(6080K), 0.0067660 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
    6.843: [GC 6.843: [DefNew: 1911K->54K(1984K), 0.0077538 secs] 3414K->1670K(6080K), 0.0079373 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
    7.056: [GC 7.057: [DefNew: 1846K->99K(1984K), 0.0033575 secs] 3462K->1715K(6080K), 0.0035395 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
    7.228: [GC 7.229: [DefNew: 1891K->82K(1984K), 0.0054213 secs] 3507K->1750K(6080K), 0.0056144 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]
    7.351: [GC 7.351: [DefNew: 1874K->137K(1984K), 0.0046116 secs] 3542K->1805K(6080K), 0.0047993 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
    7.469: [GC 7.470: [DefNew: 1929K->100K(1984K), 0.0043573 secs] 3597K->1843K(6080K), 0.0045445 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
    7.632: [GC 7.632: [DefNew: 1892K->192K(1984K), 0.0134389 secs] 3635K->2308K(6080K), 0.0136347 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
    XML/BI Publisher Version : 5.6.3
    Request ID: 17676203
    All Parameters: ReportRequestID=17674892:DebugFlag=Y
    Report Req ID: 17674892
    Debug Flag: Y
    Updating request description
    Updated description
    Retrieving XML request information
    Node Name:ATFAPT02
    Preparing parameters
    null output =/oracle/appl/orad1at2/product/comn/admin/out/o17676203.out
    8.464: [GC 8.464: [DefNew: 1984K->192K(1984K), 0.0184990 secs] 4100K->2509K(6080K), 0.0186945 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
    inputfilename =/oracle/appl/orad1at2/product/comn/admin/out/o17674892.out
    Data XML File:/oracle/appl/orad1at2/product/comn/admin/out/o17674892.out
    Set Bursting parameters..
    Bursting propertes.....
    {user-variable:cp:territory=US, PRT00814.pdf-stream-divider-max-output-size=65536000, user-variable:cp:ReportRequestID=17674892, user-variable:cp:language=en, user-variable:cp:responsibility=20420, pdf-stream-divider-max-output-size=65536000, user-variable.OA_MEDIA=http://d1at2.abc.ca:8010/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=Y, user-variable:cp:parent_request_id=17674892, user-variable:cp:locale=en-US, user-variable:cp:user=URU4.ASHAFI, user-variable:cp:application_short_name=XDO, system-temp-dir=/oracle/appl/orad1at2/product/comn/temp, user-variable:cp:request_id=17676203, user-variable:cp:org_id=43, user-variable:cp:reportdescription=XXPAY Database Audit Series Change Register}
    Start bursting process..
    9.208: [GC 9.208: [DefNew: 1984K->142K(1984K), 0.0167699 secs] 4301K->2645K(6080K), 0.0169704 secs] [Times: user=0.01 sys=0.01, real=0.02 secs]
    [110810_050218008][][STATEMENT] /oracle/appl/orad1at2/product/comn/temp
    [110810_050218063][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:territory : value=>US
    [110810_050218063][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:ReportRequestID : value=>17674892
    [110810_050218064][][STATEMENT] BurstingProcessor:Property Key=>PRT00814.pdf-stream-divider-max-output-size : value=>65536000
    [110810_050218064][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:language : value=>en
    [110810_050218065][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:responsibility : value=>20420
    [110810_050218065][][STATEMENT] BurstingProcessor:Property Key=>user-variable.OA_MEDIA : value=>http://d1at2.abc.ca:8010/OA_MEDIA
    [110810_050218066][][STATEMENT] BurstingProcessor:Property Key=>burstng-source : value=>EBS
    [110810_050218066][][STATEMENT] BurstingProcessor:Property Key=>pdf-stream-divider-max-output-size : value=>65536000
    [110810_050218066][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:DebugFlag : value=>Y
    [110810_050218067][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:locale : value=>en-US
    [110810_050218067][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:parent_request_id : value=>17674892
    [110810_050218068][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:user : value=>URU4.ASHAFI
    [110810_050218068][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:application_short_name : value=>XDO
    [110810_050218068][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:request_id : value=>17676203
    [110810_050218069][][STATEMENT] BurstingProcessor:Property Key=>system-temp-dir : value=>/oracle/appl/orad1at2/product/comn/temp
    [110810_050218069][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:org_id : value=>43
    [110810_050218070][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:reportdescription : value=>XXPAY Database Audit Series Change Register
    [110810_050218071][][STATEMENT] Inside burstingConfigParser
    [110810_050218073][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: startDocument is entered <========================
    [110810_050218095][][STATEMENT] ATTR_TEMPLATE_FIELD_ALIAS:null
    9.325: [GC 9.325: [DefNew: 382K->38K(1984K), 0.0116621 secs]9.337: [Tenured[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor2]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]
    : 2642K->2080K(4096K), 0.2945164 secs] 2885K->2080K(6080K), 0.3065072 secs] [Times: user=0.32 sys=0.02, real=0.31 secs]
    [110810_050218555][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: startDocument is entered <========================
    [110810_050218572][][STATEMENT] Template Location:xdo://XX.XXPAY048RPT.en.00/?getSource = true
    [110810_050218605][][STATEMENT] url:xdo://XX.XXPAY048RPT.en.00/?getSource = true
    [110810_050218606][][STATEMENT] mUrl:xdo://XX.XXPAY048RPT.en.00/?getSource = true
    [110810_050218686][oracle.apps.xdo.oa.schema.server.TemplateInputStream][STATEMENT] initStream(): mProps is null
    [110810_050218689][oracle.apps.xdo.oa.schema.server.TemplateInputStream][STATEMENT] initStream(): xdo.TemplateValidation: null
    [110810_050218689][oracle.apps.xdo.oa.schema.server.TemplateInputStream][STATEMENT] initStream(): template validation is on
    [110810_050218880][][STATEMENT] initConfig(): config file used :null
    [110810_050218881][][STATEMENT] initCustomFactories(): loading custom delivery channels :{}
    [110810_050218881][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] initConfig(): loading default properties :{}
    [110810_050218882][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): called with request type :smtp_email
    10.191: [GC 10.192: [DefNew: 1792K->157K(1984K), 0.0124028 secs] 5872K->4238K(6080K), 0.0125942 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
    [110810_050218994][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): exiting
    [110810_050219092][oracle.apps.xdo.batch.DeliveryHelper][EXCEPTION] java.io.FileNotFoundException: /oracle/appl/orad1at2/product/comn/temp/110810_050218056/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.batch.DeliveryHelper.getEmailDeliveryRequest(DeliveryHelper.java:221)
         at oracle.apps.xdo.batch.DeliveryHelper.addRequest(DeliveryHelper.java:466)
         at oracle.apps.xdo.batch.bursting.DocumentDelivery.addDeliveryRequest(DocumentDelivery.java:204)
         at oracle.apps.xdo.batch.bursting.DocumentDelivery.submitCoreDeliveryRequests(DocumentDelivery.java:143)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(BurstingProcessorEngine.java:3326)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(BurstingProcessorEngine.java:2165)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstDocument(BurstingProcessorEngine.java:2102)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.globalDataEndElement(BurstingProcessorEngine.java:2025)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(BurstingProcessorEngine.java:1145)
         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:201)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(BurstingProcessorEngine.java:2206)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingEndElement(BurstingProcessorEngine.java:1835)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(BurstingProcessorEngine.java:1148)
         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:227)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingConfigParser(BurstingProcessorEngine.java:974)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.process(BurstingProcessorEngine.java:917)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    [110810_050219094][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] submit(): Called
    [110810_050219095][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] setDefaultServerProperties(): No default server found for this request type: smtp_email
    [110810_050219096][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] setDefaultServerProperties(): properties defined in this request.
    [TEMP_DIR:String] [oracle/appl/orad1at2/product/comn/temp/110810_050218056]
    [ASYNC_CHECK_INTERVAL:Integer] [60000]
    [HOST:String] [is053.abc.com]
    [SMTP_TO_RECIPIENTS:String] [[email protected]]
    [SMTP_ENCODING:String] **
    [SMTP_CONTENT_TYPE:String] [text/html;charset=UTF-8]
    [SMTP_SUBJECT:String] [- ]
    [BUFFERING_MODE:Boolean] [true]
    [SMTP_FROM:String] []
    [TEMP_FILE_PREFIX:String] [dlvr]
    [PORT:Integer] [(java.lang.Integer]
    [RETRY:Integer] [0]
    [SMTP_ATTACHMENT:Attachment] [(oracle.apps.xdo.delivery.smtp.Attachment]
    [RETRY_INTERVAL:Integer] [60000]
    [TEMP_FILE_SUFFIX:String] [.tmp]
    [SMTP_ATTACHMENT_FIRST:Boolean] [(java.lang.Boolean]
    [SMTP_REPLY_TO:String] [[email protected]]
    [SMTP_CHARSET:String] [UTF-8]
    [ASYNC_TIMEOUT:Integer] [86400000]
    [110810_050219097][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] submit(): BUFFERING_MODE is ON.
    [110810_050219097][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] submit(): TEMP_DIR found, start document buffering : /oracle/appl/orad1at2/product/comn/temp/110810_050218056
    [110810_050219098][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] backupDocument(): Starting document buffering.
    [110810_050219133][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] backupDocument(): Creating temporary file for buffering : /oracle/appl/orad1at2/product/comn/temp/110810_050218056/dlvrt6raN7DEYH26913.tmp
    [110810_050219137][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] backupDocument(): 1528 bytes have been written to the temporary file.
    [110810_050219137][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] filterDocument(): Starting document preprocessing.
    [110810_050219137][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] filterDocument(): No native command found for preprocessing, exiting.
    [110810_050219138][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] backupDocument(): Finished document buffering.
    [110810_050219138][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] submit(): Start reading the buffered document file. : /oracle/appl/orad1at2/product/comn/temp/110810_050218056/dlvrt6raN7DEYH26913.tmp
    [110810_050219139][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] submit(): Calling DeliveryRequestHandler.submitRequest()
    [110810_050219139][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler][STATEMENT] submitRequest(): called
    [110810_050219140][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler][STATEMENT] submitRequest(): This request has never been submitted before.
    [110810_050219161][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] Start parsing HTML file...(filename:null)(current dir:null)
    [110810_050219163][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] 1th <img>/<embed> tag - Beginning of the tag.
    [110810_050219163][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] 1th <img>/<embed> tag - Reached the end of the tag.
    [110810_050219164][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] 1th <img>/<embed> tag - Original image src :
    [110810_050219164][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] 1th <img>/<embed> tag - source is NOT reachable. Value will be used as is.
    [110810_050219166][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] Reached the end of InputStream.
    [110810_050219171][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Adding an attachment ...[filename]=[null], [content-type]=[text/html], [index]=[-1], [disposition]=[null]
    [110810_050219173][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Character set for MIME headers : UTF-8
    [110810_050219173][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Character encoding for MIME headers : B
    [110810_050219174][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Exiting addAttachment()
    [110810_050219174][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT]
                        <html>
                             <head>
                                  <style type="text/css">
                                       body {font-family:Arial}
                                  </style>
                             </head>
                        <body>
    <!--                    <img src=""/>
    -->
    ---------------------------------------------------------- Oracle----------------------------------------------------------------
    System Administrator Action:
    Not applicable.
    Regards
    The information transmitted is intended only for the addressee and may contain confidential,
    proprietary and/or privileged material. Any unauthorized review, distribution or other use of
    or the taking of any action in reliance upon this information is prohibited. If you received
    this in error, please contact the sender and delete any copies.
    </body></html>
    [110810_050219267][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler][STATEMENT] submitRequest(): Character set for MIME headers : UTF-8
    [110810_050219267][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler][STATEMENT] submitRequest(): Character encoding for MIME headers : B
    [110810_050219282][oracle.apps.xdo.batch.DeliveryHelper][EXCEPTION] javax.mail.internet.AddressException: Illegal address in string ``''
         at javax.mail.internet.InternetAddress.<init>(InternetAddress.java:68)
         at oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler.submitRequest(SMTPDeliveryRequestHandler.java:747)
         at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(AbstractDeliveryRequest.java:1270)
         at oracle.apps.xdo.batch.DeliveryHelper.submitRequests(DeliveryHelper.java:627)
         at oracle.apps.xdo.batch.bursting.DocumentDelivery.submitCoreDeliveryRequests(DocumentDelivery.java:151)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(BurstingProcessorEngine.java:3326)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(BurstingProcessorEngine.java:2165)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstDocument(BurstingProcessorEngine.java:2102)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.globalDataEndElement(BurstingProcessorEngine.java:2025)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(BurstingProcessorEngine.java:1145)
         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:201)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(BurstingProcessorEngine.java:2206)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingEndElement(BurstingProcessorEngine.java:1835)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(BurstingProcessorEngine.java:1148)
         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:227)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingConfigParser(BurstingProcessorEngine.java:974)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.process(BurstingProcessorEngine.java:917)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    [110810_050219283][][EXCEPTION] Error!! Could not deliver the output for Delivery channel:null . Please check the Log for error details..
    10.512: [GC 10.512: [DefNew: 1204K->61K(1984K), 0.0072295 secs]10.520: [Tenured: 4232K->2292K(4352K), 0.2700526 secs] 5284K->2292K(6336K), 0.2776002 secs] [Times: user=0.28 sys=0.00, real=0.28 secs]
    [110810_050219578][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: endDocument is entered <========================
    [110810_050219580][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: endDocument is entered <========================
    Bursting process complete..
    Generating Bursting Status Report..
    --Exception
    /*oracle/appl/orad1at2/product/comn/temp/110810_050218056/xdo1_2.pdf (No such file or directory)*
    java.io.FileNotFoundException: /oracle/appl/orad1at2/product/comn/temp/110810_050218056/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:532)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:299)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    [110810_050219666][][STATEMENT] /oracle/appl/orad1at2/product/comn/temp/110810_050218056 deleted successfully...
    Heap
    def new generation total 1984K, used 199K [0xb1000000, 0xb1220000, 0xb4780000)
    eden space 1792K, 11% used [0xb1000000, 0xb1031d68, 0xb11c0000)
    from space 192K, 0% used [0xb11c0000, 0xb11c0000, 0xb11f0000)
    to space 192K, 0% used [0xb11f0000, 0xb11f0000, 0xb1220000)
    tenured generation total 6104K, used 4292K [0xb4780000, 0xb4d76000, 0xd0400000)
    the space 6104K, 70% used [0xb4780000, 0xb4bb10c0, 0xb4bb1200, 0xb4d76000)
    compacting perm gen total 12288K, used 7320K [0xd0400000, 0xd1000000, 0xd8400000)
    the space 12288K, 59% used [0xd0400000, 0xd0b26118, 0xd0b26200, 0xd1000000)
    ro space 8192K, 80% used [0xd8400000, 0xd8a73430, 0xd8a73600, 0xd8c00000)
    rw space 12288K, 59% used [0xd8c00000, 0xd9330510, 0xd9330600, 0xd9800000)
    *************LOG FILE Messages END****************************
    Thanks

    Hi Edmonton,
    Check the email address that you're trying to send to, from your log below:
    javax.mail.internet.AddressException: Illegal address in string ``''
    Regards,
    Gareth

  • XML PUBLISHER report in Excel out put problem

    Hi Experts,
    I have developed one XML report which output type is EXCEL in Oracle Application.
    I am getting some -ve value in the report so I need to do the trailing sign
    Menace for example I got a value -8645 I need to display the value like (8645).
    This functionality is working in PDF output but in EXCEL out put it is not working.
    Could any body please help me on this..
    Its Urgent .
    Thanks in Advance.

    Check this metalink notes, did you got any error..?
    Note: 364547.1 - Troubleshooting Oracle XML Publisher For The Oracle E-Business Suite
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=364547.1
    Note: 359875.1 - Cannot View Xml Publisher Report Output In Excel Format
    Note: 358296.1 - How To Produce Requests In Formats Of HTML, RTF, and Excel From XML Publisher
    Note: 850685.1 - Wrong Output Format In Xml Publisher Output
    Note: 727031.1 - XML Publisher Requests Always Get Defaulted to Output Format as PDF Whatever the Template Type is Set To
    Note: 337343.1 - Unable to View Excel Output File Created by XML Publisher
    Note: 401328.1 - Default Layout Format for XML Publisher Concurrent Request Is Always PDF
    Re: XML Publisher Server on EBS 11.5.10.2

Maybe you are looking for

  • Check void member

    Hi, I want to check if a member exists but I think I have an error in my script: m = member("titel." & group & "_" & pid) -- debugger says m = <void> if not(voidp(m)) then -- condition is true when m is <void>!? What am I doing wrong here? TIA

  • IDOC(ALEAUD01) to file...

    Hi .. we have a client requirment were they want the ALEAUD acknowledgement in the form of file. So we are creating a IDOC to file scenario, where IDOC is ALEAUD which is mapped to create a file in the traget system. but when we post the IDoc we get

  • Process types

    Hi gurus,          what are the process types available in process chains? suppose if u find one process is failed with red request, then how do u correct and reschedule that process.is there any thing like right clk of that process and after that wh

  • How to prepare  OCP 9i-DBA exam

    i am intersting in doing ocp 9i exams so how we can start my study ILT material is enough to pass the exams?? or i can buy lots of books on oracle? whats the best sequence to give the exams i am intresting to give first exams on fundatmental-1. plz g

  • About making an application bilingual

    hi, iam doing an application which needs arabic and english versions for GUI.\ currently iam keeping all labels in resource properties files and retrieving all labels from that file while displaying in GUI.is this the correct wat to use resourcebundl