Post processing PDF to XML.

Topic
Post-processing PDF into XML.
Compton MacKenzie - 08:48am Oct 29, 2008 Pacific
Hi,
Sorry for the basic question... We want to have users fill out a fillable PDF form using Aacrobat Reader and then upload it to a web page. Once we get the PDF, we need to extract the data that they have entered. Short of using LiveCycle Data Services (not currently feasible as we have no Java presence on our server platform), is there any API that I can use to extract the data or convert the PDF to XML. I understand that it is possible to export XML using the Acrobat client (and it might be possible to script this with COM) but I don't think this would work reliably in a server environment.
(We need both the PDF and the data as the PDF will contain an electronically captured image of a customer's signature and need to preserve the actual image of the document.)
Any suggestions?
Thanks!

There are server based products under the LiveCycle banner for this but they all run on a Java based app server. You can use a turn key install where the app server (JBoss) and a Database (MySql) are provided for you but you need to have the Java SDK present. The LiveCycle servers can run on Windows, Linux, AIX to name a few.
Note that if you script Acrobat to do this on the server you are in violation of your license agreement.

Similar Messages

  • One or more post-processing actions failed - XML Publisher report

    Hi all, I'm working with the following envinronment:
    Unix platform: HP-UX rp1 B.11.11 U 9000/800
    DB: Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
    eBS: EBS 11.5.9
    More in detail I have a problem when I run a request to see an XML Publisher Report. The request's status at the end is WARNING.....
    When I click on "View Output" I don't see nothing and inside the "View Log" I have this error:
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 1897375 on node RP1DEV at 10-SEP-2008 14:13:36.
    Post-processing of request 1897375 failed at 10-SEP-2008 14:13:37 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Following the Metalink Note 364547.1 I opened the OPP service log and this is the content:
    [9/10/08 2:51:09 PM] [OPPServiceThread0] Post-processing request 1897433.
    [9/10/08 2:51:09 PM] [72379:RT1897433] Executing post-processing actions for request 1897433.
    [9/10/08 2:51:09 PM] [72379:RT1897433] Starting XML Publisher post-processing action.
    [9/10/08 2:51:09 PM] [72379:RT1897433]
    Template code: XX_MANAGERS
    Template app: AR
    Language: en
    Territory: GR
    Output type: PDF
    [9/10/08 2:51:09 PM] [UNEXPECTED] [72379:RT1897433] 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:324)
    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:187)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
    Caused by: java.io.UnsupportedEncodingException: &Encoding
    at sun.io.Converters.getConverterClass(Converters.java:223)
    at sun.io.Converters.newConverter(Converters.java:263)
    at sun.io.ByteToCharConverter.getConverter(ByteToCharConverter.java:64)
    at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:223)
    at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:209)
    at sun.nio.cs.StreamDecoder.forInputStreamReader(StreamDecoder.java:76)
    at java.io.InputStreamReader.<init>(InputStreamReader.java:83)
    at oracle.xdo.parser.v2.XMLReader.setEncoding(XMLReader.java:848)
    at oracle.xdo.parser.v2.XMLReader.checkXMLDecl(XMLReader.java:2718)
    at oracle.xdo.parser.v2.XMLReader.pushXMLReader(XMLReader.java:471)
    at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:263)
    ... 17 more
    [9/10/08 2:51:09 PM] [72379:RT1897433] Completed post-processing actions for request 1897433.
    Anybody have any idea where the error is ?
    Any help will be appreciated
    Alex

    You are right !!
    The problem is inside the report generated by Oracle Reports
    The XML code, which I retrieve running the report request is the following:
    <?xml version="1.0" encoding="&Encoding"?>
    - <!-- Generated by Oracle Reports version 6.0.8.20.2
    -->
    - <MODULE1>
    - <LIST_G_MANAGER_NO>
    - <G_MANAGER_NO>
    <MANAGER_NO>1000</MANAGER_NO>
    <MANAGER_NAME>Anil Passi</MANAGER_NAME>
    </G_MANAGER_NO>
    - <G_MANAGER_NO>
    <MANAGER_NO>1001</MANAGER_NO>
    <MANAGER_NAME>Martin</MANAGER_NAME>
    </G_MANAGER_NO>
    </LIST_G_MANAGER_NO>
    </MODULE1>
    and the problem is the "&" !!!
    So, inside Oracle Reports, when I try to generate the XML code from a preexisting report, the encoding variable is not set.
    Now, I'm trying to understand how to set it, but I didn't find nothing....
    Somebody knows where can I find a Report's configuration file in order to set this "encoding" ?
    Thanks
    Alex

  • Post Processing Failed in XML Publiser

    Hi all,
    We are dealing with XML Publisher reports and when trying to run one XML PUblisher report it is completing with warning.
    Log file is showing the following message.
    Malaysia Payroll: Version : UNKNOWN
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    TP3 module: Borang TP3
    Current system time is 30-MAY-2011 01:28:20
    XDO Data Engine Version No: 5.6.3
    Resp: 64320
    Org ID : 204
    Request ID: 4532818
    All Parameters: P_PERSON_ID=28131:P_BUSINESS_GROUP_ID=7267:P_LEGAL_ENTITY=7267
    Data Template Code: TP3
    Data Template Application Short Name: MYPAY
    Debug Flag: N
    {P_BUSINESS_GROUP_ID=7267, P_PERSON_ID=28131, P_LEGAL_ENTITY=7267}
    Calling XDO Data Engine...
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 4532818 on node RSTNLIN74 at 30-MAY-2011 01:28:23.
    Post-processing of request 4532818 failed at 30-MAY-2011 01:28:24 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 30-MAY-2011 01:28:24
    -------------------------Output Post Process Log shows-------------------------------------
    [5/28/11 12:09:34 PM] [main] Starting GSF service with concurrent process id = 1325195.
    [5/28/11 12:09:34 PM] [main] Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
    [5/28/11 12:09:34 PM] [Thread-24] Service thread starting up.
    [5/28/11 12:09:34 PM] [Thread-25] Service thread starting up.
    [5/30/11 12:39:36 AM] [OPPServiceThread0] Post-processing request 4532804.
    [5/30/11 12:40:04 AM] [OPPServiceThread1] Post-processing request 4532805.
    [5/30/11 12:40:35 AM] [OPPServiceThread0] Post-processing request 4532806.
    [5/30/11 12:53:05 AM] [OPPServiceThread0] Post-processing request 4532811.
    [5/30/11 1:04:18 AM] [OPPServiceThread1] Post-processing request 4532813.
    [5/30/11 1:21:21 AM] [OPPServiceThread0] Post-processing request 4532814.
    [5/30/11 1:21:21 AM] [1325195:RT4532814] Executing post-processing actions for request 4532814.
    [5/30/11 1:21:21 AM] [1325195:RT4532814] Starting XML Publisher post-processing action.
    [5/30/11 1:21:21 AM] [1325195:RT4532814]
    Template code: FNDCPPGD_XML
    Template app: FND
    Language: en
    Territory: US
    Output type: PDF
    [5/30/11 1:21:21 AM] [UNEXPECTED] [1325195:RT4532814] java.sql.SQLException: No corresponding LOB data found :SELECT L.FILE_DATA FILE_DATA,DBMS_LOB.GETLENGTH(L.FILE_DATA) FILE_LENGTH, L.LANGUAGE LANGUAGE, L.TERRITORY TERRITORY, B.DEFAULT_LANGUAGE DEFAULT_LANGUAGE, B.DEFAULT_TERRITORY DEFAULT_TERRITORY,B.TEMPLATE_TYPE_CODE TEMPLATE_TYPE_CODE, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.START_DATE START_DATE, B.END_DATE END_DATE, B.TEMPLATE_STATUS TEMPLATE_STATUS, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.DS_APP_SHORT_NAME DS_APP_SHORT_NAME, B.DATA_SOURCE_CODE DATA_SOURCE_CODE, L.LOB_TYPE LOB_TYPE FROM XDO_LOBS L, XDO_TEMPLATES_B B WHERE L.APPLICATION_SHORT_NAME= :1 AND L.LOB_CODE = :2 AND L.APPLICATION_SHORT_NAME = B.APPLICATION_SHORT_NAME AND L.LOB_CODE = B.TEMPLATE_CODE AND (L.LOB_TYPE = 'TEMPLATE' OR L.LOB_TYPE = 'MLS_TEMPLATE') AND ( (L.LANGUAGE = :3 AND L.TERRITORY = :4) OR (L.LANGUAGE = :5 AND L.TERRITORY = :6) OR (L.LANGUAGE= B.DEFAULT_LANGUAGE AND L.TERRITORY= B.DEFAULT_TERRITORY ))
         at oracle.apps.xdo.oa.schema.server.TemplateInputStream.initStream(TemplateInputStream.java:402)
         at oracle.apps.xdo.oa.schema.server.TemplateInputStream.<init>(TemplateInputStream.java:235)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.getTemplateFile(TemplateHelper.java:1163)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3444)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3541)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:244)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:172)
    [5/30/11 1:21:21 AM] [1325195:RT4532814] Completed post-processing actions for request 4532814.
    [5/30/11 1:28:23 AM] [OPPServiceThread1] Post-processing request 4532818.
    [GC 8210K->5080K(11276K), 0.0012260 secs]
    [GC 8216K->5078K(11276K), 0.0012560 secs]
    [GC 8214K->5083K(11276K), 0.0011170 secs]
    [GC 8219K->5087K(11276K), 0.0011670 secs]
    [GC 8223K->5082K(11276K), 0.0011230 secs]
    [GC 8218K->5087K(11276K), 0.0011180 secs]
    [GC 8223K->5092K(11276K), 0.0011080 secs]
    [GC 8228K->5092K(11276K), 0.0012260 secs]
    [GC 8228K->5090K(11276K), 0.0010840 secs]
    [GC 8226K->5089K(11276K), 0.0012210 secs]
    [GC 8225K->5097K(11276K), 0.0010610 secs]
    [GC 8233K->5091K(11276K), 0.0011330 secs]
    [GC 8227K->5098K(11276K), 0.0011240 secs]
    [GC 8234K->5096K(11276K), 0.0010460 secs]
    [GC 8232K->5103K(11276K), 0.0022520 secs]
    [GC 8239K->5098K(11276K), 0.0011190 secs]
    [GC 8234K->5105K(11276K), 0.0011640 secs]
    [GC 8241K->5102K(11276K), 0.0014740 secs]
    [GC 8238K->5103K(11276K), 0.0011120 secs]
    [GC 8239K->5101K(11276K), 0.0010530 secs]
    [GC 8237K->5106K(11276K), 0.0010870 secs]
    [GC 8242K->5104K(11276K), 0.0010420 secs]
    [GC 8240K->5105K(11276K), 0.0010480 secs]
    [GC 8241K->5108K(11276K), 0.0011200 secs]
    [GC 8244K->5115K(11276K), 0.0011700 secs]
    [GC 8251K->5111K(11276K), 0.0010490 secs]
    [GC 8247K->5117K(11276K), 0.0012940 secs]
    [GC 8253K->5112K(11276K), 0.0011300 secs]
    [GC 8247K->5116K(11276K), 0.0010980 secs]
    [GC 8252K->5115K(11276K), 0.0010890 secs]
    [GC 8251K->5119K(11276K), 0.0010890 secs]
    [GC 8255K->5117K(11276K), 0.0010370 secs]
    [GC 8253K->5118K(11276K), 0.0011740 secs]
    [GC 8254K->5120K(11276K), 0.0011840 secs]
    [GC 8256K->5121K(11276K), 0.0012260 secs]
    [GC 8257K->5125K(11276K), 0.0011040 secs]
    [GC 8261K->5124K(11276K), 0.0010090 secs]
    [GC 8260K->5125K(11276K), 0.0011170 secs]
    [GC 8260K->5129K(11276K), 0.0011130 secs]
    [GC 8265K->5128K(11276K), 0.0010480 secs]
    [GC 8264K->5135K(11276K), 0.0011050 secs]
    [GC 8271K->5130K(11276K), 0.0010600 secs]
    [GC 8266K->5131K(11276K), 0.0010950 secs]
    [GC 8267K->5135K(11276K), 0.0010570 secs]
    [GC 8271K->5134K(11276K), 0.0010880 secs]
    [GC 8270K->5141K(11276K), 0.0010960 secs]
    [GC 8277K->5137K(11276K), 0.0010790 secs]
    [GC 8273K->5138K(11276K), 0.0011670 secs]
    [GC 8274K->5141K(11276K), 0.0010620 secs]
    [GC 8277K->5145K(11276K), 0.0011940 secs]
    [GC 8281K->5143K(11276K), 0.0011200 secs]
    [GC 8279K->5147K(11276K), 0.0010760 secs]
    [GC 8283K->5150K(11276K), 0.0012490 secs]
    [GC 8286K->5150K(11276K), 0.0010610 secs]
    [GC 8286K->5156K(11276K), 0.0010800 secs]
    [GC 8291K->5151K(11276K), 0.0011010 secs]
    [GC 8287K->5157K(11276K), 0.0012580 secs]
    [GC 8293K->5153K(11276K), 0.0010330 secs]
    [GC 8289K->5157K(11276K), 0.0011080 secs]
    [GC 8293K->5161K(11276K), 0.0012330 secs]
    [GC 8297K->5155K(11276K), 0.0011780 secs]
    [GC 8291K->5157K(11276K), 0.0066620 secs]
    [GC 8293K->5158K(11276K), 0.0010720 secs]
    [GC 8294K->5163K(11276K), 0.0011140 secs]
    [GC 8299K->5161K(11276K), 0.0010860 secs]
    [GC 8297K->5169K(11276K), 0.0010910 secs]
    [GC 8305K->5164K(11276K), 0.0010540 secs]
    [GC 8300K->5170K(11276K), 0.0010750 secs]
    [GC 8306K->5167K(11276K), 0.0010910 secs]
    [GC 8303K->5168K(11276K), 0.0010290 secs]
    [GC 8304K->5176K(11276K), 0.0011060 secs]
    [GC 8312K->5170K(11276K), 0.0010690 secs]
    [GC 8306K->5178K(11276K), 0.0011290 secs]
    [GC 8314K->5174K(11276K), 0.0010470 secs]
    [GC 8310K->5174K(11276K), 0.0010680 secs]
    [GC 8310K->5179K(11276K), 0.0010430 secs]
    [GC 8315K->5176K(11276K), 0.0010710 secs]
    [GC 8312K->5183K(11276K), 0.0011260 secs]
    [GC 8319K->5179K(11276K), 0.0010770 secs]
    [GC 8315K->5180K(11276K), 0.0010760 secs]
    [GC 8316K->5185K(11276K), 0.0010610 secs]
    [GC 8321K->5312K(11276K), 0.0013210 secs]
    [GC 8448K->5353K(11276K), 0.0019140 secs]
    [GC 8489K->5415K(11276K), 0.0018470 secs]
    [GC 8551K->5325K(11276K), 0.0011910 secs]
    [GC 8461K->5354K(11276K), 0.0014650 secs]
    [GC 8490K->5332K(11276K), 0.0011390 secs]
    [GC 8468K->5377K(11276K), 0.0014780 secs]
    [GC 8513K->5478K(11276K), 0.0017080 secs]
    [GC 8614K->5582K(11276K), 0.0024720 secs]
    [GC 8718K->5683K(11276K), 0.0019120 secs]
    [GC 8819K->5782K(11276K), 0.0019170 secs]
    [GC 8918K->5887K(11276K), 0.0019020 secs]
    [GC 9023K->5988K(11276K), 0.0019350 secs]
    [GC 9124K->6093K(11276K), 0.0019290 secs]
    [GC 9229K->5954K(11276K), 0.0020720 secs]
    [GC 9090K->5966K(11276K), 0.0012100 secs]
    [GC 9102K->6046K(11276K), 0.0016590 secs]
    [GC 9182K->6143K(11276K), 0.0018650 secs]
    [GC 9279K->6049K(11276K), 0.0016840 secs]
    [GC 9185K->6162K(11276K), 0.0017150 secs]
    [GC 9298K->6267K(11276K), 0.0020640 secs]
    [GC 9403K->6374K(11276K), 0.0020920 secs]
    [GC 9510K->6482K(11276K), 0.0020880 secs]
    [GC 9618K->6593K(11276K), 0.0021410 secs]
    [GC 9729K->6693K(11276K), 0.0021760 secs]
    [GC 9829K->6804K(11276K), 0.0021370 secs]
    [GC 9940K->6910K(11276K), 0.0022810 secs]
    [GC 10046K->7015K(11276K), 0.0019900 secs]
    [GC 10151K->7125K(11276K), 0.0026840 secs]
    [GC 10261K->7227K(11276K), 0.0020670 secs]
    [GC 10363K->7338K(11276K), 0.0020980 secs]
    [GC 10474K->7444K(11276K), 0.0021910 secs]
    [GC 10580K->7556K(11276K), 0.0020750 secs]
    [GC 10692K->7663K(11276K), 0.0023720 secs]
    [GC 10799K->7770K(11276K), 0.0022450 secs]
    [GC 10906K->7876K(11276K), 0.0021890 secs]
    [GC 11012K->7979K(11404K), 0.0021700 secs]
    [Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor13]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor6]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor14]
    7979K->6712K(11404K), 0.0792140 secs]
    [GC 11320K->6865K(16308K), 0.0017910 secs]
    [GC 11473K->7026K(16308K), 0.0027120 secs]
    [GC 11634K->7185K(16308K), 0.0027560 secs]
    [GC 11793K->7348K(16308K), 0.0039630 secs]
    [GC 11956K->7501K(16308K), 0.0027250 secs]
    [GC 12109K->7659K(16308K), 0.0025460 secs]
    [GC 12267K->7815K(16308K), 0.0028180 secs]
    [GC 12423K->7973K(16308K), 0.0025780 secs]
    [GC 12581K->8129K(16308K), 0.0026230 secs]
    [GC 12737K->8287K(16308K), 0.0026940 secs]
    [GC 12895K->8447K(16308K), 0.0028530 secs]
    [GC 13055K->8603K(16308K), 0.0029410 secs]
    [GC 13211K->8763K(16308K), 0.0028360 secs]
    [GC 13371K->8918K(16308K), 0.0030280 secs]
    [GC 13526K->8696K(16308K), 0.0069120 secs]
    [GC 13304K->8988K(16308K), 0.0032800 secs]
    [GC 13595K->9017K(16308K), 0.0052690 secs]
    What would be the key problem for this issue.
    Can some one please provide us with solution.
    Thanks and Regards
    Imran
    Edited by: 848314 on May 29, 2011 11:50 PM

    Duplicate post -- java.sql.SQLException: No corresponding LOB data found XML publisher 12.0.4

  • XML Publisher post-processing error 'java.io.FileNotFoundException'

    Hi,
    We are getting following XML Publisher post-processing error while running XML Publisher report.
    It was working earlier but suddenly its erroring out.
    [9/07/10 9:00:17 PM] [OPPServiceThread1] Post-processing request 559655.
    [9/07/10 9:00:18 PM] [39177:RT559655] Executing post-processing actions for request 559655.
    [9/07/10 9:00:18 PM] [39177:RT559655] Starting XML Publisher post-processing action.
    [9/07/10 9:00:18 PM] [39177:RT559655]
    Template code: XXHPOXPRRFLR
    Template app: XXH
    Language: en
    Territory: 00
    Output type: PDF
    [9/07/10 9:00:18 PM] [UNEXPECTED] [39177:RT559655] java.io.FileNotFoundException: /apps/oracle/DEV/inst/apps/DEV_hlt439erplap001/logs/appl/conc/out/o559655.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:274)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:173)
    [9/07/10 9:00:18 PM] [39177:RT559655] Completed post-processing actions for request 559655.
    Please help me out to resolve this issue.
    Thanks & Regards,
    Sagarika

    Hi,
    java.io.FileNotFoundException: /apps/oracle/DEV/inst/apps/DEV_hlt439erplap001/logs/appl/conc/out/o559655.out (No such file or directory)Most probably this file is not created (since no changes have been done recently, so definitely it is not a permission issue), and if there are any log files generate at the client side it should help in investigating the issue.
    Thanks,
    Hussein

  • Automated post processing of PDFs

    The PDFs generated by RoboHelp are not production-ready in my
    opinion, because:
    - All bookmarks are expanded by default.
    Acrobat Pro does not include a feature to collapse all
    bookmarks at once (you can only collapse top-level bookmarks). You
    have to collapse bookmarks either manually, or use the free Acrobat
    plug-in "closebm" from Planet PDF. This plugin works with Acrobat 8
    BTW.
    - The initial page mode of the PDF generated with RH is set
    to "Page Only". This means that the bookmarks panel is not
    displayed when opening the PDF. My preferred setting is to show the
    available bookmarks when a PDF is opened (Acrobat setting
    "Bookmarks Panel and Page").
    Because we run everything in batch (compile help, publish
    help) and because we do not wish to buy a full Acrobat license for
    every author/publisher (the add-on that comes with RH should be
    enough), I have created a solution that automatically collapses
    bookmarks, sets the initial view to show bookmarks, and finally
    linearizes (Fast Web View) the PDF.
    You don't need Acrobat to do this and all auxiliary (and
    free) programs to post process are in the sample project that you
    can download from
    here:
    After unzipping the sample project, double-click the file
    "PostProcessPDF.bat". This batch file will update the
    "Printed_Documentation.pdf" in the folder "PDF Input" and put 2 new
    versions in the folder "PDF Output":
    1. BookmarksCollapsed.pdf
    2. BookmarksCollapsed_Linearized.pdf
    The following steps are performed in the batch file:
    - The bookmarks from the original RH PDF
    ("Printed_Documentation.pdf") are exported to XML using "iText
    Toolbox";
    - The resulting XML file is manipulated with "replace.exe"
    (just a free command line search/replace tool that I found), so
    that bookmarks are set to collapse;
    - The manipulated XML file + original
    "Printed_Documentation.pdf" are then combined in "iText Toolbox" to
    create the new "1. BookmarksCollapsed.pdf" in folder "PDF Output";
    - The "1. BookmarksCollapsed.pdf" in folder "PDF Output" is
    processed with Ghostscript's "pdfopt" to linearize the PDF again.
    When you change a PDF and just "Save" a PDF (also in Acrobat), Fast
    Web View is gone. In Acrobat you have to 'Save As' or use the "PDF
    Optimizer" to linearize the PDF again.
    The sample project is pretty large (11 MB), but this is
    because Ghostscript and iText Toolbox are included.
    BTW, you must have Java installed to use "iText Toolbox".
    Have fun,
    Herman

    I thought that because Ghostscript is command-line based, I
    could just add the files to my sample project.
    But apparently there are some dependencies, and you have to
    install Ghostscript to use my sample files.
    If you want to play around with my sample files, install
    Ghostscript to the folder 'RH' (remove folder 'gs' first). It will
    then install to folder RH\gs, where the batch file is expecting the
    Ghostscript files.
    Latest version of Ghostscript can be found here:
    http://sourceforge.net/project/downloading.php?group_id=1897&use_mirror=heanet&filename=gs 862w32.exe&73395111

  • Error during PDF post processing in HtmlToPDF

    Hi,
    I am using Web services interface to convert Html document to PDF. Works fine for simple html documents stored locally. However when using a remote html document (for example the one in the quickstart--http://www.adobe.com--I am getting an exception:
    ALC-PDG-16003-16003-000: com.adobe.livecycle.generatedpdf.client.ConversionException: ALC-PDG-016-003-An unknown/unexpected error occurred during PDF post-processing.
    I get the same error when trying this conversion from the Administration Console. I am using JBoss/turnkey. I do not have Adobe Acrobat running on the server computer.
    Thanks,
    Jesse

    Hello Ramya,
    I am not finished checking but I did make some progress. Testing from html file located on the server machine, I use the url for file. For example if the file is named foo.html and it is located in directory c:\adata then the file url is
    file:///c:/adata/foo.html
    That works for me using adminui, and from calling the web service.
    The example in the quickstart ( converting the default page at
    http://www.adobe.com ) does not work for me just yet. Still get the post pdf processing error.
    If not doing so already, check the server log to see if any additional debug information is provided.
    Regards,
    Jesse

  • Preflight keeps saying  "Unable to save the PDF File after post processing"

    I'm at a loss how to overcome this. Spent almost a whole day, together with another person, trying to fix it with no success!
    I use Adobe pro CC on a PC
    I usually receive pdf files from this one client who edits and formats a book in Mac Pages. Up until a few days ago I had no problems converting the client's pdfs into pdf/x3, but the last three versions of the latest file have stumped me.
    Just to test, I first just tried to convert the file (33MB), unchanged, to pdf/x3 using the save as other option - message reads  "the document has been saved, however, it could not be converted according to the selected standard profile: convert to PDF/X. Please use preflight with the profile "Convert to PDF/X" in order to identify those properties of the document which prevent it from being compliant to this profile"
    if I then choose under Profiles - convert to PDF/X3 - it says no problems found, and appears to have saved the file. If I try to save again as a pdf/x3, just to make sure, it then tells me it's not pdf/x3 compliant
    OK - so then I go back to preflight - and choose the standards function - then pdf/x3, then continue with the default colour profile. About halfway through the conversion, at the point of saving the file,  I get the message "unable to save the pdf file after post processing"
    So far I've had no luck figuring out what this is.
    I then choose the option of "verify compliance of ppdf/x3" - message reads "pdf/x3 version key (GTS_PDFXVersion) missing", and "Trapped key not true or false"
    Help!! How can I be sure the file converted / or not?
    kim

    Yes I was/am aware of Preflight's inability to play nicely over cloud technologies in certain cases, especially wrt Standards technologies, this will be partially addressed in an upcoming version of Preflight without saying too much.  But the same thing could theoretically have happened if the file was also located on another local network client or server.  Leaving aside the argument that this may violate the Acrobat User Agreement - since purchasing the software, the user agrees to employ its functionality on a single host system and precludes host-client-based scenarios - this simply is not a supported use, meaning the user may not have expectations that it will work at all, if the applications requirements are not observed.  There do exist server-solutions for Preflight files within networks, but Acrobat and by extension Acrobat Preflight is not one of those solutions, and (still) belongs in the single host-based desktop environment.
    However most (99.9%) functions within Acrobat <-> acrobat.com file exchange are supported, file syncing across multiple devices will soon be supported, but Standards compliance is still admittedly a problem at this point.  Some testing has been done using 3rd party cloud technologies starting with enterprise-based solutions, such as Office 365, and this will continue to ramp up to include other 3rd party products.
    As for the second point, Preflight will usually change the PDF version to be complaint, are you saying that it was unable to do so in this case?  It seems that this error should have popped up during the normal Preflight conversion attempt.  Personally I think solving a workflow problem using the print path is a little bit of a heavy-handed approach, but if helped and the results are acceptable, then that is good.  Since that path is non-existent on a Mac, as one needs to Save as Adobe PDF from the Print dialog's PDF drop-down menu, I am assuming your workflow involved file creation on a Mac, then further processing on Windows using the PDF printer.  I am wondering if a simple resave/Save As... to PDF with overwrite on a Mac, or Preflighting the file using a PDF version compatibility profile before the PDF/X conversion would have helped.  Since there are such a multitude of methods that a PDF can be created, there are also many ways within Acrobat that a user can shape the file to be compatible with the expected workflow, ie, 'many ways to skin a cat', without being morbid.

  • Get Page Count of PDF using Publication Post Processing Plugin

    Hi,
    I am using the publiching functionality of BOXI 3.1 to create a large volume of PDFs.  I have a report that I am publishing using a publication with a post processing plugin applied after distribution.  I need to get the total page count of the pdf and store this value in the database.  Becuase I am already using a post processing plugin after distribution, it would be ideal to extract it there...but I cannot figure out how to get the value at this point. 
    Currently we parse the actual binary pdf file, but I know that Crystal and BOXI know this total page count and some point in the processing cycle.  Does anyone know how to get at the total page count of each pdf/report instance?
    Thanks,
    Kristina

    I would post-process the PDF file as you're doing.
    The total page count isn't metadata - it's something computable from the report instance, that is lost after the PDF is generated.
    Trying to work with that would lead to a more complex workflow - i.e., schedule to report format, open the report instance using a reporting SDK, calculate the total page count, export using the reporting SDK to PDF, add the PDF to the publication artifact and remove the report instance, other steps I may have missed....
    Sincerely,
    Ted Ueda

  • Unable to find an Output Post Processor service to post-process request

    Hi experts,
    Users complaining that they could not able to generate the PDF.
    User Complaint:
    The program does not generate the PDF. The program just generates the XML output. The logfile shows that “Unable to find an Output Post Processor service to post-process request 25852905.”
    EBS: 12.1.2
    OS: RHEL 5.5
    DB: 11.1.0.7.0
    Steps that we tried:
    1. Increased the OPP process to 16
    2. Increased Concurrent:OPP Response Timeout to 750
    3. There is no issue in manager log file.
    4. Concurrent Requests Fail Due to Output Post Processing (OPP) Timeout (Doc ID 352518.1)
    5. Restarted CM. Ran CMclean.
    6. Re: Output Post Processor
    7.Unable to View pdf Output File Created by XML Publisher
    But we dont find any solutions over the above.
    Log:
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    p_order_by='TRX_NUMBER'
    p_trx_number_low='8414037'
    p_trx_number_high='8414037'
    p_open_invoice='N'
    p_check_for_taxyn='N'
    p_choice='SEL'
    p_header_pages='1'
    p_debug_flag='Y'
    p_message_level='10'
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    MSG-00100: DEBUG:  AfterPForm_Trigger +
    MSG-00100: DEBUG:  Multi Org established.
    MSG-00100: DEBUG:  AfterParam_Procs.Get_Country_Details
    MSG-00100: DEBUG:  Get_Country_Description.
    MSG-00100: DEBUG:  AfterParam_Procs.Switch_On_Debug
    MSG-00100: Running in debug mode
    MSG-00100: DEBUG:  AfterParam_Procs.Get_Trx_Number_Low
    MSG-00100: DEBUG:  AfterParam_Procs.Get_Trx_Number_High
    MSG-00100: DEBUG:  AfterParam_Procs.Get_Tax_Option
    MSG-00103: lp_trx_date_clause =  and a.trx_date = a.trx_date
    MSG-00100: DEBUG:  BeforeReport_Trigger.Build_Where_Clause
    MSG-00100: DEBUG:  P_Choice:  SEL
    MSG-00500: DEBUG:  About to build WHERE clause.
    MSG-00500: DEBUG:  WHERE clause built.
    MSG-00100: DEBUG:  Choice is other than ADJ, setting ORDER BY.
    MSG-00500: DEBUG:  Table 1:          AR_ADJUSTMENTS                         COM_ADJ,
            AR_PAYMENT_SCHEDULES                   P,
            RA_CUST_TRX_LINE_GL_DIST               REC,
            RA_CUSTOMER_TRX                        A,
            HZ_CUST_ACCOUNTS                       B,
            RA_TERMS                               T,
            RA_TERMS_LINES                         TL,  
            RA_CUST_TRX_TYPES                      TYPES,
            AR_LOOKUPS                             L_TYPES,
            HZ_PARTIES                        PARTY,
            HZ_CUST_ACCT_SITES                     A_BILL,
            HZ_PARTY_SITES                         PARTY_SITE,
            HZ_LOCATIONS                           LOC,
            HZ_CUST_SITE_USES                      U_BILL
    MSG-00500: DEBUG:  Table 2:          RA_TERMS_LINES                         TL,  
            RA_CUST_TRX_TYPES                      TYPES,
            AR_LOOKUPS                             L_TYPES,
        HZ_CUST_ACCOUNTS                       B,
            HZ_PARTIES                        PARTY,
            HZ_CUST_SITE_USES                      U_BILL,
            HZ_CUST_ACCT_SITES                     A_BILL,
            HZ_PARTY_SITES                         PARTY_SITE,
            HZ_LOCATIONS                           LOC,
            AR_ADJUSTMENTS                         COM_ADJ,
            RA_CUSTOMER_TRX                        A,
            AR_PAYMENT_SCHEDULES                   P,
            RA_TERMS                               T
    MSG-00500: DEBUG:  Where 1:  A.BILL_TO_CUSTOMER_ID = B.CUST_ACCOUNT_ID
    AND REC.CUSTOMER_TRX_ID = A.CUSTOMER_TRX_ID
    AND REC.LATEST_REC_FLAG = 'Y'
    AND REC.ACCOUNT_CLASS   = 'REC'
    AND P.PAYMENT_SCHEDULE_ID + DECODE(P.CLASS,
                                       'INV', 0,
                 = COM_ADJ.PAYMENT_SCHEDULE_ID(+)
    AND COM_ADJ.SUBSEQUENT_TRX_ID IS NULL
    AND 'C'    = COM_ADJ.ADJUSTMENT_TYPE(+)
    AND A.COMPLETE_FLAG = 'Y'
    AND A.CUST_TRX_TYPE_ID = TYPES.CUST_TRX_TYPE_ID
    AND L_TYPES.LOOKUP_TYPE = 'INV/CM/ADJ'
    AND A.PRINTING_OPTION IN ('PRI', 'REP')
    AND L_TYPES.LOOKUP_CODE =
    DECODE( TYPES.TYPE,'DEP','INV', TYPES.TYPE)
    AND NVL(P.TERMS_SEQUENCE_NUMBER,nvl(TL.SEQUENCE_NUM,0))=nvl(TL.SEQUENCE_NUM,nvl(p.terms_sequence_number,0))
    AND DECODE(P.PAYMENT_SCHEDULE_ID,'',0, NVL(T.PRINTING_LEAD_DAYS,0))=0
    AND A.BILL_TO_SITE_USE_ID = U_BILL.SITE_USE_ID
    AND U_BILL.CUST_ACCT_SITE_ID = A_BILL.CUST_ACCT_SITE_ID
    AND A_BILL.party_site_id = party_site.party_site_id
    AND B.PARTY_ID = PARTY.PARTY_ID
    AND loc.location_id = party_site.location_id
    AND NVL(LOC.LANGUAGE,'US') = 'US'
    AND A.TERM_ID = TL.TERM_ID(+)
    AND A.TERM_ID = T.TERM_ID(+)
    AND A.CUSTOMER_TRX_ID = P.CUSTOMER_TRX_ID(+)
    MSG-00500: DEBUG:  Where 2:  A.BILL_TO_CUSTOMER_ID = B.CUST_ACCOUNT_ID
    AND P.PAYMENT_SCHEDULE_ID + DECODE(P.CLASS,
                                       'INV', 0,
                 = COM_ADJ.PAYMENT_SCHEDULE_ID(+)
    AND COM_ADJ.SUBSEQUENT_TRX_ID IS NULL
    AND 'C'    = COM_ADJ.ADJUSTMENT_TYPE(+)
    AND A.COMPLETE_FLAG = 'Y'
    AND A.CUSTOMER_TRX_ID = P.CUSTOMER_TRX_ID
    AND A.CUST_TRX_TYPE_ID = TYPES.CUST_TRX_TYPE_ID
    AND L_TYPES.LOOKUP_TYPE = 'INV/CM/ADJ'
    AND A.PRINTING_OPTION IN ('PRI', 'REP')
    AND L_TYPES.LOOKUP_CODE =
    DECODE( TYPES.TYPE,'DEP','INV', TYPES.TYPE)
    AND NVL(T.PRINTING_LEAD_DAYS,0) > 0
    AND A.BILL_TO_SITE_USE_ID = U_BILL.SITE_USE_ID
    AND U_BILL.CUST_ACCT_SITE_ID = A_BILL.CUST_ACCT_SITE_ID
    AND A_BILL.PARTY_SITE_ID = PARTY_SITE.PARTY_SITE_ID
    AND B.PARTY_ID = PARTY.PARTY_ID
    AND LOC.LOCATION_ID = PARTY_SITE.LOCATION_ID
    AND NVL(LOC.LANGUAGE,'US') = 'US'
    AND NVL(P.TERMS_SEQUENCE_NUMBER,TL.SEQUENCE_NUM)=TL.SEQUENCE_NUM
    AND T.TERM_ID = P.TERM_ID
    AND TL.TERM_ID(+) = T.TERM_ID
    MSG-00100: DEBUG:  AfterPForm_Trigger -
    MSG-00100: DEBUG:  BeforeReport_Trigger +
    MSG-00100: DEBUG:  BeforeReport_Procs.Populate_Printing_Option
    MSG-00100: DEBUG:  BeforeReport_Procs.Populate_Tax_Printing_Option
    MSG-00100: DEBUG:  BeforeReport_Trigger.Get_Message_Details
    MSG-00100: DEBUG:  BeforeReport_Trigger.Get_Org_Profile.
    MSG-00100: DEBUG:  Organization Id:  26
    MSG-00100: DEBUG:  BeforeReport_Trigger -
    MSG-05000: DEBUG:  Trx No... 8414037
    MSG-00100: DEBUG:  Get_Country_Description.
    MSG-00010: 12:03 1 Transaction: 8414037
    MSG-00100: DEBUG:  Get_Country_Description.
    MSG-00100: DEBUG:  Get_Country_Description.
    MSG-05000: DEBUG:  Remit To Address....
    MSG-05000: DEBUG:  Address Style:   
    MSG-05000: DEBUG:  Address 1:        11000 IH-35 NORTH
    MSG-05000: DEBUG:  Address 2:       
    MSG-05000: DEBUG:  Address 3:       
    MSG-05000: DEBUG:  Address 4:       
    MSG-05000: DEBUG:  City:             AUSTIN
    MSG-05000: DEBUG:  County:          
    MSG-05000: DEBUG:  State:            TX
    MSG-05000: DEBUG:  Province:        
    MSG-05000: DEBUG:  Postal Code:      78753
    MSG-05000: DEBUG:  Territory:       
    MSG-05000: DEBUG:  Country_Code:     US
    MSG-05000: DEBUG:  Customer Name:   
    MSG-05000: DEBUG:  Bill To:         
    MSG-05000: DEBUG:  First Name:      
    MSG-05000: DEBUG:  Last Name:       
    MSG-05000: DEBUG:  Mail Stop:       
    MSG-05000: DEBUG:  Country Code:     US
    MSG-05000: DEBUG:  Country Desc:    
    MSG-05000: DEBUG:  Print Home Flag:  N
    MSG-05000: DEBUG:  Width:            40
    MSG-05000: DEBUG:  Height Min:       6
    MSG-05000: DEBUG:  Height Max:       6
    MSG-05000: DEBUG:  Remit To Formatted...   11000 IH-35 NORTH
    AUSTIN TX 78753
    MSG-05000: DEBUG:  Bill To Address....
    MSG-05000: DEBUG:  Address Style:   
    MSG-05000: DEBUG:  Address 1:        2481 ROSS CRES
    MSG-05000: DEBUG:  Address 2:       
    MSG-05000: DEBUG:  Address 3:       
    MSG-05000: DEBUG:  Address 4:       
    MSG-05000: DEBUG:  City:             NORTH BATTLEFORD
    MSG-05000: DEBUG:  County:          
    MSG-05000: DEBUG:  State:           
    MSG-05000: DEBUG:  Province:         SASKATCHEWAN
    MSG-05000: DEBUG:  Postal Code:      S9A3R3
    MSG-05000: DEBUG:  Territory:       
    MSG-05000: DEBUG:  Country_Code:     CA
    MSG-05000: DEBUG:  Customer Name:    VAUGHN FAUTH
    MSG-05000: DEBUG:  Bill To:         
    MSG-05000: DEBUG:  First Name:       VAUGHN
    MSG-05000: DEBUG:  Last Name:        FAUTH
    MSG-05000: DEBUG:  Mail Stop:       
    MSG-05000: DEBUG:  Country Code:     US
    MSG-05000: DEBUG:  Country Desc:    
    MSG-05000: DEBUG:  Print Home Flag:  N
    MSG-05000: DEBUG:  Width:            40
    MSG-05000: DEBUG:  Height Min:       8
    MSG-05000: DEBUG:  Height Max:       8
    MSG-05000: DEBUG:  Bill To Formatted... VAUGHN FAUTH
    VAUGHN FAUTH
    2481 ROSS CRES
    NORTH BATTLEFORD SASKATCHEWAN S9A3R3
    Canada
    MSG-05000: DEBUG:  Ship To Address....
    MSG-05000: DEBUG:  Address Style:   
    MSG-05000: DEBUG:  Address 1:        2481 ROSS CRES
    MSG-05000: DEBUG:  Address 2:       
    MSG-05000: DEBUG:  Address 3:       
    MSG-05000: DEBUG:  Address 4:       
    MSG-05000: DEBUG:  City:             NORTH BATTLEFORD
    MSG-05000: DEBUG:  County:          
    MSG-05000: DEBUG:  State:           
    MSG-05000: DEBUG:  Province:         SASKATCHEWAN
    MSG-05000: DEBUG:  Postal Code:      S9A3R3
    MSG-05000: DEBUG:  Territory:       
    MSG-05000: DEBUG:  Country_Code:     CA
    MSG-05000: DEBUG:  Customer Name:    VAUGHN FAUTH
    MSG-05000: DEBUG:  Bill To:         
    MSG-05000: DEBUG:  First Name:      
    MSG-05000: DEBUG:  Last Name:       
    MSG-05000: DEBUG:  Mail Stop:       
    MSG-05000: DEBUG:  Country Code:     US
    MSG-05000: DEBUG:  Country Desc:    
    MSG-05000: DEBUG:  Print Home Flag:  N
    MSG-05000: DEBUG:  Width:            40
    MSG-05000: DEBUG:  Height Min:       8
    MSG-05000: DEBUG:  Height Max:       8
    MSG-05000: DEBUG:  Ship To Formatted...   VAUGHN FAUTH
    2481 ROSS CRES
    NORTH BATTLEFORD SASKATCHEWAN S9A3R3
    Canada
    Report Builder: Release 10.1.2.3.0 - Production on Wed Sep 25 12:03:07 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    Executing request completion options...
    +------------- 1) PUBLISH -------------+
    Unable to find an Output Post Processor service to post-process request 25854362.
    Check that the Output Post Processor service is running.
    +--------------------------------------+
    +------------- 2) PRINT   -------------+
    Not printing the output of this request because post-processing failed.
    +--------------------------------------+
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Can any one please guide me for this issue.?.
    Thanks,
    Vasanth

    Hussein,
    FNDOPP log file
    9/25/13 10:47:48 AM] [Thread-31] Service thread starting up.
    [9/25/13 10:47:48 AM] [EXCEPTION] [OPPServiceThread0] java.sql.SQLException: ORA-24067: exceeded maximum number of subscrib
    ers for queue APPLSYS.FND_CP_GSM_OPP_AQ
    ORA-06512: at "APPS.FND_CP_OPP_IPC", line 85
    ORA-06512: at line 1
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:191)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:950)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1225)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3387)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3488)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:3857)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at oracle.apps.fnd.cp.opp.OPPAQMonitor.initAQ(OPPAQMonitor.java:558)
    at oracle.apps.fnd.cp.opp.OPPAQMonitor.init(OPPAQMonitor.java:534)
    at oracle.apps.fnd.cp.opp.OPPAQMonitor.initialize(OPPAQMonitor.java:89)
    at oracle.apps.fnd.cp.opp.OPPServiceThread.init(OPPServiceThread.java:94)
    at oracle.apps.fnd.cp.gsf.BaseServiceThread.run(BaseServiceThread.java:135)
    [9/25/13 11:04:11 AM] [EXCEPTION] [OPPAQMON:876235] ORA-04021: timeout occurred while waiting to lock object
    [GC 20321K->4065K(63360K), 0.0137050 secs]
    Thanks,
    Vasanth

  • One or more post-processing actions failed. Consult the OPP service log for details.

    hi expert plz help me i can't understand here what can i do to resove this error.
    here is the logfile details of output post processor
    ebs- 11i (11.5.10.2)
    os - rhel 4
    [9/2/13 4:54:48 PM] [main] Starting GSF service with concurrent process id = 2984174.
    [9/2/13 4:54:48 PM] [main] Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
    [9/2/13 4:54:48 PM] [Thread-14] Service thread starting up.
    [9/2/13 4:54:48 PM] [Thread-15] Service thread starting up.
    [9/2/13 4:59:34 PM] [OPPServiceThread0] Post-processing request 21672063.
    [9/2/13 4:59:35 PM] [2984174:RT21672063] Executing post-processing actions for request 21672063.
    [9/2/13 4:59:35 PM] [2984174:RT21672063] Starting XML Publisher post-processing action.
    [9/2/13 4:59:35 PM] [2984174:RT21672063]
    Template code: PURCHASE_REGISTER_ITEMWISE
    Template app:  CONA
    Language:      en
    Territory:     00
    Output type:   PDF
    [090213_045936406][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [090213_045936407][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [090213_045936408][][EXCEPTION] [DEBUG]  [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [090213_045936408][][EXCEPTION] [DEBUG]  [SECURITY_GROUP_ID]:[0]
    [090213_045936408][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [090213_045936408][][EXCEPTION] [DEBUG]  [NLS_CHARACTERSET]:[US7ASCII]
    [090213_045936408][][EXCEPTION] [DEBUG]  [RESP_APPL_ID]:[-1]
    [090213_045936408][][EXCEPTION] [DEBUG]  [NLS_LANGUAGE]:[AMERICAN]
    [090213_045936408][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MIN]:[1]
    [090213_045936409][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MAX]:[2]
    [090213_045936409][][EXCEPTION] [DEBUG]  [NLS_NUMERIC_CHARACTERS]:[.,]
    [090213_045936409][][EXCEPTION] [DEBUG] [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=demo.oriplast.com)(PORT=1526)))(CONNECT_DATA=(SID=ORIDEMO)))]
    [090213_045936409][][EXCEPTION] [DEBUG]  [RESP_ID]:[-1]
    [090213_045936409][][EXCEPTION] [DEBUG]  [FND_MAX_JDBC_CONNECTIONS]:[500]
    [090213_045936410][][EXCEPTION] [DEBUG]  [FND_JDBC_USABLE_CHECK]:[false]
    [090213_045936410][][EXCEPTION] [DEBUG]  [USER_ID]:[-1]
    [090213_045936410][][EXCEPTION] [DEBUG]  [NLS_TERRITORY]:[AMERICA]
    [090213_045936410][][EXCEPTION] [DEBUG]  [FND_JDBC_PLSQL_RESET]:[false]
    [090213_045936410][][EXCEPTION] [DEBUG]  [FND_JDBC_CONTEXT_CHECK]:[true]
    [090213_045936418][][EXCEPTION] [DEBUG]  [NLS_DATE_FORMAT]:[DD-MON-RR]
    [090213_045936418][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [090213_045936418][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.HIGH]:[-1]
    [090213_045936418][][EXCEPTION] [DEBUG]  [NLS_SORT]:[BINARY]
    [090213_045936418][][EXCEPTION] [DEBUG]  [NLS_DATE_LANGUAGE]:[AMERICAN]
    [090213_045936419][][EXCEPTION] [DEBUG]  [LOGIN_ID]:[-1]
    [090213_045936419][][EXCEPTION] [DEBUG] ------- Properties stored in Java System Properties -------
    [090213_045936419][][EXCEPTION] [DEBUG] [APPLTMP]:[/u03/ORIDEMO/LIVE_APPL/livecomn/temp]
    [090213_045936419][][EXCEPTION] [DEBUG]  [java.runtime.name]:[Java(TM) 2 Runtime Environment, Standard Edition]
    [090213_045936419][][EXCEPTION] [DEBUG]  [sun.boot.library.path]:[/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/i386]
    [090213_045936419][][EXCEPTION] [DEBUG]  [java.vm.version]:[1.4.2_04-b05]
    [090213_045936419][][EXCEPTION] [DEBUG]  [OVERRIDE_DBC]:[true]
    [090213_045936419][][EXCEPTION] [DEBUG] [dbcfile]:[/u03/ORIDEMO/LIVE_APPL/liveappl/fnd/11.5.0/secure/ORIDEMO_demo/oridemo.dbc]
    [090213_045936419][][EXCEPTION] [DEBUG]  [java.vm.vendor]:[Sun Microsystems Inc.]
    [090213_045936420][][EXCEPTION] [DEBUG]  [java.vendor.url]:[http://java.sun.com/]
    [090213_045936420][][EXCEPTION] [DEBUG]  [path.separator]:[:]
    [090213_045936420][][EXCEPTION] [DEBUG] [APPLCSF]:[/u03/ORIDEMO/LIVE_APPL/livecomn/admin]
    [090213_045936420][][EXCEPTION] [DEBUG]  [java.vm.name]:[Java HotSpot(TM) Client VM]
    [090213_045936420][][EXCEPTION] [DEBUG]  [file.encoding.pkg]:[sun.io]
    [090213_045936420][][EXCEPTION] [DEBUG]  [user.country]:[US]
    [090213_045936420][][EXCEPTION] [DEBUG]  [sun.os.patch.level]:[unknown]
    [090213_045936420][][EXCEPTION] [DEBUG] [java.vm.specification.name]:[Java Virtual Machine Specification]
    [090213_045936421][][EXCEPTION] [DEBUG] [user.dir]:[/u03/ORIDEMO/LIVE_APPL/livecomn/admin/log/ORIDEMO_demo]
    [090213_045936421][][EXCEPTION] [DEBUG] [java.runtime.version]:[1.4.2_04-b05]
    [090213_045936421][][EXCEPTION] [DEBUG] [java.awt.graphicsenv]:[sun.awt.X11GraphicsEnvironment]
    [090213_045936421][][EXCEPTION] [DEBUG] [java.endorsed.dirs]:[/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/endorsed]
    [090213_045936421][][EXCEPTION] [DEBUG]  [os.arch]:[i386]
    [090213_045936421][][EXCEPTION] [DEBUG] [JTFDBCFILE]:[/u03/ORIDEMO/LIVE_APPL/liveappl/fnd/11.5.0/secure/ORIDEMO_demo/oridemo.dbc]
    [090213_045936421][][EXCEPTION] [DEBUG]  [java.io.tmpdir]:[/tmp]
    [090213_045936422][][EXCEPTION] [DEBUG]  [line.separator]:[
    [090213_045936422][][EXCEPTION] [DEBUG] [java.vm.specification.vendor]:[Sun Microsystems Inc.]
    [090213_045936422][][EXCEPTION] [DEBUG]  [os.name]:[Linux]
    [090213_045936422][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MIN]:[1]
    [090213_045936422][][EXCEPTION] [DEBUG]  [cpid]:[2984174]
    [090213_045936422][][EXCEPTION] [DEBUG]  [sun.java2d.fontpath]:[]
    [090213_045936423][][EXCEPTION] [DEBUG] [java.library.path]:[/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/i386/client:/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/i386:/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/jre/../lib/i386:/u03/ORIDEMO/LIVE_APPL/liveora/iAS/lib:/u03/ORIDEMO/LIVE_APPL/liveora/8.0.6/network/jre11/lib/i686/native_threads:/u03/ORIDEMO/LIVE_APPL/liveora/8.0.6/network/jre11/lib/linux/native_threads:/u03/ORIDEMO/LIVE_APPL/liveappl/cz/11.5.0/bin:/u03/ORIDEMO/LIVE_APPL/liveora/8.0.6/lib:/usr/X11R6/lib:/usr/openwin/lib]
    [090213_045936423][][EXCEPTION] [DEBUG]  [java.specification.name]:[Java Platform API Specification]
    [090213_045936423][][EXCEPTION] [DEBUG]  [java.class.version]:[48.0]
    [090213_045936423][][EXCEPTION] [DEBUG] [java.util.prefs.PreferencesFactory]:[java.util.prefs.FileSystemPreferencesFactory]
    [090213_045936423][][EXCEPTION] [DEBUG]  [os.version]:[2.6.9-82.ELsmp]
    [090213_045936424][][EXCEPTION] [DEBUG]  [LONG_RUNNING_JVM]:[true]
    [090213_045936424][][EXCEPTION] [DEBUG]  [user.home]:[/home/appdemo]
    [090213_045936424][][EXCEPTION] [DEBUG]  [user.timezone]:[GMT+05:30]
    [090213_045936424][][EXCEPTION] [DEBUG] [java.awt.printerjob]:[sun.print.PSPrinterJob]
    [090213_045936424][][EXCEPTION] [DEBUG]  [file.encoding]:[ANSI_X3.4-1968]
    [090213_045936424][][EXCEPTION] [DEBUG]  [java.specification.version]:[1.4]
    [090213_045936424][][EXCEPTION] [DEBUG]  [CACHEMODE]:[DISTRIBUTED]
    [090213_045936424][][EXCEPTION] [DEBUG] [java.class.path]:[/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar:/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar:/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar:/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/charsets.jar:/u03/ORIDEMO/LIVE_APPL/livecomn/java/appsborg2.zip:/u03/ORIDEMO/LIVE_APPL/livecomn/java/apps.zip:/u03/ORIDEMO/LIVE_APPL/liveora/8.0.6/forms60/java:/u03/ORIDEMO/LIVE_APPL/livecomn/java]
    [090213_045936424][][EXCEPTION] [DEBUG]  [user.name]:[appdemo]
    [090213_045936424][][EXCEPTION] [DEBUG] [DBCFILE]:[/u03/ORIDEMO/LIVE_APPL/liveappl/fnd/11.5.0/secure/ORIDEMO_demo/oridemo.dbc]
    [090213_045936425][][EXCEPTION] [DEBUG] [java.vm.specification.version]:[1.0]
    [090213_045936425][][EXCEPTION] [DEBUG] [java.home]:[/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/jre]
    [090213_045936425][][EXCEPTION] [DEBUG]  [sun.arch.data.model]:[32]
    [090213_045936425][][EXCEPTION] [DEBUG]  [user.language]:[en]
    [090213_045936425][][EXCEPTION] [DEBUG]  [java.specification.vendor]:[Sun Microsystems Inc.]
    [090213_045936425][][EXCEPTION] [DEBUG]  [java.vm.info]:[mixed mode]
    [090213_045936425][][EXCEPTION] [DEBUG] [logfile]:[/u03/ORIDEMO/LIVE_APPL/livecomn/admin/log/ORIDEMO_demo/FNDOPP2984174.txt]
    [090213_045936425][][EXCEPTION] [DEBUG]  [java.version]:[1.4.2_04]
    [090213_045936425][][EXCEPTION] [DEBUG] [java.ext.dirs]:[/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/ext]
    [090213_045936426][][EXCEPTION] [DEBUG] [sun.boot.class.path]:[/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar:/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/i18n.jar:/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/sunrsasign.jar:/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/jsse.jar:/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/jce.jar:/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/charsets.jar:/u03/ORIDEMO/LIVE_APPL/livecomn/util/java/1.4/j2sdk1.4.2_04/jre/classes]
    [090213_045936426][][EXCEPTION] [DEBUG]  [java.vendor]:[Sun Microsystems Inc.]
    [090213_045936426][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MAX]:[2]
    [090213_045936426][][EXCEPTION] [DEBUG]  [file.separator]:[/]
    [090213_045936426][][EXCEPTION] [DEBUG] [java.vendor.url.bug]:[http://java.sun.com/cgi-bin/bugreport.cgi]
    [090213_045936426][][EXCEPTION] [DEBUG] [sun.io.unicode.encoding]:[UnicodeLittle]
    [090213_045936426][][EXCEPTION] [DEBUG]  [sun.cpu.endian]:[little]
    [090213_045936426][][EXCEPTION] [DEBUG]  [APPLOUT]:[out/ORIDEMO_demo]
    [090213_045936427][][EXCEPTION] [DEBUG]  [sun.cpu.isalist]:[]
    [9/2/13 4:59:40 PM] [UNEXPECTED] [2984174:RT21672063] 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:324)
            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:153)
    Caused by: java.io.UnsupportedEncodingException: &Encoding
            at sun.io.Converters.getConverterClass(Converters.java:215)
            at sun.io.Converters.newConverter(Converters.java:248)
            at sun.io.ByteToCharConverter.getConverter(ByteToCharConverter.java:64)
            at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:223)
            at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:209)
            at sun.nio.cs.StreamDecoder.forInputStreamReader(StreamDecoder.java:76)
            at java.io.InputStreamReader.<init>(InputStreamReader.java:83)
            at oracle.xdo.parser.v2.XMLReader.setEncoding(XMLReader.java:848)
            at oracle.xdo.parser.v2.XMLReader.checkXMLDecl(XMLReader.java:2718)
            at oracle.xdo.parser.v2.XMLReader.pushXMLReader(XMLReader.java:471)
            at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:263)
            ... 17 more
    [9/2/13 4:59:40 PM] [2984174:RT21672063] Completed post-processing actions for request 21672063.
    [9/2/13 5:10:51 PM] [OPPServiceThread1] Post-processing request 21672114.
    [9/2/13 5:10:51 PM] [2984174:RT21672114] Executing post-processing actions for request 21672114.
    [9/2/13 5:10:51 PM] [2984174:RT21672114] Starting XML Publisher post-processing action.
    [9/2/13 5:10:51 PM] [2984174:RT21672114]
    Template code: PURCHASE_REGISTER_ITEMWISE
    Template app:  CONA
    Language:      en
    Territory:     00
    Output type:   PDF
    [9/2/13 5:10:51 PM] [UNEXPECTED] [2984174:RT21672114] 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:324)
            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:153)
    Caused by: java.io.UnsupportedEncodingException: &Encoding
            at sun.io.Converters.getConverterClass(Converters.java:215)
            at sun.io.Converters.newConverter(Converters.java:248)
            at sun.io.ByteToCharConverter.getConverter(ByteToCharConverter.java:64)
            at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:223)
            at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:209)
            at sun.nio.cs.StreamDecoder.forInputStreamReader(StreamDecoder.java:76)
            at java.io.InputStreamReader.<init>(InputStreamReader.java:83)
            at oracle.xdo.parser.v2.XMLReader.setEncoding(XMLReader.java:848)
            at oracle.xdo.parser.v2.XMLReader.checkXMLDecl(XMLReader.java:2718)
            at oracle.xdo.parser.v2.XMLReader.pushXMLReader(XMLReader.java:471)
            at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:263)
            ... 17 more
    [9/2/13 5:10:51 PM] [2984174:RT21672114] Completed post-processing actions for request 21672114.
    thaks
    pritesh

    hi experts
    thanks for ur replay,
    this issue is occured with only the particular request and this is custom report. i try some step
    down the manager run the cmclean.sql, increease the  processes of output postprocessor but not get the any type of effect on issue...
    and also follow the step that describe in the below doc:
    Output Post Processor (OPP) Log Contains Error "oracle.xdo.parser.v2.XMLParseException: Unexpected EOF" (Doc ID 1273272.1)
    To Bottom
    request log file details below:
    +---------------------------------------------------------------------------+
    CONA Custom: Version : UNKNOWN - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    PURCHASE_REGISTER_ITEMWISE module: Ori - Purchase Register - Item wise (15x12)
    +---------------------------------------------------------------------------+
    Current system time is 02-SEP-2013 17:10:29
    +---------------------------------------------------------------------------+
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_SEGM='02'
    P_CHART_OF_ACCOUNTS_ID='50268'
    p_from_date='2012/04/01 00:00:00'
    p_to_date='2012/04/05 00:00:00'
    P_YES_NO='No'
    XML_REPORTS_XENVIRONMENT is :
    /u03/ORIDEMO/LIVE_APPL/liveora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /u03/ORIDEMO/LIVE_APPL/liveora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    _AMERICA.UTF8
    Report Builder: Release 6.0.8.25.0 - Production on Mon Sep 2 17:10:29 2013
    (c) Copyright 1999 Oracle Corporation.  All rights reserved.
    Enter Username:
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    Executing request completion options...
    +------------- 1) PUBLISH -------------+
    Beginning post-processing of request 21672114 on node DEMO at 02-SEP-2013 17:10:51.
    Post-processing of request 21672114 failed at 02-SEP-2013 17:10:51 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    +--------------------------------------+
    +------------- 2) PRINT   -------------+
    +--------------------------------------+
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Current system time is 02-SEP-2013 17:10:52
    +---------------------------------------------------------------------------+
    i check the document that u all suggest above after that i update u as soon as possible..
    thanks & regards
    pritesh ranjan

  • Instead of getting PDF got XML output Bi publisher report

    Hi ,
    While i run the concurrent request i got the below :
    Executing request completion options...
    Output file size:
    335
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 3715769 on node CORPT228V at 14-SEP-2012 07:50:11.
    Post-processing of request 3715769 failed at 14-SEP-2012 07:50:11 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    instead of getting pdf output i got xml o/p....
    thanks in advance....
    Regards,
    Doss

    Alex,
    I have checked the log ...i did find the below,
    [9/14/12 8:13:23 AM] [90939:RT3715787] Output file was found but is zero sized - Deleted
    [9/14/12 8:13:23 AM] [UNEXPECTED] [90939:RT3715787] 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:597)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:611)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:239)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
         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:1665)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'ref' used but not declared.
         at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
         at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
         ... 17 more
    [9/14/12 8:13:23 AM] [90939:RT3715787] Completed post-processing actions for request 3715787.
    [9/14/12 8:15:47 AM] [GSMServiceController:90939] New Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
    [9/14/12 9:03:39 AM] [GSMServiceController:90939] Received shutdown request.
    [9/14/12 9:03:39 AM] [GSMServiceController:90939] Preparing to shutdown service.
    [9/14/12 9:03:39 AM] [GSMServiceController:90939] Stopping all Service Threads.
    [9/14/12 9:03:39 AM] [OPPServiceThread0] Preparing to shut down service thread.
    [9/14/12 9:03:39 AM] [OPPServiceThread1] Preparing to shut down service thread.
    [GC 25492K->7906K(63424K), 0.0562769 secs]

  • Post-processing of request  failed

    Hi
    Getting following error when I submit XML Publisher PDF report.
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 265191 on node EORAAPD10 at 14-APR-2006 20:51:43.
    Post-processing of request 265191 failed at 14-APR-2006 20:51:45 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Post Processor Log file:
    Log file has the following error
    [UNEXPECTED] [50985:RT79177] java.sql.SQLException: Non
    supported SQL92 token at position: 1:
    We are on XML Publisher 5.5 and EBS 11.5.10 CU2.
    Any help will be greatly appreciated.
    Thanks

    Suddenly I am getting this warning for a XML Publisher based Report.
    Concurrent program Log
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 610188 on node GCDSINGGN7HRO01 at 07-SEP-2010 10:39:47.
    Post-processing of request 610188 failed at 07-SEP-2010 10:39:48 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Concurrent Manager Log (OutProcessor Log)
    [9/6/10 6:29:36 PM] [OPPServiceThread1] Post-processing request 610188 .
    [9/6/10 6:29:36 PM] [32829:RT610012] Executing post-processing actions for request 610188 .
    [9/6/10 6:29:36 PM] [32829:RT610012] Starting XML Publisher post-processing action.
    [9/6/10 6:29:36 PM] [32829:RT610012]
    Template code: XXPLG_PMS_APPRAISAL_RATING_MGR_TEMP
    Template app: XXPLG
    Language: en
    Territory: US
    Output type: EXCEL
    [9/6/10 6:29:37 PM] [32829:RT610012] Output file was found but is zero sized - Deleted
    [9/6/10 6:29:37 PM] [UNEXPECTED] [32829:RT610012] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    Others this type of report are working fine. Kindly helo on this

  • Problem caling ConcRequest with Post Processing from code using fnd_request

    Gurus,
    Background:
    I am working on an XML Publihser report using Reports6i. I have defined a Report in Applications. This report generates XML data and as part of post processing I specify the template to pick under "Upon Completion" Section. The report works fine when I submit it from SRS window.
    (This is possible because with XML Publisher installed, we can specify a template for any RDF report and its processed as part of Post processing)
    Now I have to invoke the same report programmatically. I am using
    fnd_request.submit_request (application => 'PO',
    program => 'XXTPOREP',
    description => '',
    start_time => '',
    sub_request => FALSE,
    argument1 => 'R',
    argument2 => CHR (0),
    argument3 => CHR (0),
    argument4 => CHR (0),
    argument5 => CHR (0),
    My query is how do I specify the parameters for post processing the request to ensure that the output is generated with the template .
    Thanks in Advance

    before submitting the request add this line
    v_request_status := Fnd_Request.add_layout('PO','XXTPOREP','en','US','PDF');
    This is with the assumption that you need a pdf document as the output and the template language and territory is English and United States
    Message was edited by:
    user585821 on 19 July 2007

  • Post-processing request failed one or more post processing action failed .

    Beginning post-processing of request 3064071 on node SURYA at 03-NOV-2008 17:07:20.
    Post-processing of request 3064071 failed at 03-NOV-2008 17:07:21 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    oppserver log file:
    11/4/08 9:17:55 PM] [main] Starting GSF service with concurrent process id = 1100320.
    [11/4/08 9:17:55 PM] [main] Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
    [11/4/08 9:17:57 PM] [Thread-21] Service thread starting up.
    [11/4/08 9:17:57 PM] [Thread-22] Service thread starting up.
    [11/4/08 9:22:48 PM] [OPPServiceThread0] Post-processing request 3066109.
    [11/4/08 9:22:48 PM] [1100320:RT3066109] Executing post-processing actions for request 3066109.
    [11/4/08 9:22:49 PM] [1100320:RT3066109] Starting XML Publisher post-processing action.
    [11/4/08 9:22:49 PM] [1100320:RT3066109]
    Template code: XXINA_VIOLET_SUPP_EXE
    Template app: SQLAP
    Language: en
    Territory: US
    Output type: PDF
    [110408_092250799][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [110408_092250800][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [110408_092250800][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [110408_092250801][][EXCEPTION] [DEBUG] [SECURITY_GROUP_ID]:[0]
    [110408_092250801][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_INTERVAL]:[60]
    [110408_092250801][][EXCEPTION] [DEBUG] [NLS_CHARACTERSET]:[UTF8]
    [110408_092250801][][EXCEPTION] [DEBUG] [RESP_APPL_ID]:[-1]
    [110408_092250801][][EXCEPTION] [DEBUG] [NLS_LANGUAGE]:[AMERICAN]
    [110408_092250801][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [110408_092250801][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [110408_092250801][][EXCEPTION] [DEBUG] [NLS_NUMERIC_CHARACTERS]:[.,]
    [110408_092250801][][EXCEPTION] [DEBUG] [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=surya.inatech.com)(PORT=1531)))(CONNECT_DATA=(SID=TRAIN)))]
    [110408_092250801][][EXCEPTION] [DEBUG] [RESP_ID]:[-1]
    [110408_092250802][][EXCEPTION] [DEBUG] [FND_MAX_JDBC_CONNECTIONS]:[500]
    [110408_092250802][][EXCEPTION] [DEBUG] [FND_JDBC_USABLE_CHECK]:[true]
    [110408_092250802][][EXCEPTION] [DEBUG] [USER_ID]:[-1]
    [110408_092250802][][EXCEPTION] [DEBUG] [NLS_TERRITORY]:[AMERICA]
    [110408_092250808][][EXCEPTION] [DEBUG] [FND_JDBC_PLSQL_RESET]:[false]
    [110408_092250808][][EXCEPTION] [DEBUG] [FND_JDBC_CONTEXT_CHECK]:[true]
    [110408_092250808][][EXCEPTION] [DEBUG] [NLS_DATE_FORMAT]:[DD-MON-RR]
    [110408_092250808][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_SIZE]:[1]
    [110408_092250808][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.HIGH]:[-1]
    [110408_092250808][][EXCEPTION] [DEBUG] [NLS_SORT]:[BINARY]
    [110408_092250808][][EXCEPTION] [DEBUG] [NLS_DATE_LANGUAGE]:[AMERICAN]
    [110408_092250808][][EXCEPTION] [DEBUG] [LOGIN_ID]:[-1]
    [110408_092250809][][EXCEPTION] [DEBUG] ------- Properties stored in Java System Properties -------
    [110408_092250809][][EXCEPTION] [DEBUG] [APPLTMP]:[u02/oracle/traincomn/temp]
    [110408_092250809][][EXCEPTION] [DEBUG] [java.runtime.name]:[Java(TM) 2 Runtime Environment, Standard Edition]
    [110408_092250809][][EXCEPTION] [DEBUG] [sun.boot.library.path]:[u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/i386]
    [110408_092250809][][EXCEPTION] [DEBUG] [java.vm.version]:[1.4.2_04-b05]
    [110408_092250809][][EXCEPTION] [DEBUG] [OVERRIDE_DBC]:[true]
    [110408_092250811][][EXCEPTION] [DEBUG] [dbcfile]:[u01/oracle/trainappl/fnd/11.5.0/secure/TRAIN_surya/train.dbc]
    [110408_092250811][][EXCEPTION] [DEBUG] [java.vm.vendor]:[Sun Microsystems Inc.]
    [110408_092250811][][EXCEPTION] [DEBUG] [java.vendor.url]:[http://java.sun.com/]
    [110408_092250812][][EXCEPTION] [DEBUG] [path.separator]:[:]
    [110408_092250812][][EXCEPTION] [DEBUG] [APPLCSF]:[u02/oracle/traincomn/admin]
    [110408_092250812][][EXCEPTION] [DEBUG] [java.vm.name]:[Java HotSpot(TM) Client VM]
    [110408_092250812][][EXCEPTION] [DEBUG] [file.encoding.pkg]:[sun.io]
    [110408_092250812][][EXCEPTION] [DEBUG] [user.country]:[US]
    [110408_092250812][][EXCEPTION] [DEBUG] [sun.os.patch.level]:[unknown]
    [110408_092250812][][EXCEPTION] [DEBUG] [java.vm.specification.name]:[Java Virtual Machine Specification]
    [110408_092250813][][EXCEPTION] [DEBUG] [user.dir]:[u02/oracle/traincomn/admin/log/TRAIN_surya]
    [110408_092250813][][EXCEPTION] [DEBUG] [java.runtime.version]:[1.4.2_04-b05]
    [110408_092250813][][EXCEPTION] [DEBUG] [java.awt.graphicsenv]:[sun.awt.X11GraphicsEnvironment]
    [110408_092250813][][EXCEPTION] [DEBUG] [java.endorsed.dirs]:[u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/endorsed]
    [110408_092250813][][EXCEPTION] [DEBUG] [os.arch]:[i386]
    [110408_092250813][][EXCEPTION] [DEBUG] [JTFDBCFILE]:[u01/oracle/trainappl/fnd/11.5.0/secure/TRAIN_surya/train.dbc]
    [110408_092250813][][EXCEPTION] [DEBUG] [java.io.tmpdir]:[tmp]
    [110408_092250813][][EXCEPTION] [DEBUG] [line.separator]:[
    [110408_092250813][][EXCEPTION] [DEBUG] [java.vm.specification.vendor]:[Sun Microsystems Inc.]
    [110408_092250813][][EXCEPTION] [DEBUG] [os.name]:[Linux]
    [110408_092250813][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [110408_092250813][][EXCEPTION] [DEBUG] [cpid]:[1100320]
    [110408_092250814][][EXCEPTION] [DEBUG] [sun.java2d.fontpath]:[]
    [110408_092250814][][EXCEPTION] [DEBUG] [java.library.path]:[u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/i386/client:/u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/i386:/u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/jre/../lib/i386:/u02/oracle/trainora/iAS/lib:/u02/oracle/trainora/8.0.6/network/jre11/lib/i686/native_threads:/u02/oracle/trainora/8.0.6/network/jre11/lib/linux/native_threads:/u01/oracle/trainappl/cz/11.5.0/bin:/u02/oracle/trainora/8.0.6/lib:/usr/X11R6/lib:/usr/openwin/lib]
    [110408_092250814][][EXCEPTION] [DEBUG] [java.specification.name]:[Java Platform API Specification]
    [110408_092250814][][EXCEPTION] [DEBUG] [java.class.version]:[48.0]
    [110408_092250814][][EXCEPTION] [DEBUG] [java.util.prefs.PreferencesFactory]:[java.util.prefs.FileSystemPreferencesFactory]
    [110408_092250815][][EXCEPTION] [DEBUG] [os.version]:[2.6.9-34.EL]
    [110408_092250815][][EXCEPTION] [DEBUG] [LONG_RUNNING_JVM]:[true]
    [110408_092250815][][EXCEPTION] [DEBUG] [user.home]:[home/oracle]
    [110408_092250815][][EXCEPTION] [DEBUG] [user.timezone]:[Asia/Calcutta]
    [110408_092250815][][EXCEPTION] [DEBUG] [java.awt.printerjob]:[sun.print.PSPrinterJob]
    [110408_092250815][][EXCEPTION] [DEBUG] [file.encoding]:[ANSI_X3.4-1968]
    [110408_092250815][][EXCEPTION] [DEBUG] [java.specification.version]:[1.4]
    [110408_092250815][][EXCEPTION] [DEBUG] [CACHEMODE]:[DISTRIBUTED]
    [110408_092250815][][EXCEPTION] [DEBUG] [java.class.path]:[u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar:/u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar:/u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar:/u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/charsets.jar:/u02/oracle/traincomn/java/appsborg2.zip:/u02/oracle/traincomn/java/apps.zip:/u02/oracle/trainora/8.0.6/forms60/java:/u02/oracle/traincomn/java]
    [110408_092250815][][EXCEPTION] [DEBUG] [user.name]:[oracle]
    [110408_092250815][][EXCEPTION] [DEBUG] [DBCFILE]:[u01/oracle/trainappl/fnd/11.5.0/secure/TRAIN_surya/train.dbc]
    [110408_092250816][][EXCEPTION] [DEBUG] [java.vm.specification.version]:[1.0]
    [110408_092250816][][EXCEPTION] [DEBUG] [java.home]:[u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/jre]
    [110408_092250816][][EXCEPTION] [DEBUG] [sun.arch.data.model]:[32]
    [110408_092250816][][EXCEPTION] [DEBUG] [user.language]:[en]
    [110408_092250816][][EXCEPTION] [DEBUG] [java.specification.vendor]:[Sun Microsystems Inc.]
    [110408_092250816][][EXCEPTION] [DEBUG] [java.vm.info]:[mixed mode]
    [110408_092250816][][EXCEPTION] [DEBUG] [logfile]:[u02/oracle/traincomn/admin/log/TRAIN_surya/FNDOPP1100320.txt]
    [110408_092250816][][EXCEPTION] [DEBUG] [java.version]:[1.4.2_04]
    [110408_092250816][][EXCEPTION] [DEBUG] [java.ext.dirs]:[u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/ext]
    [110408_092250816][][EXCEPTION] [DEBUG] [sun.boot.class.path]:[u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar:/u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/i18n.jar:/u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/sunrsasign.jar:/u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/jsse.jar:/u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/jce.jar:/u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/charsets.jar:/u02/oracle/traincomn/util/java/1.4/j2sdk1.4.2_04/jre/classes]
    [110408_092250817][][EXCEPTION] [DEBUG] [java.vendor]:[Sun Microsystems Inc.]
    [110408_092250817][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [110408_092250817][][EXCEPTION] [DEBUG] [file.separator]:[]
    [110408_092250817][][EXCEPTION] [DEBUG] [java.vendor.url.bug]:[http://java.sun.com/cgi-bin/bugreport.cgi]
    [110408_092250817][][EXCEPTION] [DEBUG] [sun.io.unicode.encoding]:[UnicodeLittle]
    [110408_092250817][][EXCEPTION] [DEBUG] [sun.cpu.endian]:[little]
    [110408_092250817][][EXCEPTION] [DEBUG] [APPLOUT]:[out/TRAIN_surya]
    [110408_092250817][][EXCEPTION] [DEBUG] [sun.cpu.isalist]:[]
    [11/4/08 9:23:00 PM] [UNEXPECTED] [1100320:RT3066109] 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:324)
         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: java.io.UnsupportedEncodingException: &Encoding
         at sun.io.Converters.getConverterClass(Converters.java:215)
         at sun.io.Converters.newConverter(Converters.java:248)
         at sun.io.ByteToCharConverter.getConverter(ByteToCharConverter.java:64)
         at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:223)
         at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:209)
         at sun.nio.cs.StreamDecoder.forInputStreamReader(StreamDecoder.java:76)
         at java.io.InputStreamReader.<init>(InputStreamReader.java:83)
         at oracle.xdo.parser.v2.XMLReader.setEncoding(XMLReader.java:848)
         at oracle.xdo.parser.v2.XMLReader.checkXMLDecl(XMLReader.java:2718)
         at oracle.xdo.parser.v2.XMLReader.pushXMLReader(XMLReader.java:471)
         at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:263)
         ... 17 more
    [11/4/08 9:23:00 PM] [1100320:RT3066109] Completed post-processing actions for request 3066109.
    [11/5/08 11:00:13 AM] [OPPServiceThread0] Post-processing request 3067075.
    [11/5/08 11:00:15 AM] [1100320:RT3067075] Executing post-processing actions for request 3067075.
    [11/5/08 11:00:15 AM] [1100320:RT3067075] Starting XML Publisher post-processing action.
    [11/5/08 11:00:15 AM] [1100320:RT3067075]
    Template code: XXINA_XML_TEST_TEMPLATE
    Template app: PO
    Language: en
    Territory: US
    Output type: PDF
    [11/5/08 11:00:58 AM] [UNEXPECTED] [1100320:RT3067075] 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:324)
         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: java.io.UnsupportedEncodingException: &Encoding
         at sun.io.Converters.getConverterClass(Converters.java:215)
         at sun.io.Converters.newConverter(Converters.java:248)
         at sun.io.ByteToCharConverter.getConverter(ByteToCharConverter.java:64)
         at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:223)
         at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:209)
         at sun.nio.cs.StreamDecoder.forInputStreamReader(StreamDecoder.java:76)
         at java.io.InputStreamReader.<init>(InputStreamReader.java:83)
         at oracle.xdo.parser.v2.XMLReader.setEncoding(XMLReader.java:848)
         at oracle.xdo.parser.v2.XMLReader.checkXMLDecl(XMLReader.java:2718)
         at oracle.xdo.parser.v2.XMLReader.pushXMLReader(XMLReader.java:471)
         at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:263)
         ... 17 more
    [11/5/08 11:01:00 AM] [1100320:RT3067075] Completed post-processing actions for request 3067075.
    [11/5/08 12:20:30 PM] [OPPServiceThread1] Post-processing request 3067153.
    [11/5/08 12:20:30 PM] [1100320:RT3067153] Executing post-processing actions for request 3067153.
    [11/5/08 12:20:30 PM] [1100320:RT3067153] Starting XML Publisher post-processing action.
    [11/5/08 12:20:30 PM] [1100320:RT3067153]
    Template code: XXINA_XML_TRANS
    Template app: PO
    Language: en
    Territory: US
    Output type: PDF
    [11/5/08 12:20:37 PM] [UNEXPECTED] [1100320:RT3067153] 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:324)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:558)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:228)
         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: java.io.FileNotFoundException: /D:\Inahome\Raja Ramesh\Official\XML Publisher -Internal Project\SD - XML Publisher\31-oct\subtemp.rtf (No such file or directory)
         at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:782)
         at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:564)
         ... 17 more
    [11/5/08 12:20:38 PM] [1100320:RT3067153] Completed post-processing actions for request 3067153.
    [11/5/08 5:32:38 PM] [OPPServiceThread0] Post-processing request 3067574.
    [11/5/08 5:32:39 PM] [1100320:RT3067574] Executing post-processing actions for request 3067574.
    [11/5/08 5:32:39 PM] [1100320:RT3067574] Starting XML Publisher post-processing action.
    [11/5/08 5:32:39 PM] [1100320:RT3067574]
    Template code: XXINA_XML_TEST
    Template app: PO
    Language: en
    Territory: US
    Output type: PDF
    [11/5/08 5:33:11 PM] [1100320:RT3067574] XML Publisher post-processing action complete.
    [11/5/08 5:33:11 PM] [1100320:RT3067574] Completed post-processing actions for request 3067574.
    [11/5/08 5:36:51 PM] [OPPServiceThread1] Post-processing request 3067581.
    [11/5/08 5:36:51 PM] [1100320:RT3067581] Executing post-processing actions for request 3067581.
    [11/5/08 5:36:51 PM] [1100320:RT3067581] Starting XML Publisher post-processing action.
    [11/5/08 5:36:51 PM] [1100320:RT3067581]
    Template code: XXINA_XML_TEST
    Template app: PO
    Language: en
    Territory: US
    Output type: PDF
    [11/5/08 5:36:56 PM] [1100320:RT3067581] XML Publisher post-processing action complete.
    [11/5/08 5:36:56 PM] [1100320:RT3067581] Completed post-processing actions for request 3067581.
    getting this error in OPP server log file
    any solutions ?
    regards,
    Arul.

    Caused by: java.io.FileNotFoundException: /D:\Inahome\Raja Ramesh\Official\XML Publisher -Internal Project\SD - XML Publisher\31-oct\subtemp.rtf (No such file or directory)Did you verify this?

  • Post Processing Time

    Hi
    Just had a general question about post processing. We have moved in BI Publisher ((5.6.3) E-Business 12.1.1)) in a big way meaning we now have hardly any concurrent programs of sql*plus, Oracle Reports or PL/SQL type. This means we have a lot of post processing - 2500 approx. reports a day with more to come I imagine.
    Is there any danger in adopting BI Publisher this aggressively? Is there an optimal time which reports should be running with post processing for instance a percentage of total time of the concurrent request for example if a report takes 5 minutes to run how long should it take to post process 10% of the total time or is it depend on the size of the output?
    Thanks in Advance

    HTML is a simple format (Text).
    Excel is more complicated and requires more time to generate. The same applies for Word and PDF output.
    Maybe the processing power and memory of the server are not high and this does not help generate the output faster.
    I have a workaround for you, generate an XML file (which should finish faster) and open it in Excel.

Maybe you are looking for

  • CRM Sales 2.0 : Attachments are not downloaded to iPad

    Hi Community, We are using SAP CRM Sales mobile 2.0.x app on iPad devices. We are facing an issue with attachments. When we add attachments to transactions, they are not downloaded to device. I can see the attachment information on the transaction as

  • IDOC INVOIC02 in outbound - segment E1EDP05

    I'm making some test with the IDOC INVOIC02, i try to generate a invoice idoc for from another SAP system for generate SD invoice with the GN_INVOICE_CREATE. I view that the idoc created dont generate the segment E1EDP05 with the pricing procedure co

  • New Business Process

    Hi SAP gurus !! I need  Help/inputs on the following business Process: We are into manufacturing & selling of Diesel Locomotive Engines. These Engines & its subcomponents first we assemble at a remote place far from main Plant. once the Engine is rea

  • How do I retrieve my pictures I saved on iCloud?

    How do I find photos I saved on my iCloud account from another iPhone?

  • Lightroom 4.3 suddenly hangs-up

    Importing Canon RAW files,  "copy as DNG", Lightroom 4.3 creates the DNG files (I can see them using Windows Explorer) but never adds the files to the Catalog, even after waiting over night. Also tried opening a new catalog.  It also exhibits the sam