Error with XML data output

The Employee W2 XML Interface finished with Warning. In the output there's partial data and at the with the following error:
<SS_WITHHELD>3403.15</SS_WITHHELD
&gThe XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
Only one top level element is allowed in an XML document. Error processing resource 'http://cvlx12.vancouver.center:8002/OA...
<W2REGISTER>
-^
t;
<MED_WAGES>54889.55</MED_WAGES>
<MED_WITHHELD>795.9</MED_WITHHELD>
Also the concurrent request log file shows:
Beginning post-processing of request 3877215 on node CVLX12 at 16-NOV-2010 11:54:50.
Post-processing of request 3877215 failed at 16-NOV-2010 11:54:50 with the error message:
One or more post-processing actions failed. Consult the OPP service log for details.
But the Output Post Processor is up running. If I go to the server I will be able to see the output just created ok. Anyone know what's wrong? Thanks

Thanks for your response. I have ftp the file from server and it looks good. But When I ran XML Report Publish against this request, it was error out, message:
Process template
--XDOException
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.invokeParse(XSLT10gR1.java:570)
     at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
     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.xdo.oa.cp.JCP4XMLPublisher.runProgram(JCP4XMLPublisher.java:684)
     at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
Caused by: org.xml.sax.SAXParseException: <Line 268, Column 6>: XML-20109: (Fatal Error) PI with the name 'xml' can occur only in the beginning of the document.
     at oracle.xdo.parser.v2.XMLError.flushErrorHandler(XMLError.java:441)
     at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:303)
     at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:305)
     at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:289)
     ... 17 more
I have registered Employee W2 XML Interface with XML Publisher with Oracle seeded template. Thanks,

Similar Messages

  • XML data output in a custom grid table

    Hi!
    I was wondering if it is possible to display xml data output in a custom-made grid table? Important is the ability to
    arrange the fields on the grid layout (not a fixed layout with columns and rows).
    I am using the latest JDeveloper release.
    Thanks!

    See [url http://docs.oracle.com/cd/E14072_01/server.112/e10592/functions251.htm#CIHGGHFB]XMLTABLE
    For example:
    -- INSERT INTO <your table name>
    WITH x AS
    (SELECT XMLTYPE('<?xml version="1.0"?>
    <ROWSET>
    <ROW>
    <EMPNO>7782</EMPNO>
    <ENAME>CLARK</ENAME>
    <JOB>MANAGER</JOB>
    <MGR>7839</MGR>
    <HIREDATE>09-JUN-81</HIREDATE>
    <SAL>2450</SAL>
    <DEPTNO>10</DEPTNO>
    </ROW>
    <ROW>
    <EMPNO>7839</EMPNO>
    <ENAME>KING</ENAME>
    <JOB>PRESIDENT</JOB>
    <HIREDATE>17-NOV-81</HIREDATE>
    <SAL>5000</SAL>
    <DEPTNO>10</DEPTNO>
    </ROW>
    <ROW>
    <EMPNO>7934</EMPNO>
    <ENAME>MILLER</ENAME>
    <JOB>CLERK</JOB>
    <MGR>7782</MGR>
    <HIREDATE>23-JAN-82</HIREDATE>
    <SAL>1300</SAL>
    <DEPTNO>10</DEPTNO>
    </ROW>
    </ROWSET>') myxml
    FROM DUAL)
    SELECT *
    FROM   x
    ,      XMLTABLE('/ROWSET/ROW'
             PASSING x.myxml
             COLUMNS empno, ename, job, mgr, hiredate, sal, deptno);

  • Populating a PDF form with XML data

    Hi folks,
    I would like to create some pdf form template, populate it with xml data and output from it a pdf file.
    Can I do such thing using LiveCycle?
    Yair

    With the recent release Adobe changed the name to Adobe Digitial Enterprise Platform (ADEP)..
    http://www.adobe.com/solutions/customer-experience/enterprise-platform.html
    ADEP server software comes with lot of services to help with many solutions for the enterprises, so it would be better to call the Adobe Sales team and discuss your needs and they will be best people to suggest what suits your company requirements.
    Thanks
    Srini

  • Error: IDoc XML data record

    Hi all,
       We have file->XI->idoc scenario and the problem we are facing is like, when the idoc structure is prepared using XSLT mapping, when the idoc is ready to get in thru the idoc adapter we are getting the following error.
    <i><b>Error: IDoc XML data record: In segment
    Z1UKGAS_HEADR attribute  occurred instead of SEGMENT                                </b></i>
    Anyone faced the same issue....if so pls do throw some light into this issue....
      We r in XI 3.0 SP13...
    Thanks & regards,
    Jayakrishnan

    Hi,
    In an IDOC structure segment attribute is requried. From the error you posted, it looks like seqment attribute is missing.
    <Z>
       <IDOC BEGIN="">
          <ED SEGMENT="">
          </ED>
       </IDOC>
    </Z>
    Naveen

  • XmlDataProvider .... is gone completely in my Xaml file. Why? How many different ways to deal with xml data source through WPF

    I followed a procedure described in a book.
    1. insert "Inventory.xml" file to a project "WpfXmlDataBinding" .
    2. add the XML data source through the data panel of "blend for 2013", named it "InventoryXmlDataStore" and store it in the current document.
    3. dragged and droppped the nodes from the Data panel onto the artboard.
    Then I checked my Xaml file against the one provided by the book
    Xaml file by the book:
    <Window.Resources>
    <!-- This part is missing in my xaml file --><XmlDataProvider x:Key="InventoryDataSource"
    Source="\Inventory.xml"
    d:IsDataSource="True"/>
    <!-- This part is missing in my xaml file -->
    <DataTemplate x:Key="ProductTemplate">
    <StackPanel>
    <TextBlock Text="{Binding XPath=@ProductID}"/>
    <TextBlock Text="{Binding XPath=Cost}"/>
    <TextBlock Text="{Binding XPath=Description}"/>
    <CheckBox IsChecked="{Binding XPath=HotItem}"/>
    <TextBlock Text="{Binding XPath=Name}"/>
    </StackPanel>
    </DataTemplate>
    </Window.Resources>
    <Grid>
    <ListBox HorizontalAlignment="Left"
    ItemTemplate="{DynamicResource ProductTemplate}"
    ItemsSource="{Binding XPath=/Inventory/Product}"
    Margin="89,65,0,77" Width="200"/>
    </Grid>
    my Xaml file:
    <Window x:Class="WpfXmlDataBinding.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="MainWindow" Height="922" Width="874">
    <Window.Resources>
    <DataTemplate x:Key="ProductTemplate">
    <StackPanel>
    <TextBlock Text="{Binding XPath=@ProductID}"/>
    <TextBlock Text="{Binding XPath=Cost}"/>
    <TextBlock Text="{Binding XPath=Description}"/>
    <CheckBox IsChecked="{Binding XPath=HotItem}"/>
    <TextBlock Text="{Binding XPath=Name}"/>
    </StackPanel>
    </DataTemplate>
    </Window.Resources>
    <Grid DataContext="{Binding Source={StaticResource InventoryXmlDataStore}}">
    <ListBox HorizontalAlignment="Left" Height="370"
    ItemTemplate="{DynamicResource ProductTemplate}"
    ItemsSource="{Binding XPath=/Inventory/Product}"
    Margin="65,55,0,0" VerticalAlignment="Top" Width="270"/>     
        </Grid>
    </Window>
    All looks quite the same except the <XmlDataProvider ....> part under <Window.Resources>, which is gone completely in my Xaml file.
    1, Why?
    2, How many different ways to deal with xml data source through WPF?
    Thanks, guys.
    (ps My "WpfXmlDataBinding" runs without problem through.)

    Never do yourself down Richard.
    Leave that to other people.
    It's quite common for smart developers to think they're not as good as they are.
    I coach a fair bit and it's a surprisingly common feeling.
    And to repeat.
    Never use anything ends .. provider.  They're for trivial demo apps.  Transform xml into objects and use them.  Write it back as xml.  Preferably, use a database.
    You want to read a little mvvm theory first.
    http://en.wikipedia.org/wiki/Model_View_ViewModel
    Whatever you do, don't read Josh Smiths explanation.  I used to recommend it but it confuses the heck out newbies. Leave that until later.
    Laurent Bugnion did a great presentation at mix10.  Unfortunately that doesn't seem to be working on the MS site, but I have a copy.  Download and watch:
    http://1drv.ms/1IYxl3z
    I'm writing an article at the moment which is aimed at beginners.
    http://social.technet.microsoft.com/wiki/contents/articles/30564.wpf-uneventful-mvvm.aspx
    The sample is just a collection of techniques really.
    I have a sample which involves no real data but is intended to illustrate some aspects of how viewmodels "do stuff" and how you use datatemplates to generate UI.
    I can't remember if I recommended it previously to you:
    https://gallery.technet.microsoft.com/WPF-Dialler-simulator-d782db17
    And I have working samples which are aimed at illustrating line of business architecture.  This is an incomplete step by step series but I  think more than enough to chew on once you've done the previous stuff.
    http://social.technet.microsoft.com/wiki/contents/articles/28209.wpf-entity-framework-mvvm-walk-through-1.aspx
    The write up for step2 is work in progress.
    https://gallery.technet.microsoft.com/WPF-Entity-Framework-MVVM-78cdc204
    Hope that helps.
    Recent Technet articles: Property List Editing;
    Dynamic XAML

  • Error : IDoc XML data record: In segment attribute occurred instead of SEGM

    hi friends
    i am doing the file to idoc scenario. in message mapping i had done the static test. but what ever the fields i mapped in the idoc it was not populated in the idoc. and i am getting the error as
    error :IDoc XML data record: In segment attribute occurred instead of SEGMENT
    can any one solve the problem please
    thanks in advance
    Vasu

    Hi Vasudeva,
    Pls do check the nodes which you have mapped to. Also make sure that your SEGMENT field in the target structure is mapped properly.
    Cheers
    JK

  • Error : idoc xml data record : in segment attribute instead of SEGMENT

    hi all
    i am doing the file to idoc scenario. in that i am getting the error
    error : IDOC XML Data record : In segment attribute instead of SEGMENT
    i am doing this scenario since 4 days.
    can anyone help me
    thanks a lot
    Vasu

    in ref. to my post in your earlier thread.
    >>>>
    in your mapping check, in your IDOC if Begin , segment etc are mapped to a constant say '1'.
    Also ref: In segment IDOC attribute I occurred instead of SEGMENT

  • How to populate BusinessObjects metadata repository with .xml data?

    Can we populate BusinessObjects metadata Repository with .xml data? If yes can you please share some document or link on how to do that?

    Can we populate BusinessObjects metadata Repository with .xml data? If yes can you please share some document or link on how to do that?

  • Populating ComboBox with XML data

    Hi there,
    Probably the most basic question, but I'm having a hard time with this...
    Trying to populate the ComboBox with XML data as a dataProvider.
    Here is the code snippet:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                    layout="vertical"
                    creationComplete="baseDataRequest.send()">
        <mx:Script>
            <![CDATA[
                import mx.collections.XMLListCollection;
                import mx.rpc.events.ResultEvent;
                [Bindable]
                private var baseDataXML:XML;
                private function baseResultHandler(event:ResultEvent):void
                    baseDataXML = event.result.node.child as XML;
            ]]>
        </mx:Script>
        <mx:HTTPService id="baseDataRequest"
                        useProxy="false"
                        resultFormat="e4x"
                        result="baseResultHandler(event)"
                        url="XML_URL"/>
        <mx:ComboBox id="comboDemo"
                     width="390"
                     dataProvider="{baseDataXML}"
                     labelField="NodeName"/>
    </mx:Application>
    And that returns nothing, basically. I know the XML is being pulled, because if I do this:
    baseDataXML = event.result as XML;
    then I just see a single item in my ComboBox, with full XML content.
    How do I populate the ComboBox with XML contents?
    XML example:
    <root>
        <node>          <child>Child1</child>
              <child>Child2</child>
         </node>
    </root>
    Question: how do I populate the ComboBox with XML data nodes? I need <child> content to be the labelField of each combo box item...
    Thanks!
    K

         <mx:Script>
              <![CDATA[
                   var baseDataXML:XML = <root><node><child>Child1</child><child>Child2</child></node></root>;
              ]]>
         </mx:Script>
         <mx:ComboBox id="comboDemo"
                     width="390"
                     dataProvider="{baseDataXML.node.child}"
                     labelField="NodeName"/>
    Don't do:
    baseDataXML = event.result.node.child as XML;
    Instead just do:
    baseDataXML = XML(event.result);
    And in your combo:
    dataProvider="{baseDataXML.node.child}"

  • Error Loading XML Data into Template Builder

    Hi,
    I am using XMLP 5.6.2 with E-business Suite. I copied a seeded Oracle Apps report and changed the output from Text to XML. I executed the report and it generated XML Output. I saved the output file as an XML file using IE.
    When I try to load the XML Data file in MS Word, I am getting:
    'Error No :-1072896682: Invalid at the top level of the document.
    Line No : 1
    Position : 1
    File Pos: 0
    Source: Authentication failed
    I never had this problem before using the older version of XMLP (I think it was 5.0).
    Does anyone have an idea how to fix this?
    Thanks,
    Steve

    Try using "view source" within IE to get the XML in a text file (Notepad) and save it from there. Then it should load fine. When you save it directly from the browser window there is extra formatting that prevents it from being loaded in template builder.

  • Strange error with xml publisher

    I was testing sub-templates on a clone of our production environment and encountered a strange error. When I run the concurrent program I get an xml publisher error and then when I do a preview in xml publisher I also get an error. These are the exact same templates that are running on are training environment with out any issue. I put an SR in with oracle and they asked me to check the status of patches. We looked at the patches on all environments and they are exactly the same. We are running Xml publisher 5.6.2., with that said oracle still thinks it has to do with a patch and have told our DBA that he needs to apply a patch for xml publisher 5.6.3 When we applied this patch it broke the two test environments that it was tested on we are still waiting for oracle to get back with use on this issue. I really do not believe it is a patch error since it works on training and the there is no difference between the patch history on training and the other environments. I am including the two errors and the templates, if you have the time and could look at the errors may be you can see what is going on. The first error is from the xml publisher preview and an the second is from the concurrent program.
    Thank You,
    Russell E Cowan
    XML Publisher Preview Error
    java.lang.NullPointerException at oracle.apps.xdo.oa.util.CoreHelper.escapeBrackets(CoreHelper.java:549) at oracle.apps.xdo.oa.util.CoreHelper.getExceptionXML(CoreHelper.java:580) at oracle.apps.xdo.oa.util.CoreHelper.writeExceptionDocument(CoreHelper.java:661) at oracle.apps.xdo.oa.util.CoreHelper.writeExceptionDocument(CoreHelper.java:637) at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:6205) at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3555) at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3614) at oracle.apps.xdo.oa.template.server.TemplatesAMImpl.processTemplate(TemplatesAMImpl.java:2135) 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.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:189) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:152) at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:721) at oracle.apps.xdo.oa.template.webui.TemplateGeneralCO.previewTemplate(TemplateGeneralCO.java:735) at oracle.apps.xdo.oa.template.webui.TemplateGeneralCO.processRequest(TemplateGeneralCO.java:158) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at oa_html._OA._jspService(_OA.java:88) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162) at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187) at oa_html._OA._jspService(_OA.java:98) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534)
    Concurrent Program Error.
    XML Publisher: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XDOREPPB module: XML Report Publisher
    Current system time is 21-JUN-2007 09:18:06
    XML Report Publisher 5.0
    Updating request description
    Waiting for XML request
    Retrieving XML request information
    Preparing parameters
    Process template
    [062107_091809594][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [062107_091809595][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [062107_091809595][][EXCEPTION] [DEBUG] [IA_TOP]:[d01/oracle/devlappl/ia/11.5.0]
    [062107_091809595][][EXCEPTION] [DEBUG] [DISPLAY_LANGUAGE]:[US]
    [062107_091809595][][EXCEPTION] [DEBUG] [PA_TOP]:[d01/oracle/devlappl/pa/11.5.0]
    [062107_091809595][][EXCEPTION] [DEBUG] [CONTEXT_NAME]:[DEVL_prometheus]
    [062107_091809595][][EXCEPTION] [DEBUG] [PLATFORM]:[LINUX]
    [062107_091809595][][EXCEPTION] [DEBUG] [FNDNAM]:[APPS]
    [062107_091809595][][EXCEPTION] [DEBUG] [CUE_TOP]:[d01/oracle/devlappl/cue/11.5.0]
    [062107_091809595][][EXCEPTION] [DEBUG] [CSI_TOP]:[d01/oracle/devlappl/csi/11.5.0]
    [062107_091809595][][EXCEPTION] [DEBUG] [EDR_TOP]:[d01/oracle/devlappl/edr/11.5.0]
    [062107_091809595][][EXCEPTION] [DEBUG] [QRM_TOP]:[d01/oracle/devlappl/qrm/11.5.0]
    [062107_091809596][][EXCEPTION] [DEBUG] [NLS_SORT]:[BINARY]
    [062107_091809596][][EXCEPTION] [DEBUG] [PO_TOP]:[d01/oracle/devlappl/po/11.5.0]
    [062107_091809596][][EXCEPTION] [DEBUG] [APPLUSR]:[usrxit]
    [062107_091809596][][EXCEPTION] [DEBUG] [FND_JDBC_PLSQL_RESET]:[false]
    [062107_091809596][][EXCEPTION] [DEBUG] [ASF_TOP]:[d01/oracle/devlappl/asf/11.5.0]
    [062107_091809596][][EXCEPTION] [DEBUG] [CUS_TOP]:[d01/oracle/devlappl/cus/11.5.0]
    [062107_091809597][][EXCEPTION] [DEBUG] [FORMS60_RTI_DIR]:[d01/oracle/devlcomn/admin/log/DEVL_prometheus]
    [062107_091809601][][EXCEPTION] [DEBUG] [PSB_TOP]:[d01/oracle/devlappl/psb/11.5.0]
    [062107_091809601][][EXCEPTION] [DEBUG] [CHMOD]:[chmod]
    [062107_091809601][][EXCEPTION] [DEBUG] [ADJVAPRG]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/bin/java]
    [062107_091809601][][EXCEPTION] [DEBUG] [ORAPLSQLLOADPATH]:[d01/oracle/devlappl/au/11.5.0/graphs]
    [062107_091809601][][EXCEPTION] [DEBUG] [PCCFLAGS]:[include=$(PCCINC) ireclen=161 sqlcheck=none dbms=v6]
    [062107_091809601][][EXCEPTION] [DEBUG] [GMF_TOP]:[d01/oracle/devlappl/gmf/11.5.0]
    [062107_091809601][][EXCEPTION] [DEBUG] [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=PROMETHEUS.truecos.com)(PORT=1525)))(CONNECT_DATA=(SID=DEVL)))]
    [062107_091809601][][EXCEPTION] [DEBUG] [BEN_TOP]:[d01/oracle/devlappl/ben/11.5.0]
    [062107_091809601][][EXCEPTION] [DEBUG] [IEO_TOP]:[d01/oracle/devlappl/ieo/11.5.0]
    [062107_091809602][][EXCEPTION] [DEBUG] [APPLMSG]:[mesg]
    [062107_091809602][][EXCEPTION] [DEBUG] [AST_TOP]:[d01/oracle/devlappl/ast/11.5.0]
    [062107_091809602][][EXCEPTION] [DEBUG] [ORACLE_HOME]:[d01/oracle/devlora/8.0.6]
    [062107_091809602][][EXCEPTION] [DEBUG] [FPT_TOP]:[d01/oracle/devlappl/fpt/11.5.0]
    [062107_091809602][][EXCEPTION] [DEBUG] [OTA_TOP]:[d01/oracle/devlappl/ota/11.5.0]
    [062107_091809602][][EXCEPTION] [DEBUG] [PSP_TOP]:[d01/oracle/devlappl/psp/11.5.0]
    [062107_091809602][][EXCEPTION] [DEBUG] [OKE_TOP]:[d01/oracle/devlappl/oke/11.5.0]
    [062107_091809602][][EXCEPTION] [DEBUG] [IBU_TOP]:[d01/oracle/devlappl/ibu/11.5.0]
    [062107_091809602][][EXCEPTION] [DEBUG] [FORMS60_CATCHTERM]:[1]
    [062107_091809602][][EXCEPTION] [DEBUG] [DT_TOP]:[d01/oracle/devlappl/dt/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [JL_TOP]:[d01/oracle/devlappl/jl/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [LANG_CODE]:[US]
    [062107_091809603][][EXCEPTION] [DEBUG] [OPI_TOP]:[d01/oracle/devlappl/opi/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [IAS_CONFIG_HOME]:[d01/oracle/devlora/iAS]
    [062107_091809603][][EXCEPTION] [DEBUG] [PN_TOP]:[d01/oracle/devlappl/pn/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [AZ_TOP]:[d01/oracle/devlappl/az/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [APPLPTMP]:[usr/tmp]
    [062107_091809603][][EXCEPTION] [DEBUG] [GSM_FLAG]:[ON]
    [062107_091809603][][EXCEPTION] [DEBUG] [FORMS60_PATH]:[d01/oracle/devlappl/au/11.5.0/resource:/d01/oracle/devlappl/au/11.5.0/resource/stub]
    [062107_091809603][][EXCEPTION] [DEBUG] [OKS_TOP]:[d01/oracle/devlappl/oks/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [PSA_TOP]:[d01/oracle/devlappl/psa/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [FORMS60_TIMEOUT]:[5]
    [062107_091809603][][EXCEPTION] [DEBUG] [TK_PRINT_STATUS]:[echo %n is valid]
    [062107_091809603][][EXCEPTION] [DEBUG] [FA_TOP]:[d01/oracle/devlappl/fa/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [ZFA_TOP]:[d01/oracle/devlappl/zfa/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [OA_MEDIA]:[d01/oracle/devlcomn/java/oracle/apps/media]
    [062107_091809603][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [062107_091809604][][EXCEPTION] [DEBUG] [EC_TOP]:[d01/oracle/devlappl/ec/11.5.0]
    [062107_091809604][][EXCEPTION] [DEBUG] [HXT_TOP]:[d01/oracle/devlappl/hxt/11.5.0]
    [062107_091809604][][EXCEPTION] [DEBUG] [LD_ASSUME_KERNEL]:[2.4.19]
    [062107_091809604][][EXCEPTION] [DEBUG] [OA_HTML]:[d01/oracle/devlcomn/html]
    [062107_091809604][][EXCEPTION] [DEBUG] [GME_TOP]:[d01/oracle/devlappl/gme/11.5.0]
    [062107_091809604][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [062107_091809604][][EXCEPTION] [DEBUG] [AK_TOP]:[d01/oracle/devlappl/ak/11.5.0]
    [062107_091809604][][EXCEPTION] [DEBUG] [RESP_ID]:[21623]
    [062107_091809604][][EXCEPTION] [DEBUG] [ME_TOP]:[d01/oracle/devlappl/me/11.5.0]
    [062107_091809605][][EXCEPTION] [DEBUG] [PWD]:[d01/oracle/devlcomn/admin/log/DEVL_prometheus]
    [062107_091809605][][EXCEPTION] [DEBUG] [JTF_TOP]:[d01/oracle/devlappl/jtf/11.5.0]
    [062107_091809605][][EXCEPTION] [DEBUG] [COMMON_TOP]:[d01/oracle/devlcomn]
    [062107_091809605][][EXCEPTION] [DEBUG] [BIS_TOP]:[d01/oracle/devlappl/bis/11.5.0]
    [062107_091809605][][EXCEPTION] [DEBUG] [FORMS60_APPSLIBS]:[APPCORE FNDSQF APPDAYPK APPFLDR GLCORE HR_GEN HR_SPEC ARXCOVER]
    [062107_091809605][][EXCEPTION] [DEBUG] [MFG_TOP]:[d01/oracle/devlappl/mfg/11.5.0]
    [062107_091809605][][EXCEPTION] [DEBUG] [FND_TOP]:[d01/oracle/devlappl/fnd/11.5.0]
    [062107_091809605][][EXCEPTION] [DEBUG] [GMS_TOP]:[d01/oracle/devlappl/gms/11.5.0]
    [062107_091809605][][EXCEPTION] [DEBUG] [SSP_TOP]:[d01/oracle/devlappl/ssp/11.5.0]
    [062107_091809605][][EXCEPTION] [DEBUG] [LD_LIBRARY_PATH]:[d01/oracle/devlora/8.0.6/network/jre11/lib/i686/native_threads:/d01/oracle/devlora/8.0.6/network/jre11/lib/linux/native_threads:/d01/oracle/devlappl/cz/11.5.0/bin:/d01/oracle/devlora/8.0.6/lib:/usr/X11R6/lib:/usr/openwin/lib]
    [062107_091809605][][EXCEPTION] [DEBUG] [FORMS60_RESTRICT_ENTER_QUERY]:[TRUE]
    [062107_091809606][][EXCEPTION] [DEBUG] [CP]:[cp]
    [062107_091809606][][EXCEPTION] [DEBUG] [OKR_TOP]:[d01/oracle/devlappl/okr/11.5.0]
    [062107_091809606][][EXCEPTION] [DEBUG] [ADJREOPTS]:[-Xmx512M]
    [062107_091809606][][EXCEPTION] [DEBUG] [IBE_TOP]:[d01/oracle/devlappl/ibe/11.5.0]
    [062107_091809606][][EXCEPTION] [DEBUG] [OZP_TOP]:[d01/oracle/devlappl/ozp/11.5.0]
    [062107_091809606][][EXCEPTION] [DEBUG] [FORMS60_LOV_MINIMUM]:[1000]
    [062107_091809606][][EXCEPTION] [DEBUG] [TWO_TASK]:[DEVL]
    [062107_091809606][][EXCEPTION] [DEBUG] [GRAPHICS60_PATH]:[d01/oracle/devlappl/au/11.5.0/graphs]
    [062107_091809606][][EXCEPTION] [DEBUG] [CC]:[cc]
    [062107_091809606][][EXCEPTION] [DEBUG] [FORMS60_OUTPUT]:[d01/oracle/devlcomn/temp]
    [062107_091809606][][EXCEPTION] [DEBUG] [MYAPPSORA]:[d01/oracle/devlappl/APPSDEVL_prometheus.env]
    [062107_091809606][][EXCEPTION] [DEBUG] [IGI_TOP]:[d01/oracle/devlappl/igi/11.5.0]
    [062107_091809606][][EXCEPTION] [DEBUG] [GMD_TOP]:[d01/oracle/devlappl/gmd/11.5.0]
    [062107_091809606][][EXCEPTION] [DEBUG] [OA_DOC]:[d01/oracle/devlcomn/doc]
    [062107_091809606][][EXCEPTION] [DEBUG] [IEM_TOP]:[d01/oracle/devlappl/iem/11.5.0]
    [062107_091809606][][EXCEPTION] [DEBUG] [FND_JDBC_STMT_CACHE_FREE_MEM]:[TRUE]
    [062107_091809606][][EXCEPTION] [DEBUG] [DOM_TOP]:[d01/oracle/devlappl/dom/11.5.0]
    [062107_091809606][][EXCEPTION] [DEBUG] [GL_TOP]:[d01/oracle/devlappl/gl/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [OKC_TOP]:[d01/oracle/devlappl/okc/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [PRP_TOP]:[d01/oracle/devlappl/prp/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [ENI_TOP]:[d01/oracle/devlappl/eni/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [CNTL_BREAK]:[ON]
    [062107_091809607][][EXCEPTION] [DEBUG] [CSF_TOP]:[d01/oracle/devlappl/csf/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [XML_REPORTS_XENVIRONMENT]:[d01/oracle/devlora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb]
    [062107_091809607][][EXCEPTION] [DEBUG] [FORMS60_OAM_FRD]:[OFF]
    [062107_091809607][][EXCEPTION] [DEBUG] [FND_JDBC_CONTEXT_CHECK]:[FALSE]
    [062107_091809607][][EXCEPTION] [DEBUG] [IGW_TOP]:[d01/oracle/devlappl/igw/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [AX_TOP]:[d01/oracle/devlappl/ax/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [XNS_TOP]:[d01/oracle/devlappl/xns/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [PCCINC]:[. include=$(FND_TOP)/include include=$(ORACLE_HOME)/precomp/public]
    [062107_091809607][][EXCEPTION] [DEBUG] [APPLBIN]:[bin]
    [062107_091809607][][EXCEPTION] [DEBUG] [ORACLE_LOCALPREFERENCE]:[d01/oracle/devlora/8.0.6/tools/admin]
    [062107_091809607][][EXCEPTION] [DEBUG] [DB_HOST]:[prometheus.truecos.com]
    [062107_091809607][][EXCEPTION] [DEBUG] [CUP_TOP]:[d01/oracle/devlappl/cup/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [JTS_TOP]:[d01/oracle/devlappl/jts/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [HOME]:[home/applmgr]
    [062107_091809608][][EXCEPTION] [DEBUG] [APPLFENV]:[DEVL_prometheus.env]
    [062107_091809608][][EXCEPTION] [DEBUG] [APPLSAV]:[save]
    [062107_091809608][][EXCEPTION] [DEBUG] [BIC_TOP]:[d01/oracle/devlappl/bic/11.5.0]
    [062107_091809608][][EXCEPTION] [DEBUG] [FORMS60_LOV_WEIGHT]:[16]
    [062107_091809608][][EXCEPTION] [DEBUG] [FORMS60_BLOCKING_LONGLIST]:[FALSE]
    [062107_091809608][][EXCEPTION] [DEBUG] [IPD_TOP]:[d01/oracle/devlappl/ipd/11.5.0]
    [062107_091809608][][EXCEPTION] [DEBUG] [WIP_TOP]:[d01/oracle/devlappl/wip/11.5.0]
    [062107_091809608][][EXCEPTION] [DEBUG] [CE_TOP]:[d01/oracle/devlappl/ce/11.5.0]
    [062107_091809608][][EXCEPTION] [DEBUG] [ZSA_TOP]:[d01/oracle/devlappl/zsa/11.5.0]
    [062107_091809608][][EXCEPTION] [DEBUG] [APPLRGT]:[regress]
    [062107_091809608][][EXCEPTION] [DEBUG] [FRM_TOP]:[d01/oracle/devlappl/frm/11.5.0]
    [062107_091809608][][EXCEPTION] [DEBUG] [VEA_TOP]:[d01/oracle/devlappl/vea/11.5.0]
    [062107_091809608][][EXCEPTION] [DEBUG] [RHX_TOP]:[d01/oracle/devlappl/rhx/11.5.0]
    [062107_091809608][][EXCEPTION] [DEBUG] [APPL_CPLEX_LICDIR]:[d01/oracle/devlappl/admin/cplex]
    [062107_091809609][][EXCEPTION] [DEBUG] [OKB_TOP]:[d01/oracle/devlappl/okb/11.5.0]
    [062107_091809609][][EXCEPTION] [DEBUG] [APPLINC]:[include]
    [062107_091809609][][EXCEPTION] [DEBUG] [CUA_TOP]:[d01/oracle/devlappl/cua/11.5.0]
    [062107_091809609][][EXCEPTION] [DEBUG] [APPLRGF]:[d01/oracle/devlcomn/rgf/DEVL_prometheus]
    [062107_091809609][][EXCEPTION] [DEBUG] [OAH_TOP]:[d01/oracle/devlcomn]
    [062107_091809609][][EXCEPTION] [DEBUG] [CSE_TOP]:[d01/oracle/devlappl/cse/11.5.0]
    [062107_091809609][][EXCEPTION] [DEBUG] [ORACLE_TERM]:[vt220]
    [062107_091809609][][EXCEPTION] [DEBUG] [APPL_SERVER_ID]:[26A38536E15E1B91E040000A0A7C52FE19410635741979075569405609006925]
    [062107_091809609][][EXCEPTION] [DEBUG] [RLA_TOP]:[d01/oracle/devlappl/rla/11.5.0]
    [062107_091809609][][EXCEPTION] [DEBUG] [RG_TOP]:[d01/oracle/devlappl/rg/11.5.0]
    [062107_091809609][][EXCEPTION] [DEBUG] [CS_TOP]:[d01/oracle/devlappl/cs/11.5.0]
    [062107_091809609][][EXCEPTION] [DEBUG] [CFLAGS]:[$(INCLUDE_FLAGS) -Dlinux -DLINUX -DNLS_ASIA -D_GNU_SOURCE]
    [062107_091809610][][EXCEPTION] [DEBUG] [HXC_TOP]:[d01/oracle/devlappl/hxc/11.5.0]
    [062107_091809610][][EXCEPTION] [DEBUG] [RESP_APPL_ID]:[660]
    [062107_091809610][][EXCEPTION] [DEBUG] [INV_TOP]:[d01/oracle/devlappl/inv/11.5.0]
    [062107_091809610][][EXCEPTION] [DEBUG] [INCLUDE_FLAGS]:[-I. -I$(FND_TOP)/include -I$(ORACLE_HOME)/precomp/public -I$(ORACLE_HOME)/rdbms/demo]
    [062107_091809610][][EXCEPTION] [DEBUG] [FORMS60_TRACE_PATH]:[d01/interfaces/TEST]
    [062107_091809610][][EXCEPTION] [DEBUG] [AF_CLASSPATH]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//lib/dt.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//lib/tools.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//jre/lib/charsets.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//jre/lib/rt.jar:/d01/oracle/devlcomn/java/appsborg2.zip:/d01/oracle/devlcomn/java/apps.zip:/d01/oracle/devlora/8.0.6/forms60/java:/d01/oracle/devlcomn/java]
    [062107_091809610][][EXCEPTION] [DEBUG] [APPLIMG]:[images]
    [062107_091809610][][EXCEPTION] [DEBUG] [IBC_TOP]:[d01/oracle/devlappl/ibc/11.5.0]
    [062107_091809610][][EXCEPTION] [DEBUG] [CSS_TOP]:[d01/oracle/devlappl/css/11.5.0]
    [062107_091809610][][EXCEPTION] [DEBUG] [ASP_TOP]:[d01/oracle/devlappl/asp/11.5.0]
    [062107_091809610][][EXCEPTION] [DEBUG] [AF_JRE_TOP]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/]
    [062107_091809610][][EXCEPTION] [DEBUG] [XNC_TOP]:[d01/oracle/devlappl/xnc/11.5.0]
    [062107_091809611][][EXCEPTION] [DEBUG] [WSM_TOP]:[d01/oracle/devlappl/wsm/11.5.0]
    [062107_091809611][][EXCEPTION] [DEBUG] [APPLREP]:[reports]
    [062107_091809611][][EXCEPTION] [DEBUG] [ENG_TOP]:[d01/oracle/devlappl/eng/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [PQP_TOP]:[d01/oracle/devlappl/pqp/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [CSD_TOP]:[d01/oracle/devlappl/csd/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [WPS_TOP]:[d01/oracle/devlappl/wps/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [APPLREG]:[regress]
    [062107_091809613][][EXCEPTION] [DEBUG] [GMP_TOP]:[d01/oracle/devlappl/gmp/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [062107_091809613][][EXCEPTION] [DEBUG] [FPA_TOP]:[d01/oracle/devlappl/fpa/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [OKO_TOP]:[d01/oracle/devlappl/oko/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [CUN_TOP]:[d01/oracle/devlappl/cun/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [DDD_TOP]:[d01/oracle/devlappl/ddd/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [CSR_TOP]:[d01/oracle/devlappl/csr/11.5.0]
    [062107_091809614][][EXCEPTION] [DEBUG] [PRINTER]:[noprint]
    [062107_091809614][][EXCEPTION] [DEBUG] [IGF_TOP]:[d01/oracle/devlappl/igf/11.5.0]
    [062107_091809614][][EXCEPTION] [DEBUG] [GMA_TOP]:[d01/oracle/devlappl/gma/11.5.0]
    [062107_091809614][][EXCEPTION] [DEBUG] [APPL_TOP]:[d01/oracle/devlappl]
    [062107_091809614][][EXCEPTION] [DEBUG] [BNE_TOP]:[d01/oracle/devlappl/bne/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [AMW_TOP]:[d01/oracle/devlappl/amw/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [MST_TOP]:[d01/oracle/devlappl/mst/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [PMI_TOP]:[d01/oracle/devlappl/pmi/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [ASO_TOP]:[d01/oracle/devlappl/aso/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [XNB_TOP]:[d01/oracle/devlappl/xnb/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [FND_OLD_ORA_NET2_DESC]:[11,14]
    [062107_091809615][][EXCEPTION] [DEBUG] [IBP_TOP]:[d01/oracle/devlappl/ibp/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [NLS_TERRITORY]:[AMERICA]
    [062107_091809615][][EXCEPTION] [DEBUG] [CSC_TOP]:[d01/oracle/devlappl/csc/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [JG_TOP]:[d01/oracle/devlappl/jg/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [LUSRPRG]:[d01/oracle/devlappl/fnd/11.5.0/usrxit/prglib.o /d01/oracle/devlappl/fnd/11.5.0/usrxit/prgcat.o /d01/oracle/devlappl/fnd/11.5.0/usrxit/EXPROG.o]
    [062107_091809615][][EXCEPTION] [DEBUG] [POS_TOP]:[d01/oracle/devlappl/pos/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [AU_TOP]:[d01/oracle/devlappl/au/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [IEX_TOP]:[d01/oracle/devlappl/iex/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [SHT_TOP]:[d01/oracle/devlappl/sht/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [XNP_TOP]:[d01/oracle/devlappl/xnp/11.5.0]
    [062107_091809616][][EXCEPTION] [DEBUG] [ORA_NET2_DESC]:[11,14]
    [062107_091809616][][EXCEPTION] [DEBUG] [REQUEST_ID]:[464998]
    [062107_091809616][][EXCEPTION] [DEBUG] [REPORTS60_POST]:[&5556]
    [062107_091809616][][EXCEPTION] [DEBUG] [MWA_TOP]:[d01/oracle/devlappl/mwa/11.5.0]
    [062107_091809617][][EXCEPTION] [DEBUG] [XTR_TOP]:[d01/oracle/devlappl/xtr/11.5.0]
    [062107_091809617][][EXCEPTION] [DEBUG] [IBA_TOP]:[d01/oracle/devlappl/iba/11.5.0]
    [062107_091809617][][EXCEPTION] [DEBUG] [APPLOUT]:[out/DEVL_prometheus]
    [062107_091809617][][EXCEPTION] [DEBUG] [FND_JDBC_STMT_CACHE_SIZE]:[200]
    [062107_091809617][][EXCEPTION] [DEBUG] [RLM_TOP]:[d01/oracle/devlappl/rlm/11.5.0]
    [062107_091809617][][EXCEPTION] [DEBUG] [IPA_TOP]:[d01/oracle/devlappl/ipa/11.5.0]
    [062107_091809618][][EXCEPTION] [DEBUG] [AMV_TOP]:[d01/oracle/devlappl/amv/11.5.0]
    [062107_091809618][][EXCEPTION] [DEBUG] [APPLLOG]:[log/DEVL_prometheus]
    [062107_091809618][][EXCEPTION] [DEBUG] [ASN_TOP]:[d01/oracle/devlappl/asn/11.5.0]
    [062107_091809618][][EXCEPTION] [DEBUG] [AFCPDNR]:[disabled]
    [062107_091809618][][EXCEPTION] [DEBUG] [ITG_TOP]:[d01/oracle/devlappl/itg/11.5.0]
    [062107_091809618][][EXCEPTION] [DEBUG] [GUEST_USER_PWD]:[GUEST/ORACLE]
    [062107_091809619][][EXCEPTION] [DEBUG] [XLE_TOP]:[d01/oracle/devlappl/xle/11.5.0]
    [062107_091809619][][EXCEPTION] [DEBUG] [GWYUID]:[APPLSYSPUB/PUB]
    [062107_091809619][][EXCEPTION] [DEBUG] [PERL5LIB]:[d01/oracle/devlora/iAS/Apache/perl/lib/5.00503:/d01/oracle/devlora/iAS/Apache/perl/lib/site_perl/5.005:/d01/oracle/devlappl/au/11.5.0/perl]
    [062107_091809619][][EXCEPTION] [DEBUG] [IGS_TOP]:[d01/oracle/devlappl/igs/11.5.0]
    [062107_091809619][][EXCEPTION] [DEBUG] [APPLDOC]:[docs]
    [062107_091809619][][EXCEPTION] [DEBUG] [MSD_TOP]:[d01/oracle/devlappl/msd/11.5.0]
    [062107_091809619][][EXCEPTION] [DEBUG] [FII_TOP]:[d01/oracle/devlappl/fii/11.5.0]
    [062107_091809620][][EXCEPTION] [DEBUG] [APPLTMP]:[d01/oracle/devlcomn/temp]
    [062107_091809620][][EXCEPTION] [DEBUG] [CCT_TOP]:[d01/oracle/devlappl/cct/11.5.0]
    [062107_091809620][][EXCEPTION] [DEBUG] [CSP_TOP]:[d01/oracle/devlappl/csp/11.5.0]
    [062107_091809620][][EXCEPTION] [DEBUG] [FTE_TOP]:[d01/oracle/devlappl/fte/11.5.0]
    [062107_091809620][][EXCEPTION] [DEBUG] [JAVA_TOP]:[d01/oracle/devlcomn/java]
    [062107_091809620][][EXCEPTION] [DEBUG] [FORMS60_MAPPING]:[http://prometheus.truecos.com:8004/OA_TEMP]
    [062107_091809620][][EXCEPTION] [DEBUG] [AFJVAPRG]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//bin/java]
    [062107_091809621][][EXCEPTION] [DEBUG] [PV_TOP]:[d01/oracle/devlappl/pv/11.5.0]
    [062107_091809624][][EXCEPTION] [DEBUG] [FND_GSMSTARTED]:[1]
    [062107_091809624][][EXCEPTION] [DEBUG] [MSR_TOP]:[d01/oracle/devlappl/msr/11.5.0]
    [062107_091809624][][EXCEPTION] [DEBUG] [FORMS60_FORCE_MENU_MNEMONICS]:[0]
    [062107_091809624][][EXCEPTION] [DEBUG] [TNS_ADMIN]:[d01/oracle/devlora/8.0.6/network/admin/DEVL_prometheus]
    [062107_091809624][][EXCEPTION] [DEBUG] [DB_PORT]:[1525]
    [062107_091809624][][EXCEPTION] [DEBUG] [PJM_TOP]:[d01/oracle/devlappl/pjm/11.5.0]
    [062107_091809624][][EXCEPTION] [DEBUG] [BIM_TOP]:[d01/oracle/devlappl/bim/11.5.0]
    [062107_091809624][][EXCEPTION] [DEBUG] [OAD_TOP]:[d01/oracle/devlcomn]
    [062107_091809624][][EXCEPTION] [DEBUG] [SECURITY_GROUP_ID]:[0]
    [062107_091809624][][EXCEPTION] [DEBUG] [RM]:[rm -f]
    [062107_091809624][][EXCEPTION] [DEBUG] [JE_TOP]:[d01/oracle/devlappl/je/11.5.0]
    [062107_091809624][][EXCEPTION] [DEBUG] [FND_JDBC_USABLE_CHECK]:[false]
    [062107_091809624][][EXCEPTION] [DEBUG] [APPLPLS]:[plsql]
    [062107_091809624][][EXCEPTION] [DEBUG] [OA_JRE_TOP]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13]
    [062107_091809624][][EXCEPTION] [DEBUG] [AS_TOP]:[d01/oracle/devlappl/as/11.5.0]
    [062107_091809624][][EXCEPTION] [DEBUG] [GCS_TOP]:[d01/oracle/devlappl/gcs/11.5.0]
    [062107_091809624][][EXCEPTION] [DEBUG] [IMT_TOP]:[d01/oracle/devlappl/imt/11.5.0]
    [062107_091809624][][EXCEPTION] [DEBUG] [OA_SECURE]:[d01/oracle/devlcomn/secure]
    [062107_091809625][][EXCEPTION] [DEBUG] [NLS_DATE_FORMAT]:[DD-MON-RR]
    [062107_091809625][][EXCEPTION] [DEBUG] [AMF_TOP]:[d01/oracle/devlappl/amf/11.5.0]
    [062107_091809625][][EXCEPTION] [DEBUG] [MSC_TOP]:[d01/oracle/devlappl/msc/11.5.0]
    [062107_091809625][][EXCEPTION] [DEBUG] [OKL_TOP]:[d01/oracle/devlappl/okl/11.5.0]
    [062107_091809625][][EXCEPTION] [DEBUG] [APPLMAIL]:[NONE]
    [062107_091809625][][EXCEPTION] [DEBUG] [LNS_TOP]:[d01/oracle/devlappl/lns/11.5.0]
    [062107_091809626][][EXCEPTION] [DEBUG] [APPLCSF]:[d01/oracle/devlcomn/admin]
    [062107_091809626][][EXCEPTION] [DEBUG] [APPLORC]:[ar60run]
    [062107_091809626][][EXCEPTION] [DEBUG] [APPLORB]:[ar60runb]
    [062107_091809627][][EXCEPTION] [DEBUG] [IGC_TOP]:[d01/oracle/devlappl/igc/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [ONT_TOP]:[d01/oracle/devlappl/ont/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [AD_TOP]:[d01/oracle/devlappl/ad/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [EAA_TOP]:[d01/oracle/devlappl/eaa/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [ASL_TOP]:[d01/oracle/devlappl/asl/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [ORG_ID]:[101]
    [062107_091809627][][EXCEPTION] [DEBUG] [APPLSQL]:[sql]
    [062107_091809627][][EXCEPTION] [DEBUG] [ZPB_TOP]:[d01/oracle/devlappl/zpb/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [NLS_LANG]:[American_America.WE8ISO8859P15]
    [062107_091809627][][EXCEPTION] [DEBUG] [BIL_TOP]:[d01/oracle/devlappl/bil/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [CN_TOP]:[d01/oracle/devlappl/cn/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [GML_TOP]:[d01/oracle/devlappl/gml/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [AR_TOP]:[d01/oracle/devlappl/ar/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [IEU_TOP]:[d01/oracle/devlappl/ieu/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [LUSRSRW]:[d01/oracle/devlappl/fnd/11.5.0/usrxit/xirusr.o]
    [062107_091809627][][EXCEPTION] [DEBUG] [XNM_TOP]:[d01/oracle/devlappl/xnm/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [FV_TOP]:[d01/oracle/devlappl/fv/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [ABM_TOP]:[d01/oracle/devlappl/abm/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [CLN_TOP]:[d01/oracle/devlappl/cln/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [FORMS60_SESSION]:[TRUE]
    [062107_091809627][][EXCEPTION] [DEBUG] [JTM_TOP]:[d01/oracle/devlappl/jtm/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [FNDSM_SCRIPT]:[d01/oracle/devlcomn/admin/scripts/DEVL_prometheus/gsmstart.sh]
    [062107_091809627][][EXCEPTION] [DEBUG] [APPS_JDBC_DRIVER_TYPE]:[THIN]
    [062107_091809628][][EXCEPTION] [DEBUG] [APPLGRAF]:[graphs]
    [062107_091809628][][EXCEPTION] [DEBUG] [CRP_TOP]:[d01/oracle/devlappl/crp/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [POA_TOP]:[d01/oracle/devlappl/poa/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [CHV_TOP]:[d01/oracle/devlappl/chv/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [SPCCHANL]:[ ]
    [062107_091809628][][EXCEPTION] [DEBUG] [AMS_TOP]:[d01/oracle/devlappl/ams/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [AF_LD_LIBRARY_PATH]:[d01/oracle/devlora/iAS/lib:/d01/oracle/devlora/8.0.6/network/jre11/lib/i686/native_threads:/d01/oracle/devlora/8.0.6/network/jre11/lib/linux/native_threads:/d01/oracle/devlappl/cz/11.5.0/bin:/d01/oracle/devlora/8.0.6/lib:/usr/X11R6/lib:/usr/openwin/lib]
    [062107_091809628][][EXCEPTION] [DEBUG] [IAS_ORACLE_HOME]:[d01/oracle/devlora/iAS]
    [062107_091809628][][EXCEPTION] [DEBUG] [MCS]:[echo mcs]
    [062107_091809628][][EXCEPTION] [DEBUG] [WSH_TOP]:[d01/oracle/devlappl/wsh/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [REPORTS60_PRE]:[&5555]
    [062107_091809628][][EXCEPTION] [DEBUG] [PAY_TOP]:[d01/oracle/devlappl/pay/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [FORMS60_LOV_INITIAL]:[5000]
    [062107_091809628][][EXCEPTION] [DEBUG] [BOM_TOP]:[d01/oracle/devlappl/bom/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [FNDREVIVERPID]:[d01/oracle/devlappl/fnd/11.5.0/log/reviver.sh_DEVL_prometheus.pid]
    [062107_091809628][][EXCEPTION] [DEBUG] [DB_ID]:[devl]
    [062107_091809628][][EXCEPTION] [DEBUG] [FORMS60_DISABLE_UNPAD_LOV]:[FALSE]
    [062107_091809628][][EXCEPTION] [DEBUG] [ICX_TOP]:[d01/oracle/devlappl/icx/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [APPCPNAM]:[REQID]
    [062107_091809628][][EXCEPTION] [DEBUG] [APPLLIB]:[lib]
    [062107_091809628][][EXCEPTION] [DEBUG] [CUI_TOP]:[d01/oracle/devlappl/cui/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [HRI_TOP]:[d01/oracle/devlappl/hri/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [CSM_TOP]:[d01/oracle/devlappl/csm/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [CONTEXT_FILE]:[d01/oracle/devlappl/admin/DEVL_prometheus.xml]
    [062107_091809629][][EXCEPTION] [DEBUG] [FND_MAX_JDBC_CONNECTIONS]:[500]
    [062107_091809629][][EXCEPTION] [DEBUG] [ECX_TOP]:[d01/oracle/devlappl/ecx/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [RCM_TOP]:[d01/oracle/devlappl/rcm/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [DBC_FILE_PATH]:[d01/oracle/devlappl/fnd/11.5.0/secure/DEVL_prometheus/devl.dbc]
    [062107_091809629][][EXCEPTION] [DEBUG] [FORMS60_NONBLOCKING_SLEEP]:[100]
    [062107_091809629][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [062107_091809629][][EXCEPTION] [DEBUG] [MSO_TOP]:[d01/oracle/devlappl/mso/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [IMC_TOP]:[d01/oracle/devlappl/imc/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [OKX_TOP]:[d01/oracle/devlappl/okx/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [FF_TOP]:[d01/oracle/devlappl/ff/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [XLA_TOP]:[d01/oracle/devlappl/xla/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [REPORTS60_NO_DUMMY_PRINTER]:[YES]
    [062107_091809629][][EXCEPTION] [DEBUG] [FUN_TOP]:[d01/oracle/devlappl/fun/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [PATH]:[d01/oracle/devlora/iAS/Apache/perl/bin:/d01/oracle/devlora/8.0.6/bin:/d01/oracle/devlappl/fnd/11.5.0/bin:/d01/oracle/devlappl/ad/11.5.0/bin:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/bin:/d01/oracle/devlcomn/util/unzip/unzip/unzip-5.50::/d01/oracle/devlora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/usr/ccs/bin:/bin]
    [062107_091809629][][EXCEPTION] [DEBUG] [PON_TOP]:[d01/oracle/devlappl/pon/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [OLDPWD]:[home/applmgr]
    [062107_091809629][][EXCEPTION] [DEBUG] [FORMS60_REJECT_GO_DISABLED_ITEM]:[0]
    [062107_091809629][][EXCEPTION] [DEBUG] [AP_TOP]:[d01/oracle/devlappl/ap/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [IES_TOP]:[d01/oracle/devlappl/ies/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [EAM_TOP]:[d01/oracle/devlappl/eam/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [WMS_TOP]:[d01/oracle/devlappl/wms/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [VEH_TOP]:[d01/oracle/devlappl/veh/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [GR_TOP]:[d01/oracle/devlappl/gr/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [EGO_TOP]:[d01/oracle/devlappl/ego/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [OKI_TOP]:[d01/oracle/devlappl/oki/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [IBY_TOP]:[d01/oracle/devlappl/iby/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [EVM_TOP]:[d01/oracle/devlappl/evm/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [BIX_TOP]:[d01/oracle/devlappl/bix/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [APPLRSC]:[resource]
    [062107_091809630][][EXCEPTION] [DEBUG] [CSL_TOP]:[d01/oracle/devlappl/csl/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [AHM_TOP]:[d01/oracle/devlappl/ahm/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [CZ_TOP]:[d01/oracle/devlappl/cz/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [FEM_TOP]:[d01/oracle/devlappl/fem/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [QP_TOP]:[d01/oracle/devlappl/qp/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [LUSRLIB]:[d01/oracle/devlappl/fnd/11.5.0/usrxit/libusr.a]
    [062107_091809630][][EXCEPTION] [DEBUG] [NLS_NUMERIC_CHARACTERS]:[.,]
    [062107_091809630][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [062107_091809630][][EXCEPTION] [DEBUG] [FLM_TOP]:[d01/oracle/devlappl/flm/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [USER_ID]:[1194]
    [062107_091809630][][EXCEPTION] [DEBUG] [TOOLS_CONFIG_HOME]:[d01/oracle/devlora/8.0.6]
    [062107_091809630][][EXCEPTION] [DEBUG] [MRP_TOP]:[d01/oracle/devlappl/mrp/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [FND_SECURE]:[d01/oracle/devlappl/fnd/11.5.0/secure/DEVL_prometheus]
    [062107_091809630][][EXCEPTION] [DEBUG] [DISPLAY]:[prometheus:0.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [BSC_TOP]:[d01/oracle/devlappl/bsc/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [PJI_TOP]:[d01/oracle/devlappl/pji/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [JA_TOP]:[d01/oracle/devlappl/ja/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [POM_TOP]:[d01/oracle/devlappl/pom/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [GMI_TOP]:[d01/oracle/devlappl/gmi/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [QA_TOP]:[d01/oracle/devlappl/qa/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [OE_TOP]:[d01/oracle/devlappl/oe/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [APPLFRM]:[forms]
    [062107_091809631][][EXCEPTION] [DEBUG] [CUG_TOP]:[d01/oracle/devlappl/cug/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [XDP_TOP]:[d01/oracle/devlappl/xdp/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [OZF_TOP]:[d01/oracle/devlappl/ozf/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [ORACLE_SID]:[FNDSM]
    [062107_091809631][][EXCEPTION] [DEBUG] [AHL_TOP]:[d01/oracle/devlappl/ahl/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [REPORTS60_TMP]:[d01/oracle/devlcomn/temp]
    [062107_091809631][][EXCEPTION] [DEBUG] [LUSRIAP]:[d01/oracle/devlappl/fnd/11.5.0/usrxit/xitusr.o]
    [062107_091809631][][EXCEPTION] [DEBUG] [IEC_TOP]:[d01/oracle/devlappl/iec/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [ALR_TOP]:[d01/oracle/devlappl/alr/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [XXTRU_TOP]:[d01/oracle/devlappl/xxtru/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [ADJRIOPTS]:[-mx512m]
    [062107_091809631][][EXCEPTION] [DEBUG] [OA_JAVA]:[d01/oracle/devlcomn/java]
    [062107_091809631][][EXCEPTION] [DEBUG] [SHLVL]:[0]
    [062107_091809631][][EXCEPTION] [DEBUG] [ISC_TOP]:[d01/oracle/devlappl/isc/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [PQH_TOP]:[d01/oracle/devlappl/pqh/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [CLASSPATH]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/rt.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/lib/dt.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/lib/tools.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/charsets.jar:/d01/oracle/devlcomn/java/appsborg2.zip:/d01/oracle/devlora/8.0.6/forms60/java:/d01/oracle/devlcomn/java]
    [062107_091809632][][EXCEPTION] [DEBUG] [ADPERLPRG]:[d01/oracle/devlora/iAS/Apache/perl/bin/perl]
    [062107_091809632][][EXCEPTION] [DEBUG] [FORMS60_WEB_CONFIG_FILE]:[d01/oracle/devlcomn/html/bin/appsweb_DEVL_prometheus.cfg]
    [062107_091809632][][EXCEPTION] [DEBUG] [PER_TOP]:[d01/oracle/devlappl/per/11.5.0]
    [062107_091809632][][EXCEPTION] [DEBUG] [XNI_TOP]:[d01/oracle/devlappl/xni/11.5.0]
    [062107_091809632][][EXCEPTION] [DEBUG] [NLS_LANGUAGE]:[AMERICAN]
    [062107_091809632][][EXCEPTION] [DEBUG] [CUF_TOP]:[d01/oracle/devlappl/cuf/11.5.0]
    [062107_091809632][][EXCEPTION] [DEBUG] [FORMS60_MESSAGE_ENCRYPTION]:[TRUE]
    [062107_091809632][][EXCEPTION] [DEBUG] [XDO_TOP]:[d01/oracle/devlappl/xdo/11.5.0]
    [062107_091809632][][EXCEPTION] [DEBUG] [GHR_TOP]:[d01/oracle/devlappl/ghr/11.5.0]
    [062107_091809632][][EXCEPTION] [DEBUG] [OAM_TOP]:[d01/oracle/devlcomn/java/oracle/apps]
    [062107_091809633][][EXCEPTION] [DEBUG] [BIV_TOP]:[d01/oracle/devlappl/biv/11.5.0]
    [062107_091809633][][EXCEPTION] [DEBUG] [PCC]:[$(ORACLE_HOME)/bin/proc]
    [062107_091809633][][EXCEPTION] [DEBUG] [QOT_TOP]:[d01/oracle/devlappl/qot/11.5.0]
    [062107_091809633][][EXCEPTION] [DEBUG] [IEB_TOP]:[d01/oracle/devlappl/ieb/11.5.0]
    [062107_091809633][][EXCEPTION] [DEBUG] [ASG_TOP]:[d01/oracle/devlappl/asg/11.5.0]
    [062107_091809633][][EXCEPTION] [DEBUG] [REPORTS60_PATH]:[d01/oracle/devlappl/au/11.5.0/plsql:/d01/oracle/devlappl/fnd/11.5.0/reports:/d01/oracle/devlappl/au/11.5.0/reports:/d01/oracle/devlappl/au/11.5.0/graphs:/d01/oracle/devlora/8.0.6/reports60/admin/printer]
    [062107_091809633][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.HIGH]:[-1]
    [062107_091809633][][EXCEPTION] [DEBUG] [OZS_TOP]:[d01/oracle/devlappl/ozs/11.5.0]
    [062107_091809633][][EXCEPTION] [DEBUG] [APPLDCP]:[ON]
    [062107_091809633][][EXCEPTION] [DEBUG] [ZX_TOP]:[d01/oracle/devlappl/zx/11.5.0]
    [062107_091809639][][EXCEPTION] [DEBUG] [REPORTS60_SERVER_CONFDIR]:[d01/oracle/devlora/8.0.6/reports60/server]
    [062107_091809639][][EXCEPTION] [DEBUG] ------- Properties stored in Java System Properties -------
    [062107_091809639][][EXCEPTION] [DEBUG] [java.runtime.name]:[Java(TM) 2 Runtime Environment, Standard Edition]
    [062107_091809639][][EXCEPTION] [DEBUG] [sun.boot.library.path]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/i386]
    [062107_091809639][][EXCEPTION] [DEBUG] [java.vm.version]:[1.4.2_13-b06]
    [062107_091809639][][EXCEPTION] [DEBUG] [OVERRIDE_DBC]:[true]
    [062107_091809639][][EXCEPTION] [DEBUG] [dbcfile]:[d01/oracle/devlappl/fnd/11.5.0/secure/DEVL_prometheus/devl.dbc]
    [062107_091809639][][EXCEPTION] [DEBUG] [java.vm.vendor]:[Sun Microsystems Inc.]
    [062107_091809639][][EXCEPTION] [DEBUG] [java.vendor.url]:[http://java.sun.com/]
    [062107_091809639][][EXCEPTION] [DEBUG] [path.separator]:[:]
    [062107_091809639][][EXCEPTION] [DEBUG] [java.vm.name]:[Java HotSpot(TM) Client VM]
    [062107_091809639][][EXCEPTION] [DEBUG] [file.encoding.pkg]:[sun.io]
    [062107_091809639][][EXCEPTION] [DEBUG] [user.country]:[US]
    [062107_091809639][][EXCEPTION] [DEBUG] [sun.os.patch.level]:[unknown]
    [062107_091809639][][EXCEPTION] [DEBUG] [java.vm.specification.name]:[Java Virtual Machine Specification]
    [062107_091809640][][EXCEPTION] [DEBUG] [user.dir]:[d01/oracle/devlcomn/admin/log/DEVL_prometheus]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.runtime.version]:[1.4.2_13-b06]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.awt.graphicsenv]:[sun.awt.X11GraphicsEnvironment]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.endorsed.dirs]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/endorsed]
    [062107_091809640][][EXCEPTION] [DEBUG] [os.arch]:[i386]
    [062107_091809640][][EXCEPTION] [DEBUG] [JTFDBCFILE]:[d01/oracle/devlappl/fnd/11.5.0/secure/DEVL_prometheus/devl.dbc]
    [062107_091809640][][EXCEPTION] [DEBUG] [request.requestid]:[464998]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.io.tmpdir]:[tmp]
    [062107_091809640][][EXCEPTION] [DEBUG] [line.separator]:[
    [062107_091809640][][EXCEPTION] [DEBUG] [java.vm.specification.vendor]:[Sun Microsystems Inc.]
    [062107_091809640][][EXCEPTION] [DEBUG] [os.name]:[Linux]
    [062107_091809640][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [062107_091809640][][EXCEPTION] [DEBUG] [sun.java2d.fontpath]:[]
    [062107_091809640][][EXCEPTION] [DEBUG] [request.logfile]:[d01/oracle/devlcomn/admin/log/DEVL_prometheus/l464998.req]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.library.path]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/i386/client:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/i386:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/../lib/i386:/d01/oracle/devlora/iAS/lib:/d01/oracle/devlora/8.0.6/network/jre11/lib/i686/native_threads:/d01/oracle/devlora/8.0.6/network/jre11/lib/linux/native_threads:/d01/oracle/devlappl/cz/11.5.0/bin:/d01/oracle/devlora/8.0.6/lib:/usr/X11R6/lib:/usr/openwin/lib]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.specification.name]:[Java Platform API Specification]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.class.version]:[48.0]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.util.prefs.PreferencesFactory]:[java.util.prefs.FileSystemPreferencesFactory]
    [062107_091809640][][EXCEPTION] [DEBUG] [os.version]:[2.6.9-42.0.10.ELsmp]
    [062107_091809640][][EXCEPTION] [DEBUG] [FND_JDBC_CONTEXT_CHECK]:[FALSE]
    [062107_091809640][][EXCEPTION] [DEBUG] [user.home]:[home/applmgr]
    [062107_091809640][][EXCEPTION] [DEBUG] [user.timezone]:[America/Denver]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.awt.printerjob]:[sun.print.PSPrinterJob]
    [062107_091809640][][EXCEPTION] [DEBUG] [file.encoding]:[ANSI_X3.4-1968]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.specification.version]:[1.4]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.class.path]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//lib/dt.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//lib/tools.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//jre/lib/charsets.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//jre/lib/rt.jar:/d01/oracle/devlcomn/java/appsborg2.zip:/d01/oracle/devlcomn/java/apps.zip:/d01/oracle/devlora/8.0.6/forms60/java:/d01/oracle/devlcomn/java]
    [062107_091809641][][EXCEPTION] [DEBUG] [user.name]:[applmgr]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.vm.specification.version]:[1.0]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.home]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre]
    [062107_091809641][][EXCEPTION] [DEBUG] [sun.arch.data.model]:[32]
    [062107_091809641][][EXCEPTION] [DEBUG] [user.language]:[en]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.specification.vendor]:[Sun Microsystems Inc.]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.vm.info]:[mixed mode]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.version]:[1.4.2_13]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.ext.dirs]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/ext]
    [062107_091809641][][EXCEPTION] [DEBUG] [sun.boot.class.path]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/rt.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/i18n.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/sunrsasign.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/jsse.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/jce.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/charsets.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/classes]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.vendor]:[Sun Microsystems Inc.]
    [062107_091809641][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [062107_091809641][][EXCEPTION] [DEBUG] [file.separator]:[]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.vendor.url.bug]:[http://java.sun.com/cgi-bin/bugreport.cgi]
    [062107_091809641][][EXCEPTION] [DEBUG] [sun.io.unicode.encoding]:[UnicodeLittle]
    [062107_091809641][][EXCEPTION] [DEBUG] [sun.cpu.endian]:[little]
    [062107_091809641][][EXCEPTION] [DEBUG] [sun.cpu.isalist]:[]
    --XDOException
    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:520)
    at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:196)
    at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:161)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1015)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:968)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:209)
    at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1561)
    at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:951)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5975)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3555)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3614)
    at oracle.apps.xdo.oa.cp.JCP4XMLPublisher.runProgram(JCP4XMLPublisher.java:815)
    at oracle.apps.fnd.cp.request.Run.main(Run.java:148)
    Caused by: java.io.IOException: Root problem: oracle.apps.xdo.XDOException: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.LOB_TYPE = 'TEMPLATE' OR L.LOB_TYPE = 'MLS_TEMPLATE') AND 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.LANGUAGE = :3 AND L.TERRITORY = :4 ) OR (L.LANGUAGE = :5 AND L.TER
    RITORY = :6) OR (L.LANGUAGE= B.DEFAULT_LANGUAGE AND L.TERRITORY= B.DEFAULT_TERRITORY ) )
    at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:782)
    at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:564)
    ... 17 more
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 21-JUN-2007 09:18:11
    ---------------------------------------------------------------------------

    Hi
    the error in the CM log is caused by the java code not being able to find the template file in the template manager. Please ensure the main and subtemplates are loaded to the instance correctly.
    I think the first error is similar just a little more cryptic.
    Regards
    tim

  • XML data (Output) into a flat file

    I need to convert XML data into a flat file, which is having "|" as delimiter and ftp the same to a server. The XML data is an output of BPEL activity. The XML data is employee records. Each employee records should come as one line in the flat file.
    Is it possible to do this? if so, what will be the steps
    Thanks

    Hi,
    You need to use file adapter to write your XML payload as a flat file.
    Following are the steps to write XML payload into a flat file:
    1. Create a sample flat file and add few rows in which fields should be delimited with pipe symbol. See the record sample given below:
    Name|Age|Address|City|State|Zip
    Sam|32|2788 Viking Dr|Green Bay|WI|54304
    Here first row is the header row, you can remove the header row if it is not required.
    2. Create a file adapter service using adapter configuration wizard. Give file name and folder location where you want to write flat file. On step 5 of the adapter configuration wizard you have to define or select message schema. Click on Define Schema for Native Format button, then Native Format Builder Wizard will be opened, here you can define message schema for your flat file.
    2.1 Here you need to select Delimited for file type.
    2.2 Give details about your flat file, select your sample flat file here, which you have created in step 1 above.
    2.3 Click Next button twice and go to step 4, here give namespace and element names you want and click on Next.
    2.4 In step 5 you need to specify delimiters. Wizard doesn’t shows *|* as a delimiter so you need to enter *|* in the Delimited By combo box and click on Next button.
    2.5 Complete remaining steps and click on Finish in the wizard.
    3. Finish "Adapter Creation Wizard". Add BPEL activities (assign, invoke) to pass XML payload to file adapter and file adapter will generate *|* delimited flat file and write it to the given folder.
    See the following article for more details on Native Format Builder Wizard:
    http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28994/nfb.htm#CCHCIGCA
    Regards,
    Dharmendra
    http://soa-howto.blogspot.com

  • Populate PDF form with XML data

    Although a seemingly simple task, this question has occupied way too much of my time the last week and I am asking the following out of sheer desperation and frustration.
    I have a pdf form created with Designer 7.0. I have a separate XML data file to populate the form with. I can test using the preview in Designer and everything looks great. Now, all I want to do is deploy this pdf to a standard web server (IIS, Windows) such that any visitor to the site (using Reader) is able to open it/view it/print it, with the data there. That's it.
    This was easily accomplished using Acrobat 6 by creating an ASP page that output an FDF file which referenced the PDF. Not so with the latest version.
    I have downloaded three separate several hundred page documents that do not explain how to accomplish this task simply. So to summarize:
    1. Does this task *require* a separate piece of software (Document Server) that was not required before?
    2. If Document Server is not required, what are the steps to publish the pdf file and reference the data file?
    Please help, extraordinarily frustrated :-(.

    Ravinder, were you actually able to get your PDF Document (Form) to load with data?  I have not been able to get my .NET page to populate my PDF document - the PDF loads in my Browser but has no data.  If you can post sample code that you were able to get to work, it would be appreciated, or if you notice something wrong with my code below, please let me know.<br /><br />Also, when my PDF document loads in my browser, I am prompted to "Open or Save" my .xdp file and if I click "Open", my PDF Form loads, but the fields are not populated.  How do I stop this prompt from loading?  I don't want the user(s) to be able to see this.<br /><br />My .NET page and XML file are listed below:<br />------------------------- .NET -----------------------------------<br />Imports System.Text<br />Imports System.IO<br /><br />Public Class WebForm1<br />    Inherits System.Web.UI.Page<br /><br />#Region " Web Form Designer Generated Code "<br /><br />    'This call is required by the Web Form Designer.<br />    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()<br /><br />    End Sub<br /><br />    'NOTE: The following placeholder declaration is required by the Web Form Designer.<br />    'Do not delete or move it.<br />    Private designerPlaceholderDeclaration As System.Object<br /><br />    Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init<br />        'CODEGEN: This method call is required by the Web Form Designer<br />        'Do not modify it using the code editor.<br />        InitializeComponent()<br />    End Sub<br /><br />#End Region<br /><br />    Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />        'Put user code to initialize the page here<br /><br />        Dim responseString As New StringBuilder<br />        Dim sr As StreamReader<br />        Dim xmldata As String<br /><br />        Response.ContentType = "application/vnd.adobe.xdp+xml"<br />        responseString.Append("<?xml version='1.0' encoding='UTF-8'?>")<br />        responseString.Append("<?xfa generator='AdobeDesigner_V7.0' APIVersion='2.2.4333.0'?>")<br />        responseString.Append("<xdp:xdp xmlns:xdp='http://ns.adobe.com/xdp/'>")<br />        responseString.Append("<xfa:datasets xmlns:xfa='http://www.xfa.org/schema/xfa-data/1.0/'>")<br />        responseString.Append("<xfa:data xfa:dataNode='dataGroup'>")<br />        sr = File.OpenText("c:\\inetpub\\wwwroot\\PDFFiller\\TestForm_data.xml")<br />        xmldata = sr.ReadToEnd()<br />        sr.Close()<br />        responseString.Append(xmldata)<br /><br />        'responseString.Append("<form1>")<br />        'responseString.Append("<txtFirstName>Homer</txtFirstName>")<br />        'responseString.Append("<txtLastName>Simpson</txtLastName>")<br />        'responseString.Append("</form1>")<br /><br />        responseString.Append("</xfa:data>")<br />        responseString.Append("</xfa:datasets>")<br />        responseString.Append("<pdf href='http://localhost/PDFFiller/TestForm.pdf' xmlns='http://ns.adobe.com/xdp/pdf/' />")<br />        responseString.Append("<xfdf xmlns='http://ns.adobe.com/xfdf/' xml:space='preserve'>")<br />        responseString.Append("<annots/>")<br />        responseString.Append("</xfdf>")<br />        responseString.Append("</xdp:xdp>")<br /><br />        Response.Write(responseString)<br />        Response.Flush()<br />        Response.End()<br /><br />    End Sub<br /><br />End Class<br /><br />----------------------End .NET -----------------------------------<br /><br />--------- XML (TestForm_data.xml) --------------------------------<br /><form1><txtFirstName>Homer</txtFirstName><txtLastName>Simpson</txtLastName></form1><br />----------------------End XML -----------------------------------

  • Error with XML Generation throgh PL/SQL

    Hi All,
    I am generating an XML Script through PL/SQL Procedure i.e. FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '<SOMETAG>') like this.
    When I tried to run this PL/SQL Procedure from Apps, it is generating the OUTPUT file correctly and I am able to see the XML script also in OUTPUT File. But when I tried to save it to my local machine and Open in Notepad then it contains the follwing data.
    Authentication failed.
    When I tried to open the XML through IE, I am getting the following Error message.
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    Invalid at the top level of the document. Error processing resource 'file:///C:/Documents and Settings/rxr4669/Desktop/OTL_...
    Authentication failed.
    +^+
    Even I am unable to load this XML Data into Template Builder for BI Publisher in order to generate the Layout Temlate (RTF).
    What is this Error ? How to get rid of this ?
    Please help me.
    Thanks !

    Found the issue.
    This is because of some special characters in XML. For more information on this please view the below page.
    [http://www.devx.com/tips/Tip/14068]
    Thanks !
    Edited by: Rajasekhar Reddy on May 9, 2012 3:37 AM

  • Java.lang.NullPointerExecption error with ExecuteWithParam data control

    Hello,
    my application has a database connexion ; with the wizards, I made a Businness Components from Tables ; after that, I've changed the querry of my one and only View (btw, there are 4 entity objects). I put on a view criteria with a bind variable and the query in the xml file view is like this :
    SELECT CRAH.JOURINPUT,
    CRAH.CODEPROJET,
    CRAH.CODEANA,
    CRAH.DUREE,
    CRAH.DESCRIPTION,
    CRAH.IDUSER
    FROM CRAH CRAH
    WHERE Iduser=:VarIduser
    In my jsf page, I've dragged and dropped the ExecuteWithParams data control (in the same view as above) as an ADF Parameter form. I finally create an ADF table by dragging'n'dropping this very same view's datacontrol.
    The problem is when I run, it works!!! but after like 2 click on the execute with parameter button, I get a java.lang.NullPointerExecption for every attribute in the table.
    Could anybody gets me a piece of advice on this ? The thing is it works when I test with the Application Module. What's the problem here ?

    Hello.
    Well, even with a simple EO/VO for a single table, one view criteria and its bind variable, I get the same error. It still works in the AM test run. I get this error message in the embedded OC4J log :
    08/07/09 09:19:20 [757] **** refreshControl() for BindingContainer :oracle_jbo_uicli_binding_JUFormBinding_140
    08/07/09 09:19:20 [758] DCUtil, returning:oracle.adf.model.binding.DCParameter, for AMCADataControl
    08/07/09 09:19:20 [759] Reusing DC transform for AMCADataControl_sessiondef.view_pageDefs_view2PageDef_VOCA1_0_DynamicRegion
    08/07/09 09:19:20 [760] INFO: getDCKey for data.view_view2PageDef yielded view.DataBindings.cpx
    08/07/09 09:19:20 [761] variables variables passivated >>> ExecuteWithParams_CAVAR=FG
    08/07/09 09:19:20 [772] WARNING: data control: oracle_jbo_uicli_binding_JUFormBinding_140 is unknown in: view.DataBindings.cpx
    08/07/09 09:19:20 [773] INFO: getDCKey for data.view_view2PageDef yielded view.DataBindings.cpx
    So, do you think I did something wrong with the data control ? Because the problems core seems to be here. The thing is that they are automaticly created... so is there something else to do ?
    Frédéric

Maybe you are looking for