Error receiving XML

Hi gurus:
When I send the XML below using a SOAP communication Channel, XI server doesn't receive it well:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:http://salud.siemens.es" xmlns:types="urn:http://salud.siemens.es/encodedTypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
     <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
          <tns:cancelaCitas>
               <SolicitudCancelacionCitaType_1 href="#id1"></SolicitudCancelacionCitaType_1>
          </tns:cancelaCitas>
          <tns:SolicitudCancelacionCitaType id="id1" xsi:type="tns:SolicitudCancelacionCitaType">
               <cita href="#id2"></cita>
               <contexto href="#id3"></contexto>
               <paciente href="#id4"></paciente>
          </tns:SolicitudCancelacionCitaType>
          <soapenc:Array id="id2" soapenc:arrayType="tns:CitaType[1]">
               <Item href="#id5"></Item>
          </soapenc:Array>
          <tns:ContextoType id="id3" xsi:type="tns:ContextoType">
               <aplicacion href="#id6"></aplicacion>
               <mensajeID xsi:type="xsd:string">2957</mensajeID>
               <mensajeRaizID xsi:type="xsd:string">2955</mensajeRaizID>
               <origen href="#id7"></origen>
          </tns:ContextoType>
          <tns:PacienteType id="id4" xsi:type="tns:PacienteType">
               <CIP xsi:type="xsd:string">556041699</CIP>
          </tns:PacienteType>
          <tns:CitaType id="id5" xsi:type="tns:CitaType">
               <id xsi:type="xsd:string">1103886</id>
               <sujeto href="#id8"></sujeto>
          </tns:CitaType>
          <tns:ContextoType.AplicacionType id="id6" xsi:type="tns:ContextoType.AplicacionType">
               <nombre xsi:type="xsd:string">TELECITA</nombre>
               <version xsi:type="xsd:string">1.0</version>
          </tns:ContextoType.AplicacionType>
          <tns:ContextoType.OrigenType id="id7" xsi:type="tns:ContextoType.OrigenType">
               <centro href="#id9"></centro>
          </tns:ContextoType.OrigenType>
          <tns:CitaType.SujetoType id="id8" xsi:type="tns:CitaType.SujetoType">
               <CIP xsi:type="xsd:string">125041699</CIP>
          </tns:CitaType.SujetoType>
          <tns:ContextoType.OrigenType.CentroType id="id9" xsi:type="tns:ContextoType.OrigenType.CentroType">
               <codigo xsi:type="xsd:string">9912023710</codigo>
               <nombre xsi:type="xsd:string">C.S. SAN SEBASTIAN G.</nombre>
               <sistemaCodificacion xsi:type="xsd:string">TELECITA</sistemaCodificacion>
          </tns:ContextoType.OrigenType.CentroType>
     </soap:Body>
</soap:Envelope>
Using Altova XMLSpy, previous XML code is valid and well-formed, but XI server only receives next XML code (in SXMB_MONI):
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Inbound Message -->
<tns:cancelaCitas xmlns:tns="urn:http://salud.siemens.es" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:types="urn:http://salud.siemens.es/encodedTypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
     <SolicitudCancelacionCitaType_1 href="#id1"></SolicitudCancelacionCitaType_1>
</tns:cancelaCitas>
The structure of the XML code that I send to server is a little peculiar, with references to items that appear below.
Any idea?
Thanks to all in advance and regards,
Alejandro Gomez.
Edited by: Alejandro Gómez on Mar 17, 2009 10:19 AM

Hi,
You had used the imported the wsdl as External defination with sender SOAP adapter.
plesae can you check the referece available in the imported wsdl are fine or not.
Just try to again use the same wsdl in mapping object and see if you are able to all fields.
The namespace reference seems to be missing.
Thanks
Swarup

Similar Messages

  • Error in "---- RECEIVING XML ----", WL 6.1, sp 2  for Windows

    I have changed a few names and run the webservices/message example. The ConsumerClient.java
    when initially started has thrown exception regarding illegal character.
    The RECEIVING XML is generated by the server and, in case of ConsumerClient, all
    code is produced by wsgen utility. My guess is that the problem is caused by the
    line
    <FONT FACE=Helvetica><BR CLEAR=all>
    where quotes are missed.
    So, is this a bug in WL 6.1, sp 2 for Windows ? The output follows:
    ------------- RECEIVING XML -------------
    <definitions
    targetNamespace="urn:local"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="urn:local"
    xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/1999/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    >
    <types>
    <schema targetNamespace='urn:local'
    xmlns='http://www.w3.org/1999/XMLSchema'>
    </schema>
    </types>
    <message name="receiveRequest">
    </message>
    <message name="receiveResponse">
    <part name="result" type="xsd:anyType" />
    </message>
    <portType name="dpsfGetWSPortType">
    <operation name="receive">
    <input message="tns:receiveRequest"/>
    <output message="tns:receiveResponse"/>
    </operation>
    </portType>
    <binding name="dpsfGetWSBinding" type="tns:dpsfGetWSPortType"><soap:binding style="rpc"
    transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="receive">
    <soap:operation soapAction="urn:receive"/>
    <input><soap:body use="encoded" namespace='urn:dpsfGetWS' encodingStyle="http://xml.apache.org/xml-soap/literalxml
    http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace='urn:dpsfGetWS' encodingStyle="http://xml.apache.org/xml-soap/literalxml
    http://schemas.xmlsoap.org/soap/encoding/"/></output>
    </operation>
    </binding>
    <service name="dpsfGetWS"><documentation>todo</documentation><port name="dpsfGetWSPort"
    binding="tns:dpsfGetWSBinding"><soap:address location="http://localhost:7001/dpfswsGetInit/receiveMsg"/></port><
    /service></definitions>
    -------------- SENDING XML --------------
    <?xml version='1.0' encoding='UTF-8'?><SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'
    xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/' xmlns:xsi='http://www.w3.
    org/1999/XMLSchema-instance' xmlns:xsd='http://www.w3.org/1999/XMLSchema'><SOAP-ENV:Body><ns0:receive
    xmlns:ns0='urn:dpsfGetWS' SOAP-ENV:encodingStyle='http://xml.apache.org/xml-soap/literalxml
    http:/
    /schemas.xmlsoap.org/soap/encoding/'></ns0:receive></SOAP-ENV:Body></SOAP-ENV:Envelope>-------------
    RECEIVING XML -------------
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
    <HTML>
    <HEAD>
    <TITLE>Error 500--Internal Server Error</TITLE>
    <META NAME="GENERATOR" CONTENT="WebLogic htmlKona WebLogic Server 6.1 SP2 12/18/2001
    11:13:46 #154529 ">
    </HEAD>
    <BODY bgcolor="white" alink="#397F70" link="#640078" vlink="#DE7E00">
    <FONT FACE=Helvetica><BR CLEAR=all>
    <TABLE border=0 cellspacing=5><TR><TD><BR CLEAR=all>
    <FONT FACE="Helvetica" COLOR="black" SIZE="3"><H2>Error 500--Internal Server Error</H2>
    </FONT></TD></TR>
    </TABLE>
    <TABLE border=0 width=100% cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=white><FONT
    FACE="Courier New"><FONT FACE="Helvetica" SIZE="3"><H3>From RFC 2068 <i>Hypertext
    Transfer Protocol -- HTTP/
    1.1</i>:</H3>
    </FONT><FONT FACE="Helvetica" SIZE="3"><H4>10.5.1 500 Internal Server Error</H4>
    </FONT><P><FONT FACE="Courier New">The server encountered an unexpected condition
    which prevented it from fulfilling the request.</FONT></P>
    </FONT></TD></TR>
    </TABLE>
    </BODY>
    </HTML>
    Scanner has tokens:
    [OPENTAGBEGIN]
    [NAME] (META)
    [NAME] (NAME)
    [CHARDATA] (GENERATOR)
    [NAME] (CONTENT)
    [CHARDATA] (WebLogic htmlKona WebLogic Server 6.1 SP2 12/18/2001
    11:13:46 #154529 )
    [TAGEND]
    [SPACE] (
    [CLOSETAGBEGIN]
    [NAME] (HEAD)
    [TAGEND]
    [SPACE] (
    [OPENTAGBEGIN]
    [NAME] (BODY)
    [NAME] (bgcolor)
    [CHARDATA] (white)
    [NAME] (alink)
    [CHARDATA] (#397F70)
    [NAME] (link)
    [CHARDATA] (#640078)
    [NAME] (vlink)
    [CHARDATA] (#DE7E00)
    [TAGEND]
    [SPACE] (
    [OPENTAGBEGIN]
    [NAME] (FONT)
    [NAME] (FACE)
    E7E00">
    <FONT FACE=e <-- bad character
    Exception in thread "main" Error at line:8 col:13 Line:8 ''' expected, got char[72]
    at weblogic.xml.babel.baseparser.SAXElementFactory.createSAXParseException(SAXElementFactory.java:60)
    at weblogic.xml.babel.parsers.StreamParser.streamParseSome(StreamParser.java:130)
    at weblogic.xml.babel.parsers.BabelXMLEventStream.parseSome(BabelXMLEventStream.java:46)
    at weblogicx.xml.stream.XMLEventStreamBase.hasNext(XMLEventStreamBase.java:135)
    at weblogicx.xml.stream.XMLEventStreamBase.hasStartElement(XMLEventStreamBase.java:258)
    at weblogicx.xml.stream.XMLEventStreamBase.hasStartElement(XMLEventStreamBase.java:171)
    at weblogicx.xml.stream.XMLEventStreamBase.startElement(XMLEventStreamBase.java:164)
    at weblogic.soap.codec.SoapMessage.read(SoapMessage.java:86)
    at weblogic.soap.WebServiceProxy.receive(WebServiceProxy.java:464)
    at weblogic.soap.WebServiceProxy.invoke(WebServiceProxy.java:430)
    at weblogic.soap.SoapMethod.invoke(SoapMethod.java:186)
    at examples.webservices.message.ConsumerClient.main(ConsumerClient.java:57)
    Thank you.
    -Michael

    Hi Michael,
    Thanks a lot for such detailed description. You know, I've considered this bug
    until I've found out that it works OK for my case if I DO NOT change <destinationtype>
    setup from "topic" to "queue". Actually, I do care about it mostly from the consistency
    perspective. This a small fly in comparison to the BUG I've found next.
    Currently, I am contacting BEA Support with that regard. In short words, I've
    found that 1) if you build WS on the top of JMS Queue; 2) use the webservices.message.ConsumerClient
    from WL examples or similar; 3) run this Client several times closing the Client
    application after each run; 4) control how many consumers your JMS Queue has after
    each run - you will see that the number of active consumers becomes equal the
    number of your runs. That is, WS initiated by each ConsumerClient remains connected
    to the destination, i.e. the Queue, even when the real client - ConsumerClient
    - is dead already. This results in multiple consumers for the same JMS Queue,
    i.e. now the JMS decides which consumer would get the message from the queue,
    i.e. your ConsumerClient has a chance of never getting the message and wait forever.
    I believe, the WS engaged by ConsumerClient in this use-case MUST close JMS connection
    by itself or on command somehow.
    Hey, please tell me more about "Bavarian Hat Dance", I am not familiar with this
    dance.
    Sincerely,
    Michael
    "Michael Wooten" <[email protected]> wrote:
    >
    Hi Michael,
    (Hey my name is Michael too!)
    You are probably right that this is a bug in wsgen (not neccessarily
    WLS - wsgen
    != WLS)! I would try to remove all the output files generated by wsgen
    (i.e. ear
    file, jar file for EJB, directory used to build EJB, client.jar, etc),
    first.
    Be careful not to mistakenly remove the source files (i.e. build.xml,
    etc.), though.
    Then I would stop WLS (if it's not already stopped), and remove the .wl_temp_do_not_delete
    directory, under the applications directory of the domain (i.e. config/examples,
    etc) directory you are using. Don't worry - WLS will recreate this directory
    the
    next time it is started. Finally, I would make sure the build.xml had
    no "lingering
    references" to the queue stuff, and re-run wsgen. Also, make sure the
    information
    in the config.xml is accurate. Regardless of whether this "Bavarian Hat
    Dance"
    works or not, it's probably an "eight-legger" (or "six-legger")!
    Regards,
    Mike Wooten
    "Michael Poulin" <[email protected]> wrote:
    My further investigation has shown that this error comes if I set destinationtype="queue"
    in <messageservice /> in wsgen task ( in build.xml ). If destinationtype="topic"
    it works properly. The most confusing thing is that I have only theQueue
    configured
    in WL JMS server.
    This destinationtype="queue"/"topic" issue in my test-case appearesas
    an obvious
    BUG in WL Web Services, i.e. in wsgen.
    -Michael Poulin
    "Michael Poulin" <[email protected]> wrote:
    I have changed a few names and run the webservices/message example.The
    ConsumerClient.java
    when initially started has thrown exception regarding illegal character.
    The RECEIVING XML is generated by the server and, in case of ConsumerClient,
    all
    code is produced by wsgen utility. My guess is that the problem is
    caused
    by the
    line
    <FONT FACE=Helvetica><BR CLEAR=all>
    where quotes are missed.
    So, is this a bug in WL 6.1, sp 2 for Windows ? The output follows:
    ------------- RECEIVING XML -------------
    <definitions
    targetNamespace="urn:local"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="urn:local"
    xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/1999/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    >
    <types>
    <schema targetNamespace='urn:local'
    xmlns='http://www.w3.org/1999/XMLSchema'>
    </schema>
    </types>
    <message name="receiveRequest">
    </message>
    <message name="receiveResponse">
    <part name="result" type="xsd:anyType" />
    </message>
    <portType name="dpsfGetWSPortType">
    <operation name="receive">
    <input message="tns:receiveRequest"/>
    <output message="tns:receiveResponse"/>
    </operation>
    </portType>
    <binding name="dpsfGetWSBinding" type="tns:dpsfGetWSPortType"><soap:binding
    style="rpc"
    transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="receive">
    <soap:operation soapAction="urn:receive"/>
    <input><soap:body use="encoded" namespace='urn:dpsfGetWS' encodingStyle="http://xml.apache.org/xml-soap/literalxml
    http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace='urn:dpsfGetWS' encodingStyle="http://xml.apache.org/xml-soap/literalxml
    http://schemas.xmlsoap.org/soap/encoding/"/></output>
    </operation>
    </binding>
    <service name="dpsfGetWS"><documentation>todo</documentation><portname="dpsfGetWSPort"
    binding="tns:dpsfGetWSBinding"><soap:address location="http://localhost:7001/dpfswsGetInit/receiveMsg"/></port><
    /service></definitions>
    -------------- SENDING XML --------------
    <?xml version='1.0' encoding='UTF-8'?><SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'
    xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/' xmlns:xsi='http://www.w3.
    org/1999/XMLSchema-instance' xmlns:xsd='http://www.w3.org/1999/XMLSchema'><SOAP-ENV:Body><ns0:receive
    xmlns:ns0='urn:dpsfGetWS' SOAP-ENV:encodingStyle='http://xml.apache.org/xml-soap/literalxml
    http:/
    /schemas.xmlsoap.org/soap/encoding/'></ns0:receive></SOAP-ENV:Body></SOAP-ENV:Envelope>-------------
    RECEIVING XML -------------
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
    <HTML>
    <HEAD>
    <TITLE>Error 500--Internal Server Error</TITLE>
    <META NAME="GENERATOR" CONTENT="WebLogic htmlKona WebLogic Server 6.1
    SP2 12/18/2001
    11:13:46 #154529 ">
    </HEAD>
    <BODY bgcolor="white" alink="#397F70" link="#640078" vlink="#DE7E00">
    <FONT FACE=Helvetica><BR CLEAR=all>
    <TABLE border=0 cellspacing=5><TR><TD><BR CLEAR=all>
    <FONT FACE="Helvetica" COLOR="black" SIZE="3"><H2>Error 500--Internal
    Server Error</H2>
    </FONT></TD></TR>
    </TABLE>
    <TABLE border=0 width=100% cellpadding=10><TR><TD VALIGN=top WIDTH=100%
    BGCOLOR=white><FONT
    FACE="Courier New"><FONT FACE="Helvetica" SIZE="3"><H3>From RFC 2068
    <i>Hypertext
    Transfer Protocol -- HTTP/
    1.1</i>:</H3>
    </FONT><FONT FACE="Helvetica" SIZE="3"><H4>10.5.1 500 Internal Server
    Error</H4>
    </FONT><P><FONT FACE="Courier New">The server encountered an unexpected
    condition
    which prevented it from fulfilling the request.</FONT></P>
    </FONT></TD></TR>
    </TABLE>
    </BODY>
    </HTML>
    Scanner has tokens:
    [OPENTAGBEGIN]
    [NAME] (META)
    [NAME] (NAME)
    [CHARDATA] (GENERATOR)
    [NAME] (CONTENT)
    [CHARDATA] (WebLogic htmlKona WebLogic Server 6.1 SP2
    12/18/2001
    11:13:46 #154529 )
    [TAGEND]
    [SPACE] (
    [CLOSETAGBEGIN]
    [NAME] (HEAD)
    [TAGEND]
    [SPACE] (
    [OPENTAGBEGIN]
    [NAME] (BODY)
    [NAME] (bgcolor)
    [CHARDATA] (white)
    [NAME] (alink)
    [CHARDATA] (#397F70)
    [NAME] (link)
    [CHARDATA] (#640078)
    [NAME] (vlink)
    [CHARDATA] (#DE7E00)
    [TAGEND]
    [SPACE] (
    [OPENTAGBEGIN]
    [NAME] (FONT)
    [NAME] (FACE)
    E7E00">
    <FONT FACE=e <-- bad character
    Exception in thread "main" Error at line:8 col:13 Line:8 ''' expected,
    got char[72]
    at weblogic.xml.babel.baseparser.SAXElementFactory.createSAXParseException(SAXElementFactory.java:60)
    at weblogic.xml.babel.parsers.StreamParser.streamParseSome(StreamParser.java:130)
    at weblogic.xml.babel.parsers.BabelXMLEventStream.parseSome(BabelXMLEventStream.java:46)
    at weblogicx.xml.stream.XMLEventStreamBase.hasNext(XMLEventStreamBase.java:135)
    at weblogicx.xml.stream.XMLEventStreamBase.hasStartElement(XMLEventStreamBase.java:258)
    at weblogicx.xml.stream.XMLEventStreamBase.hasStartElement(XMLEventStreamBase.java:171)
    at weblogicx.xml.stream.XMLEventStreamBase.startElement(XMLEventStreamBase.java:164)
    at weblogic.soap.codec.SoapMessage.read(SoapMessage.java:86)
    at weblogic.soap.WebServiceProxy.receive(WebServiceProxy.java:464)
    at weblogic.soap.WebServiceProxy.invoke(WebServiceProxy.java:430)
    at weblogic.soap.SoapMethod.invoke(SoapMethod.java:186)
    at examples.webservices.message.ConsumerClient.main(ConsumerClient.java:57)
    Thank you.
    -Michael

  • Deserialize_header error webserivce while receiving XML message

    Hi,
    I am using weservice. When i check in Payload Trace in SOAMANAGER. I can see the proper Request and Response Payload.
    However there is a deserialize_header error in CL_SOAP_MESSAGE_11 at position id 1with internal error id 14.
    It says there is an unexpected element.
    Why is this error coming?
    Is there some configuration that is needed to receive XML message?
    Thanks,
    Girishkumar Hegde

    The problem is solved now.
    There was an error in the incoming message

  • Error processing XML request, java.lang.IllegalArgumentException

    Hi all,
    In my code I can successfully connect to server and send the content which is an XML content:
    param = java.net.URLEncoder.encode(s, "UTF-8");
    java.io.PrintWriter out = new java.io.PrintWriter(connection.getOutputStream());
    out.print(param);
    Read the response from server:
    java.io.BufferedReader in = new java.io.BufferedReader(new java.io.InputStreamReader(connection.getInputStream()));
    while((input = in.readLine()) != null)
    response += input + "\r";
    System.out.println("Client : received : "+response);
    Following is the response I receive from server:
    Client : received : <html><h1>Error processing XML request</h1>java.lang.IllegalArgumentException: No xml request posted</html>
    Has anybody know what the problem is? Why this error is issued?
    Any help is greatly appreciated.

    Dear legosa,
    Thanks so much for the replies. What you wrote makes absolute sence, w/o flush() or close(), it seems that I'm sending only balnk to output!
    I don't know how can I fix the 500 Internal Server Error; below is my complete code that does this part, can you tell me if you see sth. wrong in this code?
    param = java.net.URLEncoder.encode(aTrans.xmlDoc, "UTF-8");
    url = new URL("https://xml.test.surepay.com");
    connection = (HttpURLConnection)url.openConnection();                    
    connection.setDoInput(true);
    connection.setDoOutput(true);
    connection.setUseCaches(false);
    connection.setRequestMethod("POST");
    connection.setRequestProperty("Content-type", "application/x-www-form-urlencoded");
    String sLen = "" + param.length();
    connection.setRequestProperty("Content-length", sLen);
    connection.setRequestProperty("Accept", "text/plain");
    connection.connect();
    System.out.println("Client : Connected");
    java.io.PrintWriter out = new java.io.PrintWriter(connection.getOutputStream());
    System.out.println("Client : Writing Content");
    out.print(param);
    out.close();
    System.out.println(connection.getURL());          
    System.out.println(connection.getResponseCode() + " " + connection.getResponseMessage());
    System.out.println(connection.getURL());
    System.out.println("Client : Waiting for response from Server");
    java.io.BufferedReader in = new java.io.BufferedReader(new java.io.InputStreamReader(connection.getInputStream()));
    System.out.println("Client : Opened input stream");
    while((input = in.readLine()) != null)
    response += input + "\r";
    System.out.println("Client : received : "+response);

  • Regarding error in xml validation in 7.1

    Hi
    I am getting following error in xml validation in 7.1
    my scenario is IDOC TO FILE
    from idoc DATE_TIME field comes with 14 digits. In the target I created DATE_TYPE field with data type
    "dateTime" and in details column pattern section I mentioned yyyyMMddHHmmss.while doing xml validation in I am gettting this error:(xml validation done in receiver agreement validation by Integrtion engine)
    cvc-pattern-valid: Value '20080213081220' is not facet-valid with respect to pattern 'yyyyMMddHHmmss' for type 'null'
    Please give me some inputs on this.
    Regards
    venkat.

    Hi,
    try this - update your target msg xsd in your XI folder........rerun your scenario and see if this error is still there..........
    if this error remains same, then in IR in data type, remove your pattern and just keep dateTime as datatype.......again update your xsd in XI folder.........rerun your scenario.
    Regards,
    Rajeev Gupta

  • Error in XML element

    Dear Experts,
    I am working on SOAP <-> SAP-PI <-> SAP ECC(Proxy). I am testing with ALTOVA XML Spy. For this I collected the WSDL from the Sender agreement by saving the file once the "Display WSDL" is selected.
    The error fails with the below message in SAP XI as well as SAP ECC in Tx sxmb_moni.
    Error during XML => ABAP conversion (Request Message; error ID: CX_ST_MATCH_ELEMENT; (/1SAI/TXSBC7F38F92C99F78D710D.
    XML Bytepos.: 114 XML Path: ns0:MT_Request(1)
    Error Text: System expected the element &#39;MT_Request&#39;))
    System expected the element &#39;MT_Request&#39;.
    I have following querries.
    1. Please suggest what can we conlude from the 2 text from the error statement.
    a.(/1SAI/TXSBC7F38F92C99F78D710D XML Bytepos.: 114 XML Path)
    b.System expected the element &#39;MT_Request&#39;))
    Regards
    Alice Rebecca

    >>Error during XML => ABAP conversion (Request Message; error ID: CX_ST_MATCH_ELEMENT
    there seems to be some namespace mismatch in ur Receiver proxy structure...
    chk this similar discussion:
    error ID: CX_ST_MATCH_ELEMENT

  • Error during XML = ABAP conversion

    Hi
      We have a synchronous call from a SRM application through a proxy framework to a vendor http server through XI. The response from the vendor's http server is returned through a custom structure -and is returned through XI back to the calling SRM application.
    After receiving the response, the calling SRM application checks for a particular field value of the custom return structure for a error code and sends out an email - accordingly.
    Now, the response message comes back from the vendor's server - but the lines of code beyond the synchronous call in the SRM calling application does not get executed ( mail generation part ) I get the following error on the SRM front end - <b>Error in Exchange Infrastructure: Error during XML => ABAP conversion (Response Message; error ID: CX_ST_MATCH_ELEMENT; (/1SAI/TXS00000000000000000001 XML Bytepos.: 39 XML Path: Error Text: System e</b>
    Now, this error when occured in our dev environment, I set the extended xml attribute property to 'X' for the synchronous payload in calling SRM application code. The problem is, this error is occuring now in our QA environment inspite of this property being set.
    Any ideas/suggestions as to why this message occurs in a standard proxy framework setup ?

    Hi,
       Please check this link <a href="http://help.sap.com/saphelp_nw04/helpdata/en/0c/402040abf2c442e10000000a1550b0/content.htm"></a>
    This talks about having the first element of the xml fragment as X0.
    Hope this helps.
    Regards,
    Smitha.

  • -error in XML document- when migrating from BPEL 10.1.3.3 to 10.1.3.4

    Hi,
    I've just been handed as set of BPEL processes which were developed in 10.1.3.3 and I'm working on migrating them to 10.1.3.4.
    Migration of most processes was straight forward, however, there is one process (SendMessage) that accepts an XML document as its input. The message payload is successfully sent in the older version, however, in version 10.1.3.4, I keep on getting the following error.
    Server was unable to read request. ---> There is an error in XML document (195, 99). ---> Input string was not in a correct format.
    The line number is the end line number of the xml document message.
    I've checked both versions and in 10.1.3.3 the ValidateXML option is set to false, whereas in 10.1.3.4 its 'none', which is equivalent to false.
    Are there any other settings in 10.1.3.4 that could be causing this error? Has anyone else come across this issue when migrating upgwards from 10.1.3.3?
    I would greatly appreciate any suggestions.
    Kind regards,
    Shiraz

    I had recently done the same migration. One of the issues I had faced was while specifying the nillable elements I used to get an error if the namespace definition was in the header. The error was occuring while sending the message to AQ.
    I do not know if this will help. Also it would be useful if you could provide details of where the process is failing is it failing at the receive activty or later. What does the process do....
    Best of luck with the problem.

  • I don't know this outlook error about xml.

    error message:
    [Outlook has disabled XML support for this document because it detected that your computer has become unstable. To correct this problem, it is recommended that you close all applications and restart your computer.]
    this error pop ups from about a week ago.
    As the error message, I closed all applications and restart computer,, but it doesn't work.
    I am using outlook2007 SP3.
    this pop up shows related to particular customer's mailing(send and forward~).
    So if i delete this customer mails but i can't delete cause it's important business conversation.
    What can i do to solve this problem? :-(

    Hi,
    Please first try to install below hotfix package and see if it helps:
    http://support.microsoft.com/kb/954892/en-us
    Outlook use Word for both the rendering engine and the composition engine. When you try to open a Word 2007 document that has nested XML tags applied to the Word document's content, you may receive the following error message:
    XML has been disabled in the document as the system has become unstable. Close all programs and restart your computer
    If the hotfix doesn't fix the issue, then try to launch Outlook in safe mode and verify result:
    Press Win + R and type "outlook.exe /safe" in the blank box, then press Enter.
    Hope this helps, please feel free to post back.
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • Stuck Receive XML PO event

    Several Receive XML PO events from Send XML Document workflows are "stuck" and we're unable to get them to a completed state (there is an ECX Main Error Process child underneath; we can clear the error, but it doesn't help). The Transaction Monitor shows the POs generated from the original POXML workflow are there, but they're in an error state and we can't select the "check box" and act on them since they're greyed-out.
    Any thoughts out there? Thanks!!!

    Hi Vishal,
    Assuming you are using R12+, you can have seperate templates used for differrent OUs. In the PO Approval workflow it shall pick the respective template.
    During submission of concurrent program "PO Output for Communication", you can specify the right template in the input parameters.
    Regards,
    G V Ranjith

  • Java error in xml publisher report

    Hi All,
    While running the xml publisher repoert thru Concurrent Program in EBS 11 i get the following error :-
    Oracle XML Publisher 5.6.3 java.lang.NumberFormatException: For input string: "NCRX" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:447) at java.lang.Integer.parseInt(Integer.java:497) at oracle.apps.xdo.oa.cp.JCP4XMLPublisher.runProgram(JCP4XMLPublisher.java:214) at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    What's the above error about. My XML source is RDF. Please suggest what could be the problem.
    Thanks & regards
    ravi

    Did you get it while creating a template from the Word-Addin? Just close MS Word and then log back in and see whether it works. If you are on 10.1.3.2 then go to Start->Program Files->Oracle Business Intelligence -> Template Builder for Word and set the language to en-US. Your error could be because of a MS patch. If you set the language that should make it work.
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • Getting OPP LOG Error for XML Publisher report

    Hi Experts
                               We are facing warning message for Xml Publisher report  please advise how can we avoid this warning message.
    {code}
    Post-processing of request 12345678 failed at <sysdate> with the error message: The Output Post-processor is running but has not picked up this request. No further attempts will be made to post-process this request, and the request will be marked with Warning status. Setting the profile option Concurrent: OPP Response Timeout to a higher value may be necessary
    {code}
    We have increased the Profile value for
    Concurrent: OPP Process Timeout  from 120 to 240 still we are facing the issue even we have  stop and restart the OPP for the change to be implemented but no luck please advice me
    Thanks
    AT

    Hi,
    Please see the following notes:
    The Output Post-processor Is Running But Has Not Picked Up This Request. (Doc ID 1547102.1)
    Concurrent Requests Fail Due to Output Post Processing (OPP) Timeout (Doc ID 352518.1)
    Report Output Error: The XML page cannot be displayed. Cannot view XML input using style sheet. (Doc ID 753620.1)
    Output Post Processor (OPP) Manager Not Working Error: APPLTMP Environment Variable is not Set (Doc ID 1381474.1)
    R12: Troubleshooting Known XML Publisher and E-Business Suite (EBS) Integration Issues (Doc ID 1410160.1)
    Thanks &
    Best Regards,

  • Getting OPP  Error for XML Publisher report

    Hi Experts
                               We are facing warning message for Xml Publisher report  please advise how can we avoid this warning message.
    {code}
    Post-processing of request 12345678 failed at <sysdate> with the error message: The Output Post-processor is running but has not picked up this request. No further attempts will be made to post-process this request, and the request will be marked with Warning status. Setting the profile option Concurrent: OPP Response Timeout to a higher value may be necessary
    {code}
    We have increased the Profile value for
    Concurrent: OPP Process Timeout  from 120 to 240 still we are facing the issue even we have  stop and restart the OPP for the change to be implemented but no luck please advice me
    Thanks
    AT

    Hi,
    Please see the following notes:
    The Output Post-processor Is Running But Has Not Picked Up This Request. (Doc ID 1547102.1)
    Concurrent Requests Fail Due to Output Post Processing (OPP) Timeout (Doc ID 352518.1)
    Report Output Error: The XML page cannot be displayed. Cannot view XML input using style sheet. (Doc ID 753620.1)
    Output Post Processor (OPP) Manager Not Working Error: APPLTMP Environment Variable is not Set (Doc ID 1381474.1)
    R12: Troubleshooting Known XML Publisher and E-Business Suite (EBS) Integration Issues (Doc ID 1410160.1)
    Thanks &
    Best Regards,

  • 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

  • Error in XML Publisher File Reporting

    Hi,
    I am getting following error on XML publisher report.
    Error generating report output : (235,2309) PSXP_RPTDEFNMANA GER.ReportDefn.OnExecute Name :ProcessReport PCPC: 97120 Statement:2012 Called from:APP_Engine.Repor t.GBL.default.1900-01-01.Step0 1.OnExecute Statement:8
    Not sure why this is erroring out. I have verified all the data which is to be reported and it looks fine. The .XML file is generated correctly and reporting seems to be an issue.
    Appriciate your inputs if you have faced similar issue.

    If you are using an RTF template, have you validated the report template in the Microsoft Word XML/BI Publisher tool? Does the preview work or does it throw the same error?

Maybe you are looking for