Images in RTF template giving errors

Hi,
I am using "XML Publisher Template Builder for Word" ver 5.6 Build 45.
My requirement says that i need to put all data values in a Rectangular BOX. I made the template and tested the same by using Priview option of Template Buider, and it looks Good.
Now as soon as i am trying to upload the same template it gives me NPE, i am pasting the same here....
## Detail 0 ##
java.lang.NullPointerException
     at oracle.apps.xdo.XDOException.getMessage(XDOException.java:128)
     at java.lang.Throwable.getLocalizedMessage(Throwable.java:266)
     at java.lang.Throwable.toString(Throwable.java:343)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
     at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:985)
     at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:210)
Now after this when i closed the instance and reopen it, i found the template is already added even after that exception.
Now i when i am trying to run report it is compliting with error and in log life, error is shown as below...
[9/21/06 2:45:46 PM] [UNEXPECTED] [186597:RT3517534] java.sql.SQLException: No c
orresponding 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_LA
NGUAGE DEFAULT_LANGUAGE, B.DEFAULT_TERRITORY DEFAULT_TERRITORY,B.TEMPLATE_TYPE_C
ODE TEMPLATE_TYPE_CODE, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.START_DATE START_DA
TE, B.END_DATE END_DATE, B.TEMPLATE_STATUS TEMPLATE_STATUS, B.USE_ALIAS_TABLE US
E_ALIAS_TABLE FROM XDO_LOBS L, XDO_TEMPLATES_B B WHERE L.LOB_TYPE = :1 AND L.APP
LICATION_SHORT_NAME= :2 AND L.LOB_CODE = :3 AND L.APPLICATION_SHORT_NAME = B.APP
LICATION_SHORT_NAME AND L.LOB_CODE = B.TEMPLATE_CODE AND ( (L.LANGUAGE = :4 AND
L.TERRITORY = :5 ) OR (L.LANGUAGE = :6 AND L.TERRITORY = :7) OR (L.LANGUAGE=
B.DEFAULT_LANGUAGE AND L.TERRITORY= B.DEFAULT_TERRITORY ) )
As there is no row returing in this query i thing there are some prasing issues with RTF templated with images as the same report works fine without images.
Please tell me if you have any pointer how to resove the issue.

Hi Tim,
We have logged SR 5803815.992, and uploaded the RTF template and a sample XML data file.
We are currently on 11.5.10 CU2 and 11i.XDO.H
Please let us know if you need any other information.
Thanks

Similar Messages

  • How can i display image in RTF template when Oracle Apps running in Windows

    Can any body help how can i display image in RTF template when oracle apps running in Windows Server.
    Thanks
    Ravi

    Hi Ravi,
    You can add images into your rtf template using MS Word Insert Picture feature.
    Did you try this method?
    Thanks
    Ravi
    [email protected]

  • Relative path for images in RTF templates

    Hi everybody!
    When I insert an image in a RTF template, I put its path into the web dialog, in order to see correctly the picture when I open the report from the xmlp server, in this way: url:{"http://servername/analytics/res/Images/image.bmp"}
    How can I make this path relative, in order to see the images even if the server name changes?
    Thanks so!
    Francesco

    Hi Tim,
    I am using BIP 10.1.3.3.2. I am able to access system variable CURRENT_SERVER URL.
    Steps:
    <?param@begin:CURRENT_SERVER_URL?>
    <xsl:value-of select="$ CURRENT_SERVER_URL"/>
    CURRENT_SERVER_URL is getting printed in BI Publisher. Value displayed is http://xx4697.xxx.co.in:9704/xmlpserver.
    Now we are importing xsl into RTF template. File aaa.xsl is stored at [BIP_Installation_Directory\oc4j_bi\j2ee\home\default-web-app]
    We have hardcoded the path for XSL in RTF. The path is <?import: http://xx4697.xxx.co.in:9704/aaa.xsl?>
    As we want to set dynamic path we changed hardcoded xsl path to <?import: {$CURRENT_SERVER_URL}/../aaa.xsl?> but it is not working. Sometimes BIP is taking local path of MyDocuments folder and sometimes Desktop path. If I put that XSL file in MyDocuments folder or Desktop, it is working fine. But ideally it should refer [BIP_Installation_Directory\oc4j_bi\j2ee\home\default-web-app] path...
    Thanks,
    Amit D

  • Insert Image in RTF Template Conditionally

    Can an image be inserted into an RTF Template using an If-Then statement? Like this:
    <?if:FIELD1='IMAGE1' 'insert IMAGE1' else 'insert IMAGE2'?>
    If this is possible what syntax needs to be where the example says 'insert IMAGE1'? The images are jpg files that exist on a local PC but the template will run on a Unix machine.
    Is there a way to do this? Thank you very much.
    James

    you can try like this
    <?template:image?>
    <?if:FIELD1='IMAGE1'?>
    IMAGE1
    <?end if?>
    <?if:FIELD1!='IMAGE1'?>
    IMAGE2
    <?end if?>
    <?end template?>
    use this tag where u need image <?call:image?>
    for image location or dynamic images check these links
    https://blogs.oracle.com/xmlpublisher/entry/dynamic_images
    https://blogs.oracle.com/xmlpublisher/entry/one_of_our_images_is_missing
    http://learnobi.blogspot.com/2012/08/dynamic-image-in-rtf-of-oracle-bi.html
    Signature image on template

  • Shared Folder Images in RTF Template?

    Hi, how to use images which are in shared folders like *\\\\path\\Trademarks\\test.jpg* into RTF templates? url:{} works only for http links and doesn't work for shared path. I need to have dynamic images, we have a logic in query that would give us the path like *\\\\usnbkb110p\\Trademarks\\testforuljp.jpg*. Not sure how to proceed further. Kindly advice.

    Any ideas on this? Any recommendation would be appreciated.

  • How to display a blob image in RTF template's Header.

    Hi,
    I want to display a blob image (logo company) in my RTF template,
    my problem is how i can display this image in the template's Header.
    I tried this
    <?
    <fo:instream-foreign-object content-type="image/jpeg" >
    <xsl:value-of select=".//LOGO"/>
    </fo:instream-foreign-object>
    ?>
    but was unsuccessful
    Thanks in advance.

    I tried this
    <?
    <fo:instream-foreign-object content-type="image/jpeg" >
    <xsl:value-of select=".//LOGO"/>
    </fo:instream-foreign-object>
    ?>
    but was unsuccessful
    sure
    what is red elements ?
    you template can be looks like
    ..... some data .....
    ( after  all data )
    <?template:footer_logo?>
    <fo:instream-foreign-object content-type="image/jpeg" ><xsl:value-of select=".//LOGO"/></fo:instream-foreign-object> (as field )
    <?end template?>
    <?call-template:footer_logo?> ( in header/footer )
    some remarks https://oralublog.wordpress.com/2014/10/04/bi-publisher-11g-footers-and-headers-in-rtf-template/

  • Custom Java class called from RTF template generates error

    We are running a report in BI Publisher and the report calls a custom developed Java class that is used to bind PDFs together and sent the result to another application.
    On the RTF template we have some XSLT that reads the input XML and sets a variable which is then passed to the Java class. We are however getting the following error when the report is called simultaneously 2 or more times:
    XML-22044: (Error) Extension function error: Error invoking 'JavaClassName': 'java.lang.Error: Cannot interweave overlay template with pdf input, combined number of pages is odd!
    I read this as the real cause of the error is the Java code but I'm not 100% sure. Also I don't understand what the error message means.
    Could someone help out please?
    Many thanks

    Since our this requirement is in Quotes module, its not using OAF. It is using plain JSPs and java classes.
    What i was thinking is, create the Option values as flex fields, and write a custom java class to fetch these data from the flex tables and use it in the JSP.
    The main problem we are facing now is,
    "...we wrote a simple java class, which establishes database connection, executes a simple insert & select query to our custom table. compiled & placed the class file under our new pkg structure under $JAVA_TOP eg. oracle.apps.xxx.quot.tmpl , bounced the apache."
    But when we tried to import this class in the jsp (which is being customized), the app just throwed Internal Server Error and we couldnt find any info in the Log file.
    Couldnt guess, why is this simple thing failing. Any idea ?

  • Display of image in rtf template

    Hi,
    I have a tag in my xml file like
    <ImageDistributeur>IMAGE:D:\EXPLOIT_UNPMF\Edition\Image\L29004G.tif</ImageDistributeur>
    and the image is stored in the particular location specified inside the tag.
    The xml file doesnt contain the image...
    My question is how can i use the tag and get the image in the template.
    I dont want to embed the image directly into the template as it is a dynamic logo...
    so i have to use the xml tag.
    but if use the above <ImageDistributeur> tag... its obvious that the text inside the tag only will be printed...
    Is there any other way to get the image from the path specified ..if so please guide me in this issue.

    Hi,
    have a look at Tims Blog: http://blogs.oracle.com/xmlpublisher/2006/05/02#a25
    Regards
    Rainer

  • Multiple images in rtf template with out using url conditions

    Just iam taken 3 logos from system to make copy and paste in rtf file
    But i need to write the conditions for those logos depend upon ord_id (or) supplier_name?
    How can i write condition by taking the if/when between logos
    Any one knows pls replay this (or) send to my mail id "[email protected]"
    Thanks and Regards,
    Basha

    Hi Tim,
    We have logged SR 5803815.992, and uploaded the RTF template and a sample XML data file.
    We are currently on 11.5.10 CU2 and 11i.XDO.H
    Please let us know if you need any other information.
    Thanks

  • XML Publisher errors with pdf template workd perfectly with rtf template

    Hi there,
    I hope you are well.
    I am having a problem with pdf templates in XML publisher. I have a report which outputs XML, this works very well with an rtf template. However I am trying to create a pdf xml publisher template (using the concurrent process which generates the same xml data source) and use this as the basis for the xml publisher report. The process is failing with the error ‘No output file exists for request xxxx’
    I am currently working with a very simplified example, the concurrent program generates 5 fields in the xml output including ASSIGNMENT_NUMBER and NI_NUMBER.
    Text fields with the same names are inserted into the pdf corresponding to all fields.
    Any advice on this would be very greatly appreciated.
    Many Thanks
    Kev

    Hi there,
    I have enabled debug mode and run the report as a 2 step process.
    The debug file is attached. Although it says pdf file created successfully no pdf is created and the output file is 0 bytes in size.
    Any help would be greatly appreciated.
    Kev
    XML Publisher: Version : 11.5.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XDOREPPB module: XML Report Publisher
    Current system time is 13-MAY-2010 11:22:25
    Oracle XML Publisher 5.6.3
    Request ID: 2429757
    All Parameters: ReportRequestID=2429756:TemplateApplication=801:ReportTemplate=RCBC_Payslip_def2_temp2o:TemplateLocale=en:DebugFlag=Y:ReportTemplateType=PDF:OutputFormat=PDF
    Report Template: RCBC_Payslip_def2_temp2o
    Report Req ID: 2429756
    Template Application: PAY
    Template Locale: en
    Debug Flag: Y
    Output Format: PDF
    parseLocale
    Updating request description
    Updated description
    Output type: PDF
    Waiting for XML request
    lPhase: Completed
    lStatus: Warning
    lDevPhase: COMPLETE
    lDevStatus: WARNING
    lMessage: Normal completion
    lError: null
    lRetVal: Successful
    Retrieving XML request information
    Node Name:RC-ORADB-1
    Preparing parameters
    PDF output =/u13/RCDEV1/rcdev1comn/admin/out/RCDEV1_rc-oradb-1/o2429757.out
    inputfilename =/u13/RCDEV1/rcdev1comn/admin/out/RCDEV1_rc-oradb-1/o2429756.out
    Apps Short: PAY
    Templ Code: RCBC_Payslip_def2_temp2o
    Templ Lang: en
    Templ Terr: 00
    Process template
    [051310_112230737][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [051310_112230738][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [051310_112230739][][EXCEPTION] [DEBUG] [IA_TOP]:[u13/RCDEV1/rcdev1appl/ia/11.5.0]
    [051310_112230739][][EXCEPTION] [DEBUG] [DISPLAY_LANGUAGE]:[US]
    [051310_112230739][][EXCEPTION] [DEBUG] [PA_TOP]:[u13/RCDEV1/rcdev1appl/pa/11.5.0]
    [051310_112230739][][EXCEPTION] [DEBUG] [CONTEXT_NAME]:[RCDEV1_rc-oradb-1]
    [051310_112230739][][EXCEPTION] [DEBUG] [PLATFORM]:[SUN_OS5]
    [051310_112230739][][EXCEPTION] [DEBUG] [FNDNAM]:[APPS]
    [051310_112230739][][EXCEPTION] [DEBUG] [CUE_TOP]:[u13/RCDEV1/rcdev1appl/cue/11.5.0]
    [051310_112230739][][EXCEPTION] [DEBUG] [CSI_TOP]:[u13/RCDEV1/rcdev1appl/csi/11.5.0]
    [051310_112230739][][EXCEPTION] [DEBUG] [EDR_TOP]:[u13/RCDEV1/rcdev1appl/edr/11.5.0]
    [051310_112230739][][EXCEPTION] [DEBUG] [QRM_TOP]:[u13/RCDEV1/rcdev1appl/qrm/11.5.0]
    [051310_112230740][][EXCEPTION] [DEBUG] [NLS_SORT]:[binary]
    [051310_112230740][][EXCEPTION] [DEBUG] [PO_TOP]:[u13/RCDEV1/rcdev1appl/po/11.5.0]
    [051310_112230740][][EXCEPTION] [DEBUG] [APPLUSR]:[usrxit]
    [051310_112230740][][EXCEPTION] [DEBUG] [FND_JDBC_PLSQL_RESET]:[false]
    [051310_112230740][][EXCEPTION] [DEBUG] [ASF_TOP]:[u13/RCDEV1/rcdev1appl/asf/11.5.0]
    [051310_112230740][][EXCEPTION] [DEBUG] [AFJCPARG]:[-client]
    [051310_112230740][][EXCEPTION] [DEBUG] [CUS_TOP]:[u13/RCDEV1/rcdev1appl/cus/11.5.0]
    [051310_112230740][][EXCEPTION] [DEBUG] [FORMS60_RTI_DIR]:[u13/RCDEV1/rcdev1comn/admin/log/RCDEV1_rc-oradb-1]
    [051310_112230740][][EXCEPTION] [DEBUG] [PSB_TOP]:[u13/RCDEV1/rcdev1appl/psb/11.5.0]
    [051310_112230740][][EXCEPTION] [DEBUG] [CHMOD]:[chmod]
    [051310_112230741][][EXCEPTION] [DEBUG] [ADJVAPRG]:[usr/jdk1.6.0_04/bin/java]
    [051310_112230741][][EXCEPTION] [DEBUG] [ORAPLSQLLOADPATH]:[u13/RCDEV1/rcdev1appl/au/11.5.0/graphs]
    [051310_112230741][][EXCEPTION] [DEBUG] [PCCFLAGS]:[include=$(PCCINC) ireclen=161 sqlcheck=none dbms=v6]
    [051310_112230741][][EXCEPTION] [DEBUG] [GMF_TOP]:[u13/RCDEV1/rcdev1appl/gmf/11.5.0]
    [051310_112230741][][EXCEPTION] [DEBUG] [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=rc-oradb-1.redclev.net)(PORT=1528)))(CONNECT_DATA=(SID=RCDEV1)))]
    [051310_112230741][][EXCEPTION] [DEBUG] [BEN_TOP]:[u13/RCDEV1/rcdev1appl/ben/11.5.0]
    [051310_112230741][][EXCEPTION] [DEBUG] [IEO_TOP]:[u13/RCDEV1/rcdev1appl/ieo/11.5.0]
    [051310_112230741][][EXCEPTION] [DEBUG] [APPLMSG]:[mesg]
    [051310_112230741][][EXCEPTION] [DEBUG] [AST_TOP]:[u13/RCDEV1/rcdev1appl/ast/11.5.0]
    [051310_112230741][][EXCEPTION] [DEBUG] [ORACLE_HOME]:[u13/RCDEV1/rcdev1ora/8.0.6]
    [051310_112230742][][EXCEPTION] [DEBUG] [FPT_TOP]:[u13/RCDEV1/rcdev1appl/fpt/11.5.0]
    [051310_112230742][][EXCEPTION] [DEBUG] [OTA_TOP]:[u13/RCDEV1/rcdev1appl/ota/11.5.0]
    [051310_112230742][][EXCEPTION] [DEBUG] [PSP_TOP]:[u13/RCDEV1/rcdev1appl/psp/11.5.0]
    [051310_112230742][][EXCEPTION] [DEBUG] [OKE_TOP]:[u13/RCDEV1/rcdev1appl/oke/11.5.0]
    [051310_112230742][][EXCEPTION] [DEBUG] [IBU_TOP]:[u13/RCDEV1/rcdev1appl/ibu/11.5.0]
    [051310_112230742][][EXCEPTION] [DEBUG] [FORMS60_CATCHTERM]:[1]
    [051310_112230742][][EXCEPTION] [DEBUG] [DT_TOP]:[u13/RCDEV1/rcdev1appl/dt/11.5.0]
    [051310_112230742][][EXCEPTION] [DEBUG] [JL_TOP]:[u13/RCDEV1/rcdev1appl/jl/11.5.0]
    [051310_112230742][][EXCEPTION] [DEBUG] [LANG_CODE]:[US]
    [051310_112230742][][EXCEPTION] [DEBUG] [OPI_TOP]:[u13/RCDEV1/rcdev1appl/opi/11.5.0]
    [051310_112230743][][EXCEPTION] [DEBUG] [IAS_CONFIG_HOME]:[u13/RCDEV1/rcdev1ora/iAS]
    [051310_112230743][][EXCEPTION] [DEBUG] [PN_TOP]:[u13/RCDEV1/rcdev1appl/pn/11.5.0]
    [051310_112230743][][EXCEPTION] [DEBUG] [AZ_TOP]:[u13/RCDEV1/rcdev1appl/az/11.5.0]
    [051310_112230743][][EXCEPTION] [DEBUG] [APPLPTMP]:[usr/tmp/RCDEV1]
    [051310_112230743][][EXCEPTION] [DEBUG] [GSM_FLAG]:[ON]
    [051310_112230743][][EXCEPTION] [DEBUG] [FORMS60_PATH]:[u13/RCDEV1/rcdev1appl/au/11.5.0/resource:/u13/RCDEV1/rcdev1appl/au/11.5.0/resource/stub]
    [051310_112230743][][EXCEPTION] [DEBUG] [OKS_TOP]:[u13/RCDEV1/rcdev1appl/oks/11.5.0]
    [051310_112230743][][EXCEPTION] [DEBUG] [PSA_TOP]:[u13/RCDEV1/rcdev1appl/psa/11.5.0]
    [051310_112230743][][EXCEPTION] [DEBUG] [FORMS60_TIMEOUT]:[5]
    [051310_112230743][][EXCEPTION] [DEBUG] [TK_PRINT_STATUS]:[echo %n is valid]
    [051310_112230744][][EXCEPTION] [DEBUG] [FA_TOP]:[u13/RCDEV1/rcdev1appl/fa/11.5.0]
    [051310_112230744][][EXCEPTION] [DEBUG] [ZFA_TOP]:[u13/RCDEV1/rcdev1appl/zfa/11.5.0]
    [051310_112230744][][EXCEPTION] [DEBUG] [OA_MEDIA]:[u13/RCDEV1/rcdev1comn/java/oracle/apps/media]
    [051310_112230744][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [051310_112230744][][EXCEPTION] [DEBUG] [EC_TOP]:[u13/RCDEV1/rcdev1appl/ec/11.5.0]
    [051310_112230744][][EXCEPTION] [DEBUG] [HXT_TOP]:[u13/RCDEV1/rcdev1appl/hxt/11.5.0]
    [051310_112230744][][EXCEPTION] [DEBUG] [OA_HTML]:[u13/RCDEV1/rcdev1comn/html]
    [051310_112230744][][EXCEPTION] [DEBUG] [GME_TOP]:[u13/RCDEV1/rcdev1appl/gme/11.5.0]
    [051310_112230744][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [051310_112230744][][EXCEPTION] [DEBUG] [AK_TOP]:[u13/RCDEV1/rcdev1appl/ak/11.5.0]
    [051310_112230744][][EXCEPTION] [DEBUG] [RESP_ID]:[50236]
    [051310_112230745][][EXCEPTION] [DEBUG] [ME_TOP]:[u13/RCDEV1/rcdev1appl/me/11.5.0]
    [051310_112230745][][EXCEPTION] [DEBUG] [JTF_TOP]:[u13/RCDEV1/rcdev1appl/jtf/11.5.0]
    [051310_112230745][][EXCEPTION] [DEBUG] [COMMON_TOP]:[u13/RCDEV1/rcdev1comn]
    [051310_112230745][][EXCEPTION] [DEBUG] [BIS_TOP]:[u13/RCDEV1/rcdev1appl/bis/11.5.0]
    [051310_112230745][][EXCEPTION] [DEBUG] [FORMS60_APPSLIBS]:[APPCORE FNDSQF APPDAYPK APPFLDR GLCORE HR_GEN HR_SPEC ARXCOVER]
    [051310_112230745][][EXCEPTION] [DEBUG] [MFG_TOP]:[u13/RCDEV1/rcdev1appl/mfg/11.5.0]
    [051310_112230745][][EXCEPTION] [DEBUG] [FND_TOP]:[u13/RCDEV1/rcdev1appl/fnd/11.5.0]
    [051310_112230745][][EXCEPTION] [DEBUG] [GMS_TOP]:[u13/RCDEV1/rcdev1appl/gms/11.5.0]
    [051310_112230745][][EXCEPTION] [DEBUG] [SSP_TOP]:[u13/RCDEV1/rcdev1appl/ssp/11.5.0]
    [051310_112230745][][EXCEPTION] [DEBUG] [LD_LIBRARY_PATH]:[u13/RCDEV1/rcdev1ora/8.0.6/network/jre11/lib/sparc/native_threads:/u13/RCDEV1/rcdev1appl/cz/11.5.0/bin:/u13/RCDEV1/rcdev1ora/8.0.6/lib:/usr/dt/lib:/usr/openwin/lib]
    [051310_112230746][][EXCEPTION] [DEBUG] [FORMS60_RESTRICT_ENTER_QUERY]:[TRUE]
    [051310_112230746][][EXCEPTION] [DEBUG] [CP]:[cp]
    [051310_112230746][][EXCEPTION] [DEBUG] [OKR_TOP]:[u13/RCDEV1/rcdev1appl/okr/11.5.0]
    [051310_112230746][][EXCEPTION] [DEBUG] [ADJREOPTS]:[-Xmx512M]
    [051310_112230746][][EXCEPTION] [DEBUG] [IBE_TOP]:[u13/RCDEV1/rcdev1appl/ibe/11.5.0]
    [051310_112230746][][EXCEPTION] [DEBUG] [OZP_TOP]:[u13/RCDEV1/rcdev1appl/ozp/11.5.0]
    [051310_112230746][][EXCEPTION] [DEBUG] [FORMS60_LOV_MINIMUM]:[1000]
    [051310_112230746][][EXCEPTION] [DEBUG] [TWO_TASK]:[RCDEV1]
    [051310_112230746][][EXCEPTION] [DEBUG] [GRAPHICS60_PATH]:[u13/RCDEV1/rcdev1appl/au/11.5.0/graphs]
    [051310_112230747][][EXCEPTION] [DEBUG] [CC]:[opt/SUNWspro/bin/cc]
    [051310_112230747][][EXCEPTION] [DEBUG] [FORMS60_OUTPUT]:[u13/RCDEV1/rcdev1comn/temp]
    [051310_112230747][][EXCEPTION] [DEBUG] [MYAPPSORA]:[u13/RCDEV1/rcdev1appl/APPSRCDEV1_rc-oradb-1.env]
    [051310_112230747][][EXCEPTION] [DEBUG] [IGI_TOP]:[u13/RCDEV1/rcdev1appl/igi/11.5.0]
    [051310_112230747][][EXCEPTION] [DEBUG] [GMD_TOP]:[u13/RCDEV1/rcdev1appl/gmd/11.5.0]
    [051310_112230747][][EXCEPTION] [DEBUG] [OA_DOC]:[u13/RCDEV1/rcdev1comn/doc]
    [051310_112230747][][EXCEPTION] [DEBUG] [IEM_TOP]:[u13/RCDEV1/rcdev1appl/iem/11.5.0]
    [051310_112230747][][EXCEPTION] [DEBUG] [FND_JDBC_STMT_CACHE_FREE_MEM]:[TRUE]
    [051310_112230747][][EXCEPTION] [DEBUG] [DOM_TOP]:[u13/RCDEV1/rcdev1appl/dom/11.5.0]
    [051310_112230747][][EXCEPTION] [DEBUG] [GL_TOP]:[u13/RCDEV1/rcdev1appl/gl/11.5.0]
    [051310_112230747][][EXCEPTION] [DEBUG] [OKC_TOP]:[u13/RCDEV1/rcdev1appl/okc/11.5.0]
    [051310_112230747][][EXCEPTION] [DEBUG] [PRP_TOP]:[u13/RCDEV1/rcdev1appl/prp/11.5.0]
    [051310_112230747][][EXCEPTION] [DEBUG] [ENI_TOP]:[u13/RCDEV1/rcdev1appl/eni/11.5.0]
    [051310_112230748][][EXCEPTION] [DEBUG] [CNTL_BREAK]:[ON]
    [051310_112230748][][EXCEPTION] [DEBUG] [CSF_TOP]:[u13/RCDEV1/rcdev1appl/csf/11.5.0]
    [051310_112230748][][EXCEPTION] [DEBUG] [XML_REPORTS_XENVIRONMENT]:[u13/RCDEV1/rcdev1ora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb]
    [051310_112230748][][EXCEPTION] [DEBUG] [FORMS60_OAM_FRD]:[OFF]
    [051310_112230748][][EXCEPTION] [DEBUG] [FND_JDBC_CONTEXT_CHECK]:[FALSE]
    [051310_112230748][][EXCEPTION] [DEBUG] [IGW_TOP]:[u13/RCDEV1/rcdev1appl/igw/11.5.0]
    [051310_112230748][][EXCEPTION] [DEBUG] [AX_TOP]:[u13/RCDEV1/rcdev1appl/ax/11.5.0]
    [051310_112230748][][EXCEPTION] [DEBUG] [XNS_TOP]:[u13/RCDEV1/rcdev1appl/xns/11.5.0]
    [051310_112230748][][EXCEPTION] [DEBUG] [PCCINC]:[. include=$(FND_TOP)/include include=$(ORACLE_HOME)/precomp/public]
    [051310_112230748][][EXCEPTION] [DEBUG] [APPLBIN]:[bin]
    [051310_112230748][][EXCEPTION] [DEBUG] [ORACLE_LOCALPREFERENCE]:[u13/RCDEV1/rcdev1ora/8.0.6/tools/admin]
    [051310_112230748][][EXCEPTION] [DEBUG] [DB_HOST]:[rc-oradb-1.redclev.net]
    [051310_112230748][][EXCEPTION] [DEBUG] [CUP_TOP]:[u13/RCDEV1/rcdev1appl/cup/11.5.0]
    [051310_112230748][][EXCEPTION] [DEBUG] [JTS_TOP]:[u13/RCDEV1/rcdev1appl/jts/11.5.0]
    [051310_112230749][][EXCEPTION] [DEBUG] [HOME]:[u01/appldev1]
    [051310_112230749][][EXCEPTION] [DEBUG] [APPLFENV]:[RCDEV1_rc-oradb-1.env]
    [051310_112230749][][EXCEPTION] [DEBUG] [APPLSAV]:[save]
    [051310_112230749][][EXCEPTION] [DEBUG] [BIC_TOP]:[u13/RCDEV1/rcdev1appl/bic/11.5.0]
    [051310_112230749][][EXCEPTION] [DEBUG] [FORMS60_LOV_WEIGHT]:[16]
    [051310_112230749][][EXCEPTION] [DEBUG] [FORMS60_BLOCKING_LONGLIST]:[FALSE]
    [051310_112230749][][EXCEPTION] [DEBUG] [IPD_TOP]:[u13/RCDEV1/rcdev1appl/ipd/11.5.0]
    [051310_112230749][][EXCEPTION] [DEBUG] [WIP_TOP]:[u13/RCDEV1/rcdev1appl/wip/11.5.0]
    [051310_112230749][][EXCEPTION] [DEBUG] [CE_TOP]:[u13/RCDEV1/rcdev1appl/ce/11.5.0]
    [051310_112230749][][EXCEPTION] [DEBUG] [ZSA_TOP]:[u13/RCDEV1/rcdev1appl/zsa/11.5.0]
    [051310_112230749][][EXCEPTION] [DEBUG] [APPLRGT]:[regress]
    [051310_112230749][][EXCEPTION] [DEBUG] [FRM_TOP]:[u13/RCDEV1/rcdev1appl/frm/11.5.0]
    [051310_112230749][][EXCEPTION] [DEBUG] [VEA_TOP]:[u13/RCDEV1/rcdev1appl/vea/11.5.0]
    [051310_112230750][][EXCEPTION] [DEBUG] [RHX_TOP]:[u13/RCDEV1/rcdev1appl/rhx/11.5.0]
    [051310_112230750][][EXCEPTION] [DEBUG] [APPL_CPLEX_LICDIR]:[u13/RCDEV1/rcdev1appl/admin/cplex]
    [051310_112230750][][EXCEPTION] [DEBUG] [OKB_TOP]:[u13/RCDEV1/rcdev1appl/okb/11.5.0]
    [051310_112230750][][EXCEPTION] [DEBUG] [APPLINC]:[include]
    [051310_112230750][][EXCEPTION] [DEBUG] [CUA_TOP]:[u13/RCDEV1/rcdev1appl/cua/11.5.0]
    [051310_112230750][][EXCEPTION] [DEBUG] [APPLRGF]:[u13/RCDEV1/rcdev1comn/rgf/RCDEV1_rc-oradb-1]
    [051310_112230750][][EXCEPTION] [DEBUG] [OAH_TOP]:[u13/RCDEV1/rcdev1comn]
    [051310_112230750][][EXCEPTION] [DEBUG] [CSE_TOP]:[u13/RCDEV1/rcdev1appl/cse/11.5.0]
    [051310_112230750][][EXCEPTION] [DEBUG] [ORACLE_TERM]:[vt220]
    [051310_112230750][][EXCEPTION] [DEBUG] [APPL_SERVER_ID]:[76E884AC9C460C4DE04400144F44F83A40176233932359814365370657522266]
    [051310_112230750][][EXCEPTION] [DEBUG] [RLA_TOP]:[u13/RCDEV1/rcdev1appl/rla/11.5.0]
    [051310_112230751][][EXCEPTION] [DEBUG] [RG_TOP]:[u13/RCDEV1/rcdev1appl/rg/11.5.0]
    [051310_112230751][][EXCEPTION] [DEBUG] [CS_TOP]:[u13/RCDEV1/rcdev1appl/cs/11.5.0]
    [051310_112230751][][EXCEPTION] [DEBUG] [CFLAGS]:[-Xc -xstrconst -xcg92 $(INCLUDE_FLAGS) -O -DSUN_OS5 -DNLS_ASIA -DAFSTUBS]
    [051310_112230751][][EXCEPTION] [DEBUG] [HXC_TOP]:[u13/RCDEV1/rcdev1appl/hxc/11.5.0]
    [051310_112230751][][EXCEPTION] [DEBUG] [RESP_APPL_ID]:[800]
    [051310_112230751][][EXCEPTION] [DEBUG] [INV_TOP]:[u13/RCDEV1/rcdev1appl/inv/11.5.0]
    [051310_112230751][][EXCEPTION] [DEBUG] [INCLUDE_FLAGS]:[-I. -I$(FND_TOP)/include -I$(ORACLE_HOME)/precomp/public -I$(ORACLE_HOME)/rdbms/demo]
    [051310_112230751][][EXCEPTION] [DEBUG] [FORMS60_TRACE_PATH]:[u13/RCDEV1/rcdev1comn/admin/log/RCDEV1_rc-oradb-1]
    [051310_112230751][][EXCEPTION] [DEBUG] [AF_CLASSPATH]:[usr/jdk1.6.0_04/jre/lib/rt.jar:/usr/jdk1.6.0_04/lib/dt.jar:/usr/jdk1.6.0_04/lib/tools.jar:/usr/jdk1.6.0_04/jre/lib/charsets.jar:/u13/RCDEV1/rcdev1comn/java/appsborg2.zip:/u13/RCDEV1/rcdev1ora/8.0.6/forms60/java:/u13/RCDEV1/rcdev1comn/java]
    [051310_112230751][][EXCEPTION] [DEBUG] [APPLIMG]:[images]
    [051310_112230751][][EXCEPTION] [DEBUG] [IBC_TOP]:[u13/RCDEV1/rcdev1appl/ibc/11.5.0]
    [051310_112230751][][EXCEPTION] [DEBUG] [CSS_TOP]:[u13/RCDEV1/rcdev1appl/css/11.5.0]
    [051310_112230751][][EXCEPTION] [DEBUG] [ASP_TOP]:[u13/RCDEV1/rcdev1appl/asp/11.5.0]
    [051310_112230751][][EXCEPTION] [DEBUG] [FORMS60_MODULE_PATH]:[u13/RCDEV1/rcdev1appl/fnd/11.5.0/forms]
    [051310_112230751][][EXCEPTION] [DEBUG] [AF_JRE_TOP]:[usr/jdk1.6.0_04]
    [051310_112230752][][EXCEPTION] [DEBUG] [XNC_TOP]:[u13/RCDEV1/rcdev1appl/xnc/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [WSM_TOP]:[u13/RCDEV1/rcdev1appl/wsm/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [APPLREP]:[reports]
    [051310_112230752][][EXCEPTION] [DEBUG] [ENG_TOP]:[u13/RCDEV1/rcdev1appl/eng/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [PQP_TOP]:[u13/RCDEV1/rcdev1appl/pqp/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [CSD_TOP]:[u13/RCDEV1/rcdev1appl/csd/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [WPS_TOP]:[u13/RCDEV1/rcdev1appl/wps/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [APPLREG]:[regress]
    [051310_112230752][][EXCEPTION] [DEBUG] [GMP_TOP]:[u13/RCDEV1/rcdev1appl/gmp/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [051310_112230752][][EXCEPTION] [DEBUG] [FPA_TOP]:[u13/RCDEV1/rcdev1appl/fpa/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [OKO_TOP]:[u13/RCDEV1/rcdev1appl/oko/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [CUN_TOP]:[u13/RCDEV1/rcdev1appl/cun/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [DDD_TOP]:[u13/RCDEV1/rcdev1appl/ddd/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [CSR_TOP]:[u13/RCDEV1/rcdev1appl/csr/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [PRINTER]:[noprint]
    [051310_112230753][][EXCEPTION] [DEBUG] [IGF_TOP]:[u13/RCDEV1/rcdev1appl/igf/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [GMA_TOP]:[u13/RCDEV1/rcdev1appl/gma/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [APPL_TOP]:[u13/RCDEV1/rcdev1appl]
    [051310_112230753][][EXCEPTION] [DEBUG] [BNE_TOP]:[u13/RCDEV1/rcdev1appl/bne/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [AMW_TOP]:[u13/RCDEV1/rcdev1appl/amw/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [MST_TOP]:[u13/RCDEV1/rcdev1appl/mst/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [PMI_TOP]:[u13/RCDEV1/rcdev1appl/pmi/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [ASO_TOP]:[u13/RCDEV1/rcdev1appl/aso/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [XNB_TOP]:[u13/RCDEV1/rcdev1appl/xnb/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [FND_OLD_ORA_NET2_DESC]:[14,17]
    [051310_112230753][][EXCEPTION] [DEBUG] [IBP_TOP]:[u13/RCDEV1/rcdev1appl/ibp/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [NLS_TERRITORY]:[AMERICA]
    [051310_112230754][][EXCEPTION] [DEBUG] [CSC_TOP]:[u13/RCDEV1/rcdev1appl/csc/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [JG_TOP]:[u13/RCDEV1/rcdev1appl/jg/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [LUSRPRG]:[u13/RCDEV1/rcdev1appl/fnd/11.5.0/usrxit/prglib.o /u13/RCDEV1/rcdev1appl/fnd/11.5.0/usrxit/prgcat.o /u13/RCDEV1/rcdev1appl/fnd/11.5.0/usrxit/EXPROG.o]
    [051310_112230754][][EXCEPTION] [DEBUG] [POS_TOP]:[u13/RCDEV1/rcdev1appl/pos/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [AU_TOP]:[u13/RCDEV1/rcdev1appl/au/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [IEX_TOP]:[u13/RCDEV1/rcdev1appl/iex/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [SHT_TOP]:[u13/RCDEV1/rcdev1appl/sht/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [XNP_TOP]:[u13/RCDEV1/rcdev1appl/xnp/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [ORA_NET2_DESC]:[14,17]
    [051310_112230754][][EXCEPTION] [DEBUG] [AFJSMARG]:[-server]
    [051310_112230754][][EXCEPTION] [DEBUG] [REQUEST_ID]:[2429757]
    [051310_112230754][][EXCEPTION] [DEBUG] [REPORTS60_POST]:[&5556]
    [051310_112230754][][EXCEPTION] [DEBUG] [MWA_TOP]:[u13/RCDEV1/rcdev1appl/mwa/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [XTR_TOP]:[u13/RCDEV1/rcdev1appl/xtr/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [IBA_TOP]:[u13/RCDEV1/rcdev1appl/iba/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [APPLOUT]:[out/RCDEV1_rc-oradb-1]
    [051310_112230755][][EXCEPTION] [DEBUG] [FND_JDBC_STMT_CACHE_SIZE]:[200]
    [051310_112230755][][EXCEPTION] [DEBUG] [RLM_TOP]:[u13/RCDEV1/rcdev1appl/rlm/11.5.0]
    [051310_112230755][][EXCEPTION] [DEBUG] [IPA_TOP]:[u13/RCDEV1/rcdev1appl/ipa/11.5.0]
    [051310_112230755][][EXCEPTION] [DEBUG] [TZ]:[GB]
    [051310_112230755][][EXCEPTION] [DEBUG] [AMV_TOP]:[u13/RCDEV1/rcdev1appl/amv/11.5.0]
    [051310_112230755][][EXCEPTION] [DEBUG] [APPLLOG]:[log/RCDEV1_rc-oradb-1]
    [051310_112230755][][EXCEPTION] [DEBUG] [ASN_TOP]:[u13/RCDEV1/rcdev1appl/asn/11.5.0]
    [051310_112230755][][EXCEPTION] [DEBUG] [AFCPDNR]:[disabled]
    [051310_112230755][][EXCEPTION] [DEBUG] [ITG_TOP]:[u13/RCDEV1/rcdev1appl/itg/11.5.0]
    [051310_112230755][][EXCEPTION] [DEBUG] [GUEST_USER_PWD]:[GUEST/ORACLE]
    [051310_112230755][][EXCEPTION] [DEBUG] [XLE_TOP]:[u13/RCDEV1/rcdev1appl/xle/11.5.0]
    [051310_112230755][][EXCEPTION] [DEBUG] [GWYUID]:[APPLSYSPUB/PUB]
    [051310_112230755][][EXCEPTION] [DEBUG] [PERL5LIB]:[u13/RCDEV1/rcdev1ora/iAS/Apache/perl/lib/5.00503:/u13/RCDEV1/rcdev1ora/iAS/Apache/perl/lib/site_perl/5.005:/u13/RCDEV1/rcdev1appl/au/11.5.0/perl]
    [051310_112230755][][EXCEPTION] [DEBUG] [IGS_TOP]:[u13/RCDEV1/rcdev1appl/igs/11.5.0]
    [051310_112230755][][EXCEPTION] [DEBUG] [APPLDOC]:[docs]
    [051310_112230755][][EXCEPTION] [DEBUG] [MSD_TOP]:[u13/RCDEV1/rcdev1appl/msd/11.5.0]
    [051310_112230755][][EXCEPTION] [DEBUG] [FII_TOP]:[u13/RCDEV1/rcdev1appl/fii/11.5.0]
    [051310_112230756][][EXCEPTION] [DEBUG] [APPLTMP]:[u13/RCDEV1/rcdev1comn/temp]
    [051310_112230756][][EXCEPTION] [DEBUG] [CCT_TOP]:[u13/RCDEV1/rcdev1appl/cct/11.5.0]
    [051310_112230756][][EXCEPTION] [DEBUG] [CSP_TOP]:[u13/RCDEV1/rcdev1appl/csp/11.5.0]
    [051310_112230756][][EXCEPTION] [DEBUG] [FTE_TOP]:[u13/RCDEV1/rcdev1appl/fte/11.5.0]
    [051310_112230756][][EXCEPTION] [DEBUG] [JAVA_TOP]:[u13/RCDEV1/rcdev1comn/java]
    [051310_112230756][][EXCEPTION] [DEBUG] [FORMS60_MAPPING]:[http://rc-orapp-2.redclev.net:8007/OA_TEMP]
    [051310_112230756][][EXCEPTION] [DEBUG] [AFJVAPRG]:[usr/jdk1.6.0_04/bin/java]
    [051310_112230756][][EXCEPTION] [DEBUG] [PV_TOP]:[u13/RCDEV1/rcdev1appl/pv/11.5.0]
    [051310_112230756][][EXCEPTION] [DEBUG] [FND_GSMSTARTED]:[1]
    [051310_112230756][][EXCEPTION] [DEBUG] [MSR_TOP]:[u13/RCDEV1/rcdev1appl/msr/11.5.0]
    [051310_112230756][][EXCEPTION] [DEBUG] [FORMS60_FORCE_MENU_MNEMONICS]:[0]
    [051310_112230756][][EXCEPTION] [DEBUG] [TNS_ADMIN]:[u13/RCDEV1/rcdev1ora/8.0.6/network/admin/RCDEV1_rc-oradb-1]
    [051310_112230756][][EXCEPTION] [DEBUG] [DB_PORT]:[1528]
    [051310_112230756][][EXCEPTION] [DEBUG] [PJM_TOP]:[u13/RCDEV1/rcdev1appl/pjm/11.5.0]
    [051310_112230756][][EXCEPTION] [DEBUG] [BIM_TOP]:[u13/RCDEV1/rcdev1appl/bim/11.5.0]
    [051310_112230756][][EXCEPTION] [DEBUG] [OAD_TOP]:[u13/RCDEV1/rcdev1comn]
    [051310_112230757][][EXCEPTION] [DEBUG] [SECURITY_GROUP_ID]:[0]
    [051310_112230757][][EXCEPTION] [DEBUG] [RM]:[rm -f]
    [051310_112230757][][EXCEPTION] [DEBUG] [JE_TOP]:[u13/RCDEV1/rcdev1appl/je/11.5.0]
    [051310_112230757][][EXCEPTION] [DEBUG] [FND_JDBC_USABLE_CHECK]:[false]
    [051310_112230757][][EXCEPTION] [DEBUG] [APPLPLS]:[plsql]
    [051310_112230757][][EXCEPTION] [DEBUG] [OA_JRE_TOP]:[usr/jdk1.6.0_04]
    [051310_112230757][][EXCEPTION] [DEBUG] [AS_TOP]:[u13/RCDEV1/rcdev1appl/as/11.5.0]
    [051310_112230757][][EXCEPTION] [DEBUG] [GCS_TOP]:[u13/RCDEV1/rcdev1appl/gcs/11.5.0]
    [051310_112230757][][EXCEPTION] [DEBUG] [IMT_TOP]:[u13/RCDEV1/rcdev1appl/imt/11.5.0]
    [051310_112230757][][EXCEPTION] [DEBUG] [OA_SECURE]:[u13/RCDEV1/rcdev1comn/secure]
    [051310_112230757][][EXCEPTION] [DEBUG] [NLS_DATE_FORMAT]:[DD-MON-RR]
    [051310_112230757][][EXCEPTION] [DEBUG] [AMF_TOP]:[u13/RCDEV1/rcdev1appl/amf/11.5.0]
    [051310_112230757][][EXCEPTION] [DEBUG] [MSC_TOP]:[u13/RCDEV1/rcdev1appl/msc/11.5.0]
    [051310_112230757][][EXCEPTION] [DEBUG] [OKL_TOP]:[u13/RCDEV1/rcdev1appl/okl/11.5.0]
    [051310_112230757][][EXCEPTION] [DEBUG] [APPLMAIL]:[NONE]
    [051310_112230757][][EXCEPTION] [DEBUG] [LNS_TOP]:[u13/RCDEV1/rcdev1appl/lns/11.5.0]
    [051310_112230757][][EXCEPTION] [DEBUG] [APPLCSF]:[u13/RCDEV1/rcdev1comn/admin]
    [051310_112230758][][EXCEPTION] [DEBUG] [APPLORC]:[ar60run]
    [051310_112230758][][EXCEPTION] [DEBUG] [APPLORB]:[ar60runb]
    [051310_112230758][][EXCEPTION] [DEBUG] [IGC_TOP]:[u13/RCDEV1/rcdev1appl/igc/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [ONT_TOP]:[u13/RCDEV1/rcdev1appl/ont/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [AD_TOP]:[u13/RCDEV1/rcdev1appl/ad/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [EAA_TOP]:[u13/RCDEV1/rcdev1appl/eaa/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [ASL_TOP]:[u13/RCDEV1/rcdev1appl/asl/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [ORG_ID]:[82]
    [051310_112230758][][EXCEPTION] [DEBUG] [APPLSQL]:[sql]
    [051310_112230758][][EXCEPTION] [DEBUG] [ZPB_TOP]:[u13/RCDEV1/rcdev1appl/zpb/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [NLS_LANG]:[American_America.WE8ISO8859P1]
    [051310_112230758][][EXCEPTION] [DEBUG] [BIL_TOP]:[u13/RCDEV1/rcdev1appl/bil/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [CN_TOP]:[u13/RCDEV1/rcdev1appl/cn/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [GML_TOP]:[u13/RCDEV1/rcdev1appl/gml/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [AR_TOP]:[u13/RCDEV1/rcdev1appl/ar/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [IEU_TOP]:[u13/RCDEV1/rcdev1appl/ieu/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [LUSRSRW]:[u13/RCDEV1/rcdev1appl/fnd/11.5.0/usrxit/xirusr.o]
    [051310_112230759][][EXCEPTION] [DEBUG] [XNM_TOP]:[u13/RCDEV1/rcdev1appl/xnm/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [FV_TOP]:[u13/RCDEV1/rcdev1appl/fv/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [ABM_TOP]:[u13/RCDEV1/rcdev1appl/abm/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [CLN_TOP]:[u13/RCDEV1/rcdev1appl/cln/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [FORMS60_SESSION]:[TRUE]
    [051310_112230759][][EXCEPTION] [DEBUG] [JTM_TOP]:[u13/RCDEV1/rcdev1appl/jtm/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [FORMS60_OVERRIDE_ENV]:[NLS_LANG,NLS_NUMERIC_CHARACTERS,NLS_SORT,NLS_DATE_LANGUAGE,NLS_DATE_FORMAT,FORMS60_USER_DATE_FORMAT,FORMS60_USER_DATETIME_FORMAT,FORMS60_OUTPUT_DATE_FORMAT,FORMS60_OUTPUT_DATETIME_FORMAT,FORMS60_ERROR_DATE_FORMAT,FORMS60_ERROR_DATETIME_FORMAT,FORMS60_TZFILE,FORMS60_DATETIME_SERVER_TZ,FORMS60_DATETIME_LOCAL_TZ,FORMS60_USER_CALENDAR]
    [051310_112230759][][EXCEPTION] [DEBUG] [FNDSM_SCRIPT]:[u13/RCDEV1/rcdev1comn/admin/scripts/RCDEV1_rc-oradb-1/gsmstart.sh]
    [051310_112230759][][EXCEPTION] [DEBUG] [APPS_JDBC_DRIVER_TYPE]:[THIN]
    [051310_112230759][][EXCEPTION] [DEBUG] [APPLGRAF]:[graphs]
    [051310_112230759][][EXCEPTION] [DEBUG] [CRP_TOP]:[u13/RCDEV1/rcdev1appl/crp/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [POA_TOP]:[u13/RCDEV1/rcdev1appl/poa/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [CHV_TOP]:[u13/RCDEV1/rcdev1appl/chv/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [SPCCHANL]:[ ]
    [051310_112230759][][EXCEPTION] [DEBUG] [AMS_TOP]:[u13/RCDEV1/rcdev1appl/ams/11.5.0]
    [051310_112230760][][EXCEPTION] [DEBUG] [AF_LD_LIBRARY_PATH]:[u13/RCDEV1/rcdev1ora/iAS/lib:/u13/RCDEV1/rcdev1ora/8.0.6/network/jre11/lib/sparc/native_threads:/u13/RCDEV1/rcdev1appl/cz/11.5.0/bin:/u13/RCDEV1/rcdev1ora/8.0.6/lib:/usr/dt/lib:/usr/openwin/lib]
    [051310_112230760][][EXCEPTION] [DEBUG] [IAS_ORACLE_HOME]:[u13/RCDEV1/rcdev1ora/iAS]
    [051310_112230760][][EXCEPTION] [DEBUG] [MCS]:[echo mcs]
    [051310_112230760][][EXCEPTION] [DEBUG] [WSH_TOP]:[u13/RCDEV1/rcdev1appl/wsh/11.5.0]
    [051310_112230760][][EXCEPTION] [DEBUG] [REPORTS60_PRE]:[&5555]
    [051310_112230760][][EXCEPTION] [DEBUG] [PAY_TOP]:[u13/RCDEV1/rcdev1appl/pay/11.5.0]
    [051310_112230760][][EXCEPTION] [DEBUG] [FORMS60_LOV_INITIAL]:[5000]
    [051310_112230760][][EXCEPTION] [DEBUG] [BOM_TOP]:[u13/RCDEV1/rcdev1appl/bom/11.5.0]
    [051310_112230760][][EXCEPTION] [DEBUG] [FNDREVIVERPID]:[u13/RCDEV1/rcdev1appl/fnd/11.5.0/log/reviver.sh_RCDEV1_rc-oradb-1.pid]
    [051310_112230760][][EXCEPTION] [DEBUG] [DB_ID]:[rc-oradb-1_rcdev1]
    [051310_112230760][][EXCEPTION] [DEBUG] [FORMS60_DISABLE_UNPAD_LOV]:[FALSE]
    [051310_112230760][][EXCEPTION] [DEBUG] [ICX_TOP]:[u13/RCDEV1/rcdev1appl/icx/11.5.0]
    [051310_112230760][][EXCEPTION] [DEBUG] [APPCPNAM]:[REQID]
    [051310_112230760][][EXCEPTION] [DEBUG] [APPLLIB]:[lib]
    [051310_112230760][][EXCEPTION] [DEBUG] [CUI_TOP]:[u13/RCDEV1/rcdev1appl/cui/11.5.0]
    [051310_112230760][][EXCEPTION] [DEBUG] [HRI_TOP]:[u13/RCDEV1/rcdev1appl/hri/11.5.0]
    [051310_112230760][][EXCEPTION] [DEBUG] [CSM_TOP]:[u13/RCDEV1/rcdev1appl/csm/11.5.0]
    [051310_112230760][][EXCEPTION] [DEBUG] [CONTEXT_FILE]:[u13/RCDEV1/rcdev1appl/admin/RCDEV1_rc-oradb-1.xml]
    [051310_112230760][][EXCEPTION] [DEBUG] [XXBTC_TOP]:[u13/RCDEV1/rcdev1appl/xxbtc/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [FND_MAX_JDBC_CONNECTIONS]:[500]
    [051310_112230761][][EXCEPTION] [DEBUG] [ECX_TOP]:[u13/RCDEV1/rcdev1appl/ecx/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [RCM_TOP]:[u13/RCDEV1/rcdev1appl/rcm/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [DBC_FILE_PATH]:[u13/RCDEV1/rcdev1appl/fnd/11.5.0/secure/rc-oradb-1_rcdev1.dbc]
    [051310_112230761][][EXCEPTION] [DEBUG] [FORMS60_NONBLOCKING_SLEEP]:[100]
    [051310_112230761][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [051310_112230761][][EXCEPTION] [DEBUG] [MSO_TOP]:[u13/RCDEV1/rcdev1appl/mso/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [IMC_TOP]:[u13/RCDEV1/rcdev1appl/imc/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [OKX_TOP]:[u13/RCDEV1/rcdev1appl/okx/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [FF_TOP]:[u13/RCDEV1/rcdev1appl/ff/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [XLA_TOP]:[u13/RCDEV1/rcdev1appl/xla/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [REPORTS60_NO_DUMMY_PRINTER]:[YES]
    [051310_112230761][][EXCEPTION] [DEBUG] [FUN_TOP]:[u13/RCDEV1/rcdev1appl/fun/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [PATH]:[u13/RCDEV1/rcdev1ora/iAS/Apache/perl/bin:/u13/RCDEV1/rcdev1ora/8.0.6/bin:/u13/RCDEV1/rcdev1appl/fnd/11.5.0/bin:/u13/RCDEV1/rcdev1appl/ad/11.5.0/bin:/usr/jdk1.6.0_04/bin:/u13/RCDEV1/rcdev1comn/util/unzip/unzip::/u13/RCDEV1/rcdev1ora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/usr/ccs/bin:/bin]
    [051310_112230761][][EXCEPTION] [DEBUG] [PON_TOP]:[u13/RCDEV1/rcdev1appl/pon/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [FORMS60_REJECT_GO_DISABLED_ITEM]:[0]
    [051310_112230761][][EXCEPTION] [DEBUG] [AP_TOP]:[u13/RCDEV1/rcdev1appl/ap/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [IES_TOP]:[u13/RCDEV1/rcdev1appl/ies/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [EAM_TOP]:[u13/RCDEV1/rcdev1appl/eam/11.5.0]
    [051310_112230762][][EXCEPTION] [DEBUG] [WMS_TOP]:[u13/RCDEV1/rcdev1appl/wms/11.5.0]
    [051310_112230762][][EXCEPTION] [DEBUG] [VEH_TOP]:[u13/RCDEV1/rcdev1appl/veh/11.5.0]
    [051310_112230762][][EXCEPTION] [DEBUG] [GR_TOP]:[u13/RCDEV1/rcdev1appl/gr/11.5.0]
    [051310_112230762][][EXCEPTION] [DEBUG] [EGO_TOP]:[u13/RCDEV1/rcdev1appl/ego/11.5.0]
    [051310_112230762][][EXCEPTION] [DEBUG] [OKI_TOP]:[u13/RCDEV1/rcdev1appl/oki/11.5.0]
    [051310_112230762][][EXCEPTION] [DEBUG] [IBY_TOP]:[u13/RCDEV1/rcdev1appl/iby/11.5.0]

  • Rendering a dynamic image(blob) in a BI Publisher Report via an RTF templat

    Been working on this for a while and now at a dead end hoping the experts can direct me to try something new. There is lots in the forums on blobs and displaying in reports and from it all I have gleaned that I need to encode the blob in Base64 and then use this code.
    <fo:instream-foreign-object content type="image/jpg">
    <xsl:value-of select="IMAGE_ELEMENT"/>
    </fo:instream-foreign-object>
    I use this function to encode a 9KB jpeg into a clob (and my jpegs will be less then 32K.
    function encode_base64(p_blob_in in blob) return clob is
    v_clob clob;
    v_result clob;
    v_offset integer;
    v_chunk_size binary_integer := (48 / 4) * 3;
    v_buffer_varchar varchar2(48);
    v_buffer_raw raw(48);
    begin
    if p_blob_in is null then
    return null;
    end if;
    dbms_lob.createtemporary(v_clob, true);
    v_offset := 1;
    for i in 1 .. ceil(dbms_lob.getlength(p_blob_in) / v_chunk_size) loop
    dbms_lob.read(p_blob_in, v_chunk_size, v_offset, v_buffer_raw);
    v_buffer_raw := utl_encode.base64_encode(v_buffer_raw);
    v_buffer_varchar := utl_raw.cast_to_varchar2(v_buffer_raw);
    dbms_lob.writeappend(v_clob, length(v_buffer_varchar), v_buffer_varchar);
    v_offset := v_offset + v_chunk_size;
    end loop;
    v_result := v_clob;
    dbms_lob.freetemporary(v_clob);
    return v_result;
    end encode_base64;
    The xml is simple:
    <?xml version="1.0" encoding="UTF-8"?>
    <ROWSET>
    <ROW>
    <IMAGE_NAME>Test</IMAGE_NAME>
    <IMAGE_MIME_TYPE> image/jpeg </IMAGE_MIME_TYPE>
    <IMAGE_ELEMENT>…lots lines of encoded data… </ IMAGE_ELEMENT >
    </ROW>
    </ROWSET>
    Then when I put all together using BI Publisher Desktop 11.1.1.6 in an rtf template and preview the pdf, the preview fails with a long message ( can provide the whole thing if requested) but starting with:
    java.lang.ArrayIndexOutOfBoundsException: 0
         at oracle.xdo.common.image.ImageReader.checkFormat(ImageReader.java:130)
         at oracle.xdo.common.image.ImageReader.analyze
    I suspect the base64 encoding may be the problem but I am out of my realm in trying to debug this. Any help would be most appreciated…sorry for the length of this.

    I thank you again for continuing to try to help me. However, I regret to say that this function does not work. The same error results (see below). It is hard to believe that this cannot be done with APEX and BI Publisher. I would think that other APEX users have the need to display images and do not have the E-Business Suite.
    What I am doing is very straightforward....a small jpeg stored as a blob in an Oracle table that needs to be dynamically displayed from a report in APEX----created with BI Publisher and an rtf template.
    If you have any other ideas, please send them..your help is appreciated.
    Java.lang.ArrayIndexOutOfBoundsException: 0
         at oracle.xdo.common.image.ImageReader.checkFormat(ImageReader.java:130)
         at oracle.xdo.common.image.ImageReader.analyze(ImageReader.java:314)
         at oracle.xdo.common.image.ImageReader.load(ImageReader.java:510)
         at oracle.xdo.generator.pdf.PDFGenerator.createPDFImageReference(PDFGenerator.java:3261)
         at oracle.xdo.generator.pdf.PDFGenerator.getImage(PDFGenerator.java:3399)
         at oracle.xdo.generator.pdf.PDFGenerator.getImage(PDFGenerator.java:3388)
         at oracle.xdo.generator.ProxyStreamGenerator.getImage(ProxyStreamGenerator.java:121)
         at oracle.xdo.template.fo.area.AreaTree.getImage(AreaTree.java:779)
         at oracle.xdo.template.fo.area.InstreamForeignObjectArea.loadImage(InstreamForeignObjectArea.java:82)
         at oracle.xdo.template.fo.area.InstreamForeignObjectArea.init(InstreamForeignObjectArea.java:151)
         at oracle.xdo.template.fo.area.GraphicArea.<init>(GraphicArea.java:80)
         at oracle.xdo.template.fo.area.InstreamForeignObjectArea.<init>(InstreamForeignObjectArea.java:51)
         at oracle.xdo.template.fo.elements.FOInstreamForeignObject.doLayout(FOInstreamForeignObject.java:134)
         at oracle.xdo.template.fo.elements.FOInline.doLayout(FOInline.java:147)
         at oracle.xdo.template.fo.elements.FOInline.doLayout(FOInline.java:83)
         at oracle.xdo.template.fo.elements.FOBlock.doLayout(FOBlock.java:330)
         at oracle.xdo.template.fo.elements.FOBlock.doLayout(FOBlock.java:226)
         at oracle.xdo.template.fo.elements.FOBlock.doLayout(FOBlock.java:140)
         at oracle.xdo.template.fo.elements.FOFlow.doLayout(FOFlow.java:84)
         at oracle.xdo.template.fo.elements.FormattingEngine.startLayout(FormattingEngine.java:250)
         at oracle.xdo.template.fo.elements.FormattingEngine.run(FormattingEngine.java:141)
         at oracle.xdo.template.fo.FOHandler.endElement(FOHandler.java:720)
         at oracle.xdo.common.xml.XSLTHandler$EEEntry.sendEvent(XSLTHandler.java:595)
         at oracle.xdo.common.xml.XSLTMerger.startElement(XSLTMerger.java:51)
         at oracle.xdo11g.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:182)
         at oracle.xdo11g.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1322)
         at oracle.xdo11g.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:366)
         at oracle.xdo11g.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:312)
         at oracle.xdo11g.parser.v2.XMLParser.parse(XMLParser.java:218)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at oracle.xdo.common.xml.XDOSAXParser.invokeParse(XDOSAXParser.java:166)
         at oracle.xdo.common.xml.XDOSAXParser.parse(XDOSAXParser.java:122)
         at oracle.xdo.template.fo.FOProcessingEngine.process(FOProcessingEngine.java:407)
         at oracle.xdo.template.FOProcessor.generate(FOProcessor.java:1218)
         at RTF2PDF2.runRTFto(RTF2PDF2.java:473)
         at RTF2PDF2.runXDO(RTF2PDF2.java:337)
         at RTF2PDF2.main(RTF2PDF2.java:230)

  • BI pulisher errors out when I tried to load xml in rtf template.

    Hello,
    Today I have installed bi publisher with .net framework.But when I tried to load the xml file after opening .rtf template it gives error "XSD parser returned an error"
    Please let me know what could be the issue.
    Thanks
    Ganesh Mane

    Hello,
    --BI version : 10.1.3.2.0
    --OS          : WINXP
    Did you run microsoft update program if yes then what patches you have updated?
    -No. I just installed .net framework on my machine before installing this BI publisher.
    Thanks
    Ganesh
    Thanks
    Ravi

  • Images Behind Text in RTF Template

    While creating a few rtf templates, I noticed that if an image is to be shown behind text then the image will not render to back to .rtf by bi pub.
    If I put the image inline with text, it renders just fine.
    Am I missing a step that would allow me to render the image behind text or is it just working as intended?
    Oracle BI Publisher 10.1.3.4.1
    Thank you.
    Edited by: Crawler409 on Dec 17, 2010 2:49 PM
    Edited by: Crawler409 on Dec 17, 2010 2:50 PM

    Hi
    Can you pl. send me the RTF template and sample XML. I will try to fix the template.
    Thx
    chundi ([email protected])

  • Run time error while login to RTF Template

    Hi,
    I am trying to create a sample report in BI Publisher. but while login into RTF Template I am getting below error.
    Please rectify this problem?
    Run time error '429'
    Active x component can't ceate object
    help me out

    Runtime Errors         DYNPRO_FIELD_CONVERSION
    Date and Time          07.05.2010 08:49:15
    ShrtText
         A conversion error occurred.
    What happened?
         The current screen processing was terminated, since a situation
         occurred from which it could not continue processing.
         This is probably due to an error in the current screen of the ABAP
         program.
    What can you do?
         Make a note of the actions and input which caused the error.
         To resolve the problem, contact your SAP system administrator.
         You can use transaction ST22 (ABAP Dump Analysis) to view and administe
         termination messages, especially those beyond their normal deletion
         date.
    Error analysis
         The program flow was interrupted and could not be resumed.
         Program "SAPMJ1IFN" tried to display fields on screen 1210. However, an
         error occurred while this data was being converted.

  • PO PDF errors when using custom RTF Template, but works with custom xsl

    Hi,
    I have done following set up steps for PO PDF
    Setup / Organizations / Purchasing Options / Control TAB / set 'PO Output Format' = 'PDF'
    setup / purchasing / document types / select "Standard Purchase Order" / Set the Document Type Layout to your new template.
    But with the RTF template the PO Output for communication completes with error. However when I use custom XSL-FO style sheet, it works.
    Can anyone help me how I can make my RTF work? When click on the preview of the template, it shows the PDF output though. Am I missing any other set up steps? Your help is greatly appreciated.
    Thanks,
    Sharmila

    I think the only way to have control over the html output is to enclose the tags or any information within a borderless table and align the text and table as necessary...
    Thanks,
    Bipuser

Maybe you are looking for

  • Translate this Software Update message for me?

    I'm trying to update my Mac OS software. This is what appears: The update "Mac OS X Update Combined (PowerPC) can't be installed. The digital signature for this package is incorrect. The package may have been tampered with or corrupted since being si

  • Importing digital photographs in FCP

    I recently imported two series of digitalized pictures in two different FCP projects. In the first case, the MPEG2 compression gave excellent results. In the second case, the quality was not so good as in the first time.... In both cases, the size of

  • Sample clock vs sample per channel per second

    Referring to this link http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/dbe7ac32661bcf9b86256ac000682154?OpenDocument What's the difference between sample clock and sample per channel per second? Looks the same to me.

  • Jpg problems in email

    I use Dell, Windows XP and Verizon DSL.  I cannot send or receive attachments in JPG

  • Partner function table for purchasing

    Hi All,   do we've a table similar to <b>VBPA</b> in purchasing?