NiScope Configure Trigger Edge sending error to niScope Initiate Acquisitio​n

I'm getting an error from my Trigger off of my scope that keeps failing the program. The error code is -1074135022,
it says
niScope Initiate Acquisition.vi:1<ERR>Attribute or property not supported.
Device: NI_Scope
Property: Trigger Holdoff
Status Code: -200197
I'm using an NI-5133, running Labview 2011 and scope 3.9.4
Thank you for you help!
Wolley
Attachments:
Test2.vi ‏69 KB

Upon doing so, I now have an error that I think is due to it trying to trigger while collection is still taking place. I may very well be wrong in this, though. It comes out of the niScope MultiRead block, and says
niScope Multi Read WDT.vi:1<ERR>A previous acquisition is still in progress. If you are attempting to change an attribute, note you can only change fetch attributes while an acquisition is still in progress.
Status Code: -1074118647
Attached is the current state of the VI. I don't think the minor changes I've added in should be causing the error.
Thanks,
Wolley
Attachments:
Test2.vi ‏73 KB

Similar Messages

  • What it the valid trigger delay value for "niScope Configure Trigger Digital.vi" ?

    Hello:
    I am using "niScope Configure Trigger Digital.vi" in LabView 5.1.1 for NI5911 scope card.
    The trigger source is RFI1.
    I am trying to specify the trigger delay, but it looks like the only accpted value is 0.0s.
    For example: setting delay time to 1ms (1.0m) results in the error message stating that invalid value had been passed for trigger delay.
    Thank you.
    --daevper

    The NI 5911 high speed digitizer does not support trigger delay; therefore its only valid input parameter for trigger delay is zero. The two high speed digitizers which do support trigger delay are the NI 5112 and the NI 5122.
    There is a helpful listing in the NI High-Speed Digitizers Help which displays the features supported by each device (Start >> All Programs >> National Instruments >> NI-Scope >> Documentation >> NI High-Speed Digitizers Help >> Content tab >> Devices >> Features Supported by Device). If you did not install the documentation along with the driver, you can also download this support file here.
    I hop
    e this helps!
    Regards,
    Sonya Wornson
    Applications Engineer
    National Instruments

  • How to send error message to forms from Database Trigger

    Hi, Please help me to send error message to forms from Database Trigger?
    RgDs,
    Madesh.R.M

    You are correct, the On-Error trigger is a Forms trigger. However, if your Form is going to display the error generated by the database stored procedure or trigger - you might not see the database error in your Form unless you check the DBMS_ERROR_CODE in the On-Error trigger and manually display the Error Code and associated Text. I've see this happen with a co-worker. The Form she was working on was based on a table with an Before-Insert trigger. Because she was not explicitely handling the error from the Before-Insert trigger in the Forms On-Error trigger, her Form appeared to halt for no reason at all. Once she added code to the On-Error trigger in the Form to handle the DBMS_ERROR_CODE, she discovered the trigger was producing an error and was able to show the error to the user in the On-Error trigger.
    I understand the desire to keep as much as possbile in the database, but with that comes some extra coding in your Forms to handle this. This extra coding could easily be placed in a Forms Library, attached to a Form and called in the On-Error trigger. Your code could look like this:
    DECLARE
       /*This example assumes you have an Alert defined
          in your Form called: 'ERROR' */  
       al_id    ALERT;
       al_text  VARCHAR2(200);  /* Max text of a Forms Alert message*/
       al_btn   NUMBER;
    BEGIN
    IF DBMS_ERROR_CODE != 0 THEN
       /* Error code is ORA-00000 Normal Successful completion
           So only handle non-zero errors  */
       al_text := DBMS_ERROR_CODE||':'||DBMS_ERROR_TEXT;
       al_id := Find_Alert('ERROR');
       set_alert_property(al_id, alert_message_text, al_text);
       al_btn := show_alert(al_id);
    END IF;
    END;Your original question was "How to send error message to forms from Database Trigger?" The answer is you don't because Forms already gets the database error code and database message through the Forms DBMS_ERROR_CODE and DBMS_ERROR_TEXT functions. Look these up in the Forms help and it should clear things up for you.
    Craig...
    Edited by: CraigB on Jun 14, 2010 4:49 PM
    Edited by: CraigB on Jun 14, 2010 4:49 PM
    Edited by: CraigB on Jun 14, 2010 4:50 PM
    Edited by: CraigB on Jun 14, 2010 4:51 PM
    Edited by: CraigB on Jun 14, 2010 4:51 PM

  • I'm getting a error message when using Apple Configurator "unable to send ClearPasscode command to device"

    I'm getting a error message when using Apple Configurator "unable to send ClearPasscode command to device"

    Yes, that is correct.  My spreadsheet has the following information in those cells if you want to compare yours on Monday:
    Product Type
    Application
    |
    AdamId:
    <and a 9 digit number>
    I ended up bringing the Macbook Pro home with me after struggling with it for a half hour at the end of a long day. I called and within 5 minutes the problem was corrected.  The technician said they were getting calls all day. 

  • Error iviscope configure trigger

    Good morning,
    I have a problem with the Iviscope trigger configuration.
    I'm using a PCI-5105 Digitizers/Oscilloscopes to acquire 3 channels simultaneously.
    I use IVIscope vi to realize the program.
    Channels configuration is ok. But when I want to acquire the signals some problem happen.
    on version 1.1 of my program the 3 signals are ok but not at the same time. (frequency 1 kHz, voltage +4V, +1V and +2V)
    you can see Front panel v1.1 and diagramme v1.1
    I don't understand why the signals are not acquired at the same time ?
    so I do a second version using trigger vi. (see diagramme1 v1.2 and diagramme2 v1.2)
    in this case the signals are not correct (Front panel v1.2)
    here I want to use channel3 to trig the 3 other channels.
    and with this version, sometime an error message appear (error message Configure Trigger).
    Why the trigger channel doesn't work?
    Best regards
    Florent
    Attachments:
    diagramme1 v1.2.JPG ‏117 KB
    Front panel v1.1.JPG ‏186 KB
    diagramme v1.1.JPG ‏149 KB

    the other attach File
    Attachments:
    error message Configure Trigger.JPG ‏133 KB
    diagramme2 v1.2.JPG ‏94 KB
    Front panel v1.2.JPG ‏225 KB

  • How can we send Error Idocs via mail

    Hi,
    I have read read through forums and  understood that it can be achieved either through workflow or through report using table edidd & edids.
    If workflow option is used , does the mail trigger for every error idoc ? How can we send daily error report to user say by EOD containing all error idocs using all possible options.
    Regards,
    Rachel

    Rachel,
    I dont think so any direct Report will be available just to get Error IDOCs details. Although you can create a simple report to read the tables. An example is in below link.
    http://wiki.scn.sap.com/wiki/display/Snippets/Custom+report+for+IDOC+Monitoring
    Also, you can create a Query of EDIDC and EDIDS tables to obatin relevant information.
    Thanks,
    Ravi

  • JDBC Sender Error "RuntimeException in Message-Mapping transformation"

    Hi All,
    I have JDBC as sender and i am able to poll the data from the database,which is available in SXMB_MONI but its giving an error "RuntimeException in Message-Mapping transformation".I have tested the mapping in TEST and its working fine but when i tested the same in configuration its throwing an error in Interface mapping(<NOT FOUND>).
    I have also created a node <b>row</b> in my sender data type.
    Expecting your help soon.
    Thanks and regards,
    Zabi.

    Hi,
    Check the data  coming  inside..the XI... that is before mapping..
    Regards
    Agasthuri Doss

  • Transport error: [IPT_HttpSendError] HTTP encounters send error :415

    Hi,
    I am working on webservice invocation from B2B. I am able to invoke the webservice using SOAP request.
    I configured custom document over ebMS protocol and HTTP transport in B2B. When I invoke webservice from B2B i am getting the HTTPSendError.
    B2B log:
    2009.08.28 at 07:32:45:238: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Invoking PackMessage
    2009.08.28 at 07:32:45:239: Thread-10: B2B - (DEBUG) MimePackaging:pack:Enter
    2009.08.28 at 07:32:45:244: Thread-10: B2B - (DEBUG) MimePackaging:createMimeMessage:Enter
    2009.08.28 at 07:32:45:254: Thread-10: B2B - (DEBUG) MimePackaging:createMimeMessage:number of pc components: 1
    2009.08.28 at 07:32:45:255: Thread-10: B2B - (DEBUG) MimePackaging:createMimeBodyPart:Enter
    2009.08.28 at 07:32:45:381: Thread-10: B2B - (DEBUG) MimePackaging:applySecurity:Enter
    2009.08.28 at 07:32:45:382: Thread-10: B2B - (DEBUG) MimePackaging:applySecurity:Exit
    2009.08.28 at 07:32:45:382: Thread-10: B2B - (DEBUG) MimePackaging:createMimeBodyPart:Exit
    2009.08.28 at 07:32:45:413: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setDigestAlgorithm using algorithm name Entering...
    2009.08.28 at 07:32:45:413: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setDigestAlgorithm using algorithm name Leaving...
    2009.08.28 at 07:32:45:667: Thread-10: B2B - (DEBUG) MimePackaging:applySecurity:Enter
    2009.08.28 at 07:32:45:668: Thread-10: B2B - (DEBUG) MimePackaging:applySecurity:Exit
    2009.08.28 at 07:32:45:668: Thread-10: B2B - (DEBUG) MimePackaging:createMimeMessage:Exit
    2009.08.28 at 07:32:45:674: Thread-10: B2B - (DEBUG) MimePackaging:getMimeContent:Enter
    2009.08.28 at 07:32:45:674: Thread-10: B2B - (DEBUG) MimePackaging:getMimeContent:Exit
    2009.08.28 at 07:32:45:675: Thread-10: B2B - (DEBUG) MimePackaging:pack:Exit
    2009.08.28 at 07:32:45:680: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Invoking Pre-Transmit
    2009.08.28 at 07:32:45:681: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Enter
    2009.08.28 at 07:32:45:681: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Log & Update Database Tables
    2009.08.28 at 07:32:45:681: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Update the Message Table Row with message state Wait for Incoming Acknowledgment
    2009.08.28 at 07:32:45:682: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Create a Native Event Table row for outgoing Request Message
    2009.08.28 at 07:32:45:682: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertNativeEvtTblRow(3 params) Enter
    2009.08.28 at 07:32:45:684: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:insertNativeEvtTblRow msgInfo.id = 83667220
    2009.08.28 at 07:32:45:685: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:protocl id set A
    2009.08.28 at 07:32:45:685: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:
    ** DbAccess:insertNativeEvtTblRow protocolCollabId = null
    2009.08.28 at 07:32:45:814: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertNativeEvtTblRow(3 params) Exit
    2009.08.28 at 07:32:45:827: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Create Event Table row for Message Retries
    2009.08.28 at 07:32:45:828: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit timeToAck = Thu Jan 01 00:00:00 GMT 1970
    2009.08.28 at 07:32:45:828: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit business transaction info name null revision null
    2009.08.28 at 07:32:45:828: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Exit
    2009.08.28 at 07:32:45:829: Thread-10: B2B - (DEBUG) DBContext commit: Enter
    2009.08.28 at 07:32:45:851: Thread-10: B2B - (DEBUG) DBContext commit: Transaction.commit()
    2009.08.28 at 07:32:45:851: Thread-10: B2B - (DEBUG) DBContext commit: Leave
    2009.08.28 at 07:32:45:851: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Calling Send to transmit the message
    2009.08.28 at 07:32:45:852: Thread-10: B2B - (DEBUG) Protocol Name: HTTP
    2009.08.28 at 07:32:45:852: Thread-10: B2B - (DEBUG) Version Name: 1.0
    2009.08.28 at 07:32:45:853: Thread-10: B2B - (DEBUG) Endpoint: http://localhost:8003/RemoteTPPDI-TestWS-context-root/TestWSSoapHttpPort
    2009.08.28 at 07:32:45:855: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send URL: HTTP://localhost:8003/RemoteTPPDI-TESTWS-CONTEXT-ROOT/TESTWSSOAPHTTPPORT
    2009.08.28 at 07:32:45:855: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send TO Endpoint: 501 http://localhost:8003/RemoteTPPDI-TestWS-context-root/TestWSSoapHttpPort
    2009.08.28 at 07:32:45:856: Thread-10: B2B - (DEBUG)
    Protocol = HTTP
    Version = 1.0
    Transport Header
    Content-Transfer-Encoding:binary
    ACTION_NAME:RemoteTPTestBA
    DATE:Fri, 28 Aug 2009 07:32:44 GMT
    TO:RemoteTP
    DOCTYPE_NAME:RemoteTPDoc1
    FROM_PARTY:HostTP
    DOCTYPE_REVISION:1.0
    FROM:HostTP
    MESSAGE-ID:83667220
    TO_PARTY:RemoteTP
    Content-Type:text/plain; charset=us-ascii
    Connection:close
    Parameters
    -- listing properties --
    http.sender.timeout=0
    2009.08.28 at 07:32:46:101: Thread-10: B2B - (DEBUG) scheme null userName null realm null
    2009.08.28 at 07:32:46:339: Thread-10: B2B - (WARNING)
    Message Transmission Transport Exception
    Transport Error Code is OTA-HTTP-SEND-415
    StackTrace oracle.tip.transport.TransportException: [IPT_HttpSendError] HTTP encounters send error :415
    at oracle.tip.transport.TransportException.create(TransportException.java:91)
    at oracle.tip.transport.basic.HTTPSender.createTransportResponse(HTTPSender.java:793)
    at oracle.tip.transport.basic.HTTPSender.send(HTTPSender.java:598)
    at oracle.tip.transport.b2b.B2BTransport.send(B2BTransport.java:311)
    at oracle.tip.adapter.b2b.transport.TransportInterface.send(TransportInterface.java:1013)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1754)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:972)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1166)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:833)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:400)
    at java.lang.Thread.run(Thread.java:534)
    2009.08.28 at 07:32:46:339: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send Error in sending message
    2009.08.28 at 07:32:46:340: Thread-10: B2B - (INFORMATION) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Request Message Transmission failed
    2009.08.28 at 07:32:46:340: Thread-10: B2B - (DEBUG) DBContext beginTransaction: Enter
    2009.08.28 at 07:32:46:340: Thread-10: B2B - (DEBUG) DBContext beginTransaction: Transaction.begin()
    2009.08.28 at 07:32:46:341: Thread-10: B2B - (DEBUG) DBContext beginTransaction: Leave
    2009.08.28 at 07:32:46:341: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab [IPT_HttpSendError] HTTP encounters send error :415
    [IPT_HttpSendError] HTTP encounters send error :415
    2009.08.28 at 07:32:47:172: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:notifyApp retry value <= 0, so sending exception to IP_IN_QUEUE
    2009.08.28 at 07:32:47:203: Thread-10: B2B - (DEBUG) Engine:notifyApp Enter
    2009.08.28 at 07:32:47:212: Thread-10: B2B - (DEBUG) Enqueue Engine AQJMSCorrelationID = 722FB0840F821DDDE04400144F96EEDE
    2009.08.28 at 07:32:47:212: Thread-10: B2B - (DEBUG) notifyApp:notifyApp Enqueue the ip exception message:
    <Exception xmlns="http://integration.oracle.com/B2B/Exception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <correlationId>83667220</correlationId>
    <b2bMessageId>83667220</b2bMessageId>
    <errorCode>AIP-50079</errorCode>
    <errorText>Transport error: [IPT_HttpSendError] HTTP encounters send error :415
    [IPT_HttpSendError] HTTP encounters send error :415
    .</errorText>
    <errorDescription>
    <![CDATA[Machine Info: (HostTPis.com)
    Transport error: [IPT_HttpSendError] HTTP encounters send error :415
    [IPT_HttpSendError] HTTP encounters send error :415
    . ]]>
    </errorDescription>
    <errorSeverity>2</errorSeverity>
    </Exception>
    2009.08.28 at 07:32:47:214: Thread-10: B2B - (DEBUG) AQJMSCorrelationID = 722FB0840F821DDDE04400144F96EEDE
    2009.08.28 at 07:32:47:240: Thread-10: B2B - (DEBUG) Engine:notifyApp Exit
    2009.08.28 at 07:32:47:240: Thread-10: B2B - (DEBUG) DBContext commit: Enter
    2009.08.28 at 07:32:47:247: Thread-10: B2B - (DEBUG) DBContext commit: Transaction.commit()
    2009.08.28 at 07:32:47:247: Thread-10: B2B - (DEBUG) DBContext commit: Leave
    2009.08.28 at 07:32:47:248: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequest Exit
    2009.08.28 at 07:32:47:303: Thread-10: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processOutgoingMessage:
    ***** REQUEST MESSAGE *****
    Exchange Protocol: Generic Version 1.0
    Transport Protocol: HTTP
    Unique Message ID: 83667220
    Trading Partner: RemoteTP
    Message Signed: No
    Payload encrypted: No
    Information incomplete

    Hi Anuj,
    I changed to HTTP version 1.1 with SOAP version 1.1 and ebMS 2.0.
    B2B log:
    009.08.28 at 08:38:56:747: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage EBMSVersion: 2.0
    2009.08.28 at 08:38:56:747: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage Trying to build soap message
    2009.08.28 at 08:38:56:752: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage soap message built
    2009.08.28 at 08:38:56:753: Thread-10: B2B - (DEBUG) EBMSExchangePlugin:resetInputStream not resetting stream source
    2009.08.28 at 08:38:56:756: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage soap message - .1: <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:eb="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://www.oasis-open.org/committees/ebxml-msg/schema/envelope.xsd http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd"><env:Header><eb:MessageHeader env:mustUnderstand="1" eb:version="2.0"><eb:From><eb:PartyId/></eb:From></eb:MessageHeader></env:Header><env:Body/></env:Envelope>
    2009.08.28 at 08:38:56:757: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage work area not null
    2009.08.28 at 08:38:56:757: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage property name = AQJMSCorrelationID
    2009.08.28 at 08:38:56:758: Thread-10: B2B - (DEBUG) EBMSExchangePlugin:resetInputStream not resetting stream source
    2009.08.28 at 08:38:56:760: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage soap message - 1: <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:eb="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://www.oasis-open.org/committees/ebxml-msg/schema/envelope.xsd http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd"><env:Header><eb:MessageHeader env:mustUnderstand="1" eb:version="2.0"><eb:From><eb:PartyId eb:type="Generic Identifier">HostTP</eb:PartyId></eb:From></eb:MessageHeader></env:Header><env:Body/></env:Envelope>
    2009.08.28 at 08:38:56:761: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage pingmsg = false pongMsg = false isStatusRequestMsg false isStatusResponseMsg false
    2009.08.28 at 08:38:56:763: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage b2bMessageID is not null, using that 92775561
    2009.08.28 at 08:38:56:763: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage checking to see if msg id is in the correct format
    2009.08.28 at 08:38:56:763: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage msg id must have an '@' sign according to the ebms standard. Generating new id..
    2009.08.28 at 08:38:56:765: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:isAckRequested Enter
    2009.08.28 at 08:38:56:766: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:isAckRequested returning false
    2009.08.28 at 08:38:56:766: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage request doesnt need to be signed
    2009.08.28 at 08:38:56:766: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSServiceName Enter
    2009.08.28 at 08:38:56:767: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSServiceName Returning service name:null
    2009.08.28 at 08:38:56:767: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSServiceName Enter
    2009.08.28 at 08:38:56:767: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSServiceName Returning service name:null
    2009.08.28 at 08:38:56:767: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage setting service name = null
    2009.08.28 at 08:38:56:768: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSServiceType Enter
    2009.08.28 at 08:38:56:768: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSServiceType Returning service type:null
    2009.08.28 at 08:38:56:768: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSServiceType Enter
    2009.08.28 at 08:38:56:769: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSServiceType Returning service type:null
    2009.08.28 at 08:38:56:769: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage setting service type = null
    2009.08.28 at 08:38:56:769: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSFromRole Enter
    2009.08.28 at 08:38:56:770: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSFromRole Returning from role:null
    2009.08.28 at 08:38:56:770: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSFromRole Enter
    2009.08.28 at 08:38:56:770: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSFromRole Returning from role:null
    2009.08.28 at 08:38:56:771: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage setting from role = null
    2009.08.28 at 08:38:56:771: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage setting from overRideHeader = null
    2009.08.28 at 08:38:56:771: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSToRole Enter
    2009.08.28 at 08:38:56:771: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSToRole Returning to role:null
    2009.08.28 at 08:38:56:772: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSToRole Enter
    2009.08.28 at 08:38:56:772: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSToRole Returning to role:null
    2009.08.28 at 08:38:56:772: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage setting to role = null
    2009.08.28 at 08:38:56:773: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSActionName Enter
    2009.08.28 at 08:38:56:773: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getEBMSActionName Returning action name:null
    2009.08.28 at 08:38:56:773: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage action name = RemoteTPTestBA
    2009.08.28 at 08:38:56:774: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage refToMsgId is null
    2009.08.28 at 08:38:56:774: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage setting manifest for message
    2009.08.28 at 08:38:56:776: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage generated payloadId:cid:0A4DBD5D12360284C08000002F358500
    2009.08.28 at 08:38:56:778: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage This is stream source mode
    2009.08.28 at 08:38:56:779: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage xml payload <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body xmlns:ns1="http://testws/types/">
    <ns1:testElement>
    <ns1:s>TEST</ns1:s>
    </ns1:testElement>
    </soap:Body>
    </soap:Envelope>
    2009.08.28 at 08:38:56:785: Thread-10: B2B - (DEBUG) EBMSExchangePlugin:resetInputStream resetting stream source
    2009.08.28 at 08:38:56:786: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage final soap message: ------=_Part_2_3316214.1251448736779
    Content-Type: text/xml;charset=UTF-8
    <?xml version="1.0" encoding="UTF-8" ?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:eb="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://www.oasis-open.org/committees/ebxml-msg/schema/envelope.xsd http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd"><env:Header><eb:MessageHeader env:mustUnderstand="1" eb:version="2.0"><eb:From><eb:PartyId eb:type="Generic Identifier">HostTP</eb:PartyId></eb:From><eb:To><eb:PartyId eb:type="Generic Identifier">RemoteTP</eb:PartyId></eb:To><eb:CPAId>RemoteTPTest</eb:CPAId><eb:ConversationId>HostTP@0A4DBD5D12360284BFC000002F358200</eb:ConversationId><eb:Service/><eb:Action>RemoteTPTestBA</eb:Action><eb:MessageData><eb:MessageId>HostTP@0A4DBD5D12360284BFC000002F358200</eb:MessageId><eb:Timestamp>2009-08-28T08:38:56.000Z</eb:Timestamp></eb:MessageData></eb:MessageHeader></env:Header><env:Body><eb:Manifest eb:id="oracle0A4DBD5D12360284C07000002F358300" eb:version="2.0"><eb:Reference eb:id="payloadref-0A4DBD5D12360284C07000002F358400" xlink:href="cid:0A4DBD5D12360284C08000002F358500" xlink:type="simple"/></eb:Manifest></env:Body></env:Envelope>
    ------=_Part_2_3316214.1251448736779
    Content-Type: text/xml
    Content-Id: <0A4DBD5D12360284C08000002F358500>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body xmlns:ns1="http://testws/types/">
    <ns1:testElement>
    <ns1:s>TEST</ns1:s>
    </ns1:testElement>
    </soap:Body>
    </soap:Envelope>
    ------=_Part_2_3316214.1251448736779--
    2009.08.28 at 08:38:56:786: Thread-10: B2B - (DEBUG) EBMSExchangePlugin:resetInputStream resetting stream source
    2009.08.28 at 08:38:56:791: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage adding headers
    2009.08.28 at 08:38:56:792: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage adding content type header
    2009.08.28 at 08:38:56:792: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage adding content type header value is multipart/related;type="text/xml";boundary="----=_Part_3_1702949.1251448736786";start="<ebxheader-0A4DBD5D12360284BEB000002F358100>"
    2009.08.28 at 08:38:56:792: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage Exit
    2009.08.28 at 08:38:56:792: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Invoking PackMessage
    2009.08.28 at 08:38:56:793: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Invoking Pre-Transmit
    2009.08.28 at 08:38:56:793: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Enter
    2009.08.28 at 08:38:56:794: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Log & Update Database Tables
    2009.08.28 at 08:38:56:795: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Update the Message Table Row with message state Wait for Incoming Acknowledgment
    2009.08.28 at 08:38:56:795: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Create a Native Event Table row for outgoing Request Message
    2009.08.28 at 08:38:56:795: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertNativeEvtTblRow(3 params) Enter
    2009.08.28 at 08:38:56:796: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:insertNativeEvtTblRow msgInfo.id = HostTP@0A4DBD5D12360284BFC000002F358200
    2009.08.28 at 08:38:56:797: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:protocl id set A
    2009.08.28 at 08:38:56:797: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:
    ** DbAccess:insertNativeEvtTblRow protocolCollabId = HostTP@0A4DBD5D12360284BFC000002F358200
    2009.08.28 at 08:38:56:820: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertNativeEvtTblRow(3 params) Exit
    2009.08.28 at 08:38:56:827: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Create Event Table row for Message Retries
    2009.08.28 at 08:38:56:827: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit timeToAck = Thu Jan 01 00:00:00 GMT 1970
    2009.08.28 at 08:38:56:828: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit business transaction info name null revision null
    2009.08.28 at 08:38:56:828: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Exit
    2009.08.28 at 08:38:56:829: Thread-10: B2B - (DEBUG) DBContext commit: Enter
    2009.08.28 at 08:38:56:831: Thread-10: B2B - (DEBUG) DBContext commit: Transaction.commit()
    2009.08.28 at 08:38:56:832: Thread-10: B2B - (DEBUG) DBContext commit: Leave
    2009.08.28 at 08:38:56:832: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Calling Send to transmit the message
    2009.08.28 at 08:38:56:832: Thread-10: B2B - (DEBUG) Protocol Name: HTTP
    2009.08.28 at 08:38:56:833: Thread-10: B2B - (DEBUG) Version Name: 1.1
    2009.08.28 at 08:38:56:833: Thread-10: B2B - (DEBUG) Endpoint: http://10.77.189.109:8003/RemoteTPPDI-TestWS-context-root/TestWSSoapHttpPort
    2009.08.28 at 08:38:56:834: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send URL: HTTP://10.77.189.109:8003/RemoteTPPDI-TESTWS-CONTEXT-ROOT/TESTWSSOAPHTTPPORT
    2009.08.28 at 08:38:56:835: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send TO Endpoint: 501 http://10.77.189.109:8003/RemoteTPPDI-TestWS-context-root/TestWSSoapHttpPort
    2009.08.28 at 08:38:56:838: Thread-10: B2B - (DEBUG)
    Protocol = HTTP
    Version = 1.1
    Transport Header
    DOCTYPE_NAME:RemoteTPDoc1
    SOAPAction:"ebXML"
    TO_PARTY:RemoteTP
    DOCTYPE_REVISION:1.0
    ACTION_NAME:RemoteTPTestBA
    FROM_PARTY:HostTP
    Content-Type:multipart/related;type="text/xml";boundary="----=_Part_3_1702949.1251448736786";start="<ebxheader-0A4DBD5D12360284BEB000002F358100>"
    Content-Length:1860
    Parameters
    -- listing properties --
    http.sender.timeout=0
    2009.08.28 at 08:38:56:840: Thread-10: B2B - (DEBUG) scheme null userName null realm null
    2009.08.28 at 08:38:56:866: Thread-10: B2B - (WARNING)
    Message Transmission Transport Exception
    Transport Error Code is OTA-HTTP-SEND-500
    StackTrace oracle.tip.transport.TransportException: [IPT_HttpSendError] HTTP encounters send error :500
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://testws/types/"><env:Body><env:Fault><faultcode>env:MustUnderstand</faultcode><faultstring>SOAP must understand error: {http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd}MessageHeader</faultstring></env:Fault></env:Body></env:Envelope>.
    at oracle.tip.transport.TransportException.create(TransportException.java:91)
    at oracle.tip.transport.basic.HTTPSender.createTransportResponse(HTTPSender.java:793)
    at oracle.tip.transport.basic.HTTPSender.send(HTTPSender.java:598)
    at oracle.tip.transport.b2b.B2BTransport.send(B2BTransport.java:311)
    at oracle.tip.adapter.b2b.transport.TransportInterface.send(TransportInterface.java:1013)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1754)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:972)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1166)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:833)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:400)
    at java.lang.Thread.run(Thread.java:534)
    2009.08.28 at 08:38:56:866: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send Error in sending message
    2009.08.28 at 08:38:56:867: Thread-10: B2B - (INFORMATION) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Request Message Transmission failed
    2009.08.28 at 08:38:56:867: Thread-10: B2B - (DEBUG) DBContext beginTransaction: Enter
    2009.08.28 at 08:38:56:867: Thread-10: B2B - (DEBUG) DBContext beginTransaction: Transaction.begin()
    2009.08.28 at 08:38:56:868: Thread-10: B2B - (DEBUG) DBContext beginTransaction: Leave
    2009.08.28 at 08:38:56:868: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab [IPT_HttpSendError] HTTP encounters send error :500
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://testws/types/"><env:Body><env:Fault><faultcode>env:MustUnderstand</faultcode><faultstring>SOAP must understand error: {http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd}MessageHeader</faultstring></env:Fault></env:Body></env:Envelope>.
    [IPT_HttpSendError] HTTP encounters send error :500
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://testws/types/"><env:Body><env:Fault><faultcode>env:MustUnderstand</faultcode><faultstring>SOAP must understand error: {http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd}MessageHeader</faultstring></env:Fault></env:Body></env:Envelope>.
    2009.08.28 at 08:38:56:885: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:notifyApp retry value <= 0, so sending exception to IP_IN_QUEUE
    2009.08.28 at 08:38:56:887: Thread-10: B2B - (DEBUG) Engine:notifyApp Enter
    2009.08.28 at 08:38:56:895: Thread-10: B2B - (DEBUG) Enqueue Engine AQJMSCorrelationID = 72309D4B835925B9E04400144F96EEDE
    2009.08.28 at 08:38:56:896: Thread-10: B2B - (DEBUG) notifyApp:notifyApp Enqueue the ip exception message:
    <Exception xmlns="http://integration.oracle.com/B2B/Exception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <correlationId>92775561</correlationId>
    <b2bMessageId>92775561</b2bMessageId>
    <errorCode>AIP-50079</errorCode>
    <errorText>Transport error: [IPT_HttpSendError] HTTP encounters send error :500
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://testws/types/"><env:Body><env:Fault><faultcode>env:MustUnderstand</faultcode><faultstring>SOAP must understand error: {http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd}MessageHeader</faultstring></env:Fault></env:Body></env:Envelope>.
    [IPT_HttpSendError] HTTP encounters send error :500
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://testws/types/"><env:Body><env:Fault><faultcode>env:MustUnderstand</faultcode><faultstring>SOAP must understand error: {http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd}MessageHeader</faultstring></env:Fault></env:Body></env:Envelope>.</errorText>
    <errorDescription>
    <![CDATA[Machine Info: (dgia21a.HostTPis.com)
    Transport error: [IPT_HttpSendError] HTTP encounters send error :500
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://testws/types/"><env:Body><env:Fault><faultcode>env:MustUnderstand</faultcode><faultstring>SOAP must understand error: {http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd}MessageHeader</faultstring></env:Fault></env:Body></env:Envelope>.
    [IPT_HttpSendError] HTTP encounters send error :500
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://testws/types/"><env:Body><env:Fault><faultcode>env:MustUnderstand</faultcode><faultstring>SOAP must understand error: {http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd}MessageHeader</faultstring></env:Fault></env:Body></env:Envelope>. ]]>
    </errorDescription>
    <errorSeverity>2</errorSeverity>
    </Exception>
    2009.08.28 at 08:38:56:897: Thread-10: B2B - (DEBUG) AQJMSCorrelationID = 72309D4B835925B9E04400144F96EEDE
    2009.08.28 at 08:38:56:929: Thread-10: B2B - (DEBUG) Engine:notifyApp Exit
    2009.08.28 at 08:38:56:930: Thread-10: B2B - (DEBUG) DBContext commit: Enter
    2009.08.28 at 08:38:56:933: Thread-10: B2B - (DEBUG) DBContext commit: Transaction.commit()
    2009.08.28 at 08:38:56:934: Thread-10: B2B - (DEBUG) DBContext commit: Leave
    2009.08.28 at 08:38:56:934: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequest Exit
    2009.08.28 at 08:38:56:936: Thread-10: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processOutgoingMessage:
    ***** REQUEST MESSAGE *****
    Exchange Protocol: ebMS Version 2.0
    Transport Protocol: HTTP
    Unique Message ID: HostTP@0A4DBD5D12360284BFC000002F358200
    Trading Partner: RemoteTP
    Message Signed: No
    Payload encrypted: No
    Information incomplete

  • B2B-50079 :  HTTP encounters send error :500

    Hello,
    Can anyone tell me how to resold this error
    +Transport error: [IPT_HttpSendError] HTTP encounters send error :500 <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>Exception message: Party TOYOe_Dev is unknown Stacktrace: com.cyclonecommerce.collaboration.partyconfiguration.PartyManagerException: Party TOYOe_Dev is unknown at com.cyclonecommerce.webservices.protocols.ebxml.EbxmlProtocolReceiver.setSenderPartyId(EbxmlProtocolReceiver.java:615) at com.cyclonecommerce.webservices.protocols.AbstractWSProtocolReceiver.setParties(AbstractWSProtocolReceiver.java:92) at com.cyclonecommerce.webservices.protocols.ebxml.EbxmlProtocolReceiver.receive(EbxmlProtocolReceiver.java:779) at com.cyclonecommerce.tradingengine.messaging.config.ProtocolReceiverProxy.receive(ProtocolReceiverProxy.java:3) at com.cyclonecommerce.tradingengine.messaging.handler.ProtocolReceiverState.d(ProtocolReceiverState.java:25) at com.cyclonecommerce.tradingengine.messaging.handler.ProtocolReceiverState.handleMessage(ProtocolReceiverState.java:0) at com.cyclonecommerce.tradingengine.messaging.handler.MessageHandlerJob.run(MessageHandlerJob.java:10) at com.cyclonecommerce.tradingengine.cluster.failover.FailoverableJobTask.execute(FailoverableJobTask.java:17) at com.cyclonecommerce.util.task.TaskScheduler$a_.primRun(TaskScheduler$a_.java:47) at com.axway.util.EventedThread.run(EventedThread.java:81) </faultstring></soap:Fault></soap:Body></soap:Envelope>+
    Thanks

    <faultstring>Exception message: Party TOYOe_Dev is unknownIt seems your partner (who is using Cyclone B2B), has not configured party TOYOe_Dev at their end. Ask them to configure it at their end.
    Regards,
    Anuj

  • Constant send error

    I receive the error message 'Constant send error' when using Outlook. Messages do not appear in 'sent' or 'outbox' folders.

    Hi,
    What is the account type in your Outlook? Exchange, IMAP or POP?
    Please make sure the Account Settings are correct for your account, such as your smtp server address and type of encrypted connection. You can get the information from your email service provider.
    If you have verified the account settings, since I have never seen the error message before, would you please detail what step you performed before the issue occurred and the screenshot of the error message? To protect your private information, please send
    the information to our email address:
    [email protected]
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Chatter email 502 5.5.1 Unrecognized command Sending Error

    I have a Treo 680 (Rogers) that I have been successfully using Chatter email with for about 6 months (multiple email accounts).  No changes have been made in configuration however today when I try to send email messages I'm receiving a 502 5.5.1 Unrecognized command Sending Error message and can not send email messages on any accounts.  I can still receive however.   Any suggestions?
    Post relates to: Treo 680 (Rogers)

    Hi Paul,
    May you please guide me thru the SMTP configuration.
    By the way, I tried to implement the APEX_MAIL and it's delivering the mails internally but not externally. When I check the Mail log all mails appear but when I check my yahoo account there's no mail delivered but in the internal mail there's mail delivered.
    Here's my application level On Demand process code (On Demand: Run this application process when requested by a page process)DECLARE    l_id number;    l_index number;    l_vc_arr2    APEX_APPLICATION_GLOBAL.VC_ARR2;
    BEGIN  l_id := APEX_MAIL.SEND(p_to => :P19_EMAIL,            
    p_from => :P19_FROM,             
    p_subj => :P19_SUBJECT,             
    p_body => :P19_BODY); 
    l_vc_arr2 := APEX_UTIL.STRING_TO_TABLE(:P92_IMAGE); 
    FOR i_index IN 1..l_vc_arr2.count LOOP    
    FOR c1 in  (select filename, photo, mimetype from employee_tb
          where emp_id = l_vc_arr2(i_index))
    loop  APEX_MAIL.ADD_ATTACHMENT( p_mail_id    => l_id,                               
    p_attachment => c1.photo,                               
    p_filename   => c1.filename,                               
    p_mime_type  => c1.mimetype);   
    END LOOP c1; 
    END LOOP i_index; 
    COMMIT;END;
    -- push the e-mail queue for immediate delivery:
    begin
    wwv_flow_mail.push_queue(
       P_SMTP_HOSTNAME => 'mail host',
       P_SMTP_PORTNO => '#'
    end;Kind regards
    Mel

  • HTTP encounters send error: 500

    I have processed a test message to B2B(trading partner) and the below is the error message from logs.
    Machine Info:
    Transport error: [IPT_HttpSendError] HTTP encounters send error: 500
    [IPT_HttpSendError] HTTP encounters send error: 500
    This error comes if there is a connectivity issue with the TP, but I have checked the connectivity by doing telnet to the IP address of the Benchmark and it seems fine.
    Please help me how tosolve this

    Hi Anuj,
    I checked all the configuration, everything is perfect...
    Please find the attached log:
    2009.07.17 at 11:41:48:108: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:getIdentificationExpression Enter
    2009.07.17 at 11:41:48:108: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:getIdentificationExpression idexp = null
    2009.07.17 at 11:41:48:108: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:getIdentificationExpression Exit
    2009.07.17 at 11:41:48:109: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:processOutgoingDocument Exit
    2009.07.17 at 11:41:48:109: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Invoking Protocol specific CreateMessage
    2009.07.17 at 11:41:48:109: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Payload Binding ID Info null
    2009.07.17 at 11:41:48:109: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.as2.AS2ExchangePlugin:AS2ExchangePlugin:createMessage Enter
    2009.07.17 at 11:41:48:109: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.as2.AS2ExchangePlugin:AS2ExchangePlugin:createMessage protocol msg id = <1600@EMRSNS>
    2009.07.17 at 11:41:48:110: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.as2.AS2ExchangePlugin:AS2ExchangePlugin:createMessage compression
    2009.07.17 at 11:41:48:110: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.as2.AS2ExchangePlugin:AS2ExchangePlugin:createMessage docInfo
    2009.07.17 at 11:41:48:121: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.as2.AS2ExchangePlugin:AS2ExchangePlugin:createMessage contentDisp= attachment; filename=9_0
    2009.07.17 at 11:41:48:125: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.as2.AS2ExchangePlugin:AS2ExchangePlugin:createMessage Encryption
    2009.07.17 at 11:41:48:125: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.as2.AS2ExchangePlugin:AS2ExchangePlugin:createMessage Exit
    2009.07.17 at 11:41:48:125: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Invoking PackMessage
    2009.07.17 at 11:41:48:125: Thread-29: B2B - (DEBUG) MimePackaging:pack:Enter
    2009.07.17 at 11:41:48:125: Thread-29: B2B - (DEBUG) MimePackaging:createMimeMessage:Enter
    2009.07.17 at 11:41:48:126: Thread-29: B2B - (DEBUG) MimePackaging:createMimeMessage:number of pc components: 1
    2009.07.17 at 11:41:48:126: Thread-29: B2B - (DEBUG) MimePackaging:createMimeBodyPart:Enter
    2009.07.17 at 11:41:48:126: Thread-29: B2B - (DEBUG) MimePackaging:createMimeBodyPart:header name-value: Content-Type-application/XML; name=9_0
    2009.07.17 at 11:41:48:126: Thread-29: B2B - (DEBUG) MimePackaging:createMimeBodyPart:header name-value: Content-Disposition-attachment; filename=9_0
    2009.07.17 at 11:41:48:127: Thread-29: B2B - (DEBUG) MimePackaging:createMimeBodyPart:header name-value: Content-Transfer-Encoding-binary
    2009.07.17 at 11:41:48:127: Thread-29: B2B - (DEBUG) MimePackaging:applySecurity:Enter
    2009.07.17 at 11:41:48:127: Thread-29: B2B - (DEBUG) MimePackaging:applySecurity:Exit
    2009.07.17 at 11:41:48:127: Thread-29: B2B - (DEBUG) MimePackaging:createMimeBodyPart:Exit
    2009.07.17 at 11:41:48:128: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setDigestAlgorithm using algorithm name Entering...
    2009.07.17 at 11:41:48:129: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setDigestAlgorithm using algorithm name Leaving...
    2009.07.17 at 11:41:48:130: Thread-29: B2B - (DEBUG) MimePackaging:applySecurity:Enter
    2009.07.17 at 11:41:48:130: Thread-29: B2B - (DEBUG) MimePackaging:createSignedMimeBodyPart:Enter
    2009.07.17 at 11:41:48:131: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setProtocolVersion Entering...
    2009.07.17 at 11:41:48:132: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setProtocolVersion Leaving...
    2009.07.17 at 11:41:48:132: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setSignatureAlgorithm using algorithm name Entering...
    2009.07.17 at 11:41:48:132: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setSignatureAlgorithm using algorithm name Leaving...
    2009.07.17 at 11:41:48:132: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setDigestAlgorithm using algorithm name Entering...
    2009.07.17 at 11:41:48:132: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setDigestAlgorithm using algorithm name Leaving...
    2009.07.17 at 11:41:48:133: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign Entering...
    2009.07.17 at 11:41:48:133: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign Sign using the configured certificate
    2009.07.17 at 11:41:48:133: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign wrl: /apps/elshas4/aelshas4/elshas4_B2B/Apache/Apache/conf/ssl.wlt/default
    2009.07.17 at 11:41:48:137: Thread-29: B2B - (DEBUG) Utility:getPrivateKey:Enter
    2009.07.17 at 11:41:48:209: Thread-29: B2B - (DEBUG) Utility:getPrivateKey:matching private key found
    2009.07.17 at 11:41:48:209: Thread-29: B2B - (DEBUG) Utility:getPrivateKey:Exit
    2009.07.17 at 11:41:48:329: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: setEncodingType Entering...
    2009.07.17 at 11:41:48:329: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: setEncodingType Leaving...
    2009.07.17 at 11:41:48:329: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: update Entering...
    2009.07.17 at 11:41:48:329: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: update Leaving...
    2009.07.17 at 11:41:48:329: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: encode Entering...
    2009.07.17 at 11:41:48:330: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: encode Leaving...
    2009.07.17 at 11:41:48:330: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: sign Leaving...
    2009.07.17 at 11:41:48:330: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: printErrorInfo Entering...
    2009.07.17 at 11:41:48:330: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: printErrorInfo Leaving...
    2009.07.17 at 11:41:48:332: Thread-29: B2B - (DEBUG) MimePackaging:createSignedMimeBodyPart:Exit
    2009.07.17 at 11:41:48:332: Thread-29: B2B - (DEBUG) MimePackaging:createEncryptedMimeBodyPart:Enter
    2009.07.17 at 11:41:48:334: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setProtocolVersion Entering...
    2009.07.17 at 11:41:48:334: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setProtocolVersion Leaving...
    2009.07.17 at 11:41:48:334: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setEncryptionAlgorithm using algorithm name Entering...
    2009.07.17 at 11:41:48:334: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setEncryptionAlgorithm using algorithm name Leaving...
    2009.07.17 at 11:41:48:335: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setEncryptionCertificate Entering...
    2009.07.17 at 11:41:48:335: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: setEncodingType Entering...
    2009.07.17 at 11:41:48:335: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: setEncodingType Leaving...
    2009.07.17 at 11:41:48:336: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: update Entering...
    2009.07.17 at 11:41:48:336: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: update Leaving...
    2009.07.17 at 11:41:48:336: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: decode Entering...
    2009.07.17 at 11:41:48:336: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.Encoding:Encoding: decode Entering...
    2009.07.17 at 11:41:48:336: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setEncryptionCertificate Leaving...
    2009.07.17 at 11:41:48:337: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: encrypt Entering...
    2009.07.17 at 11:41:48:350: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: encrypt Leaving...
    2009.07.17 at 11:41:48:350: Thread-29: B2B - (DEBUG) MimePackaging:createEncryptedMimeBodyPart:Exit
    2009.07.17 at 11:41:48:351: Thread-29: B2B - (DEBUG) MimePackaging:applySecurity:Exit
    2009.07.17 at 11:41:48:351: Thread-29: B2B - (DEBUG) MimePackaging:createMimeMessage:Exit
    2009.07.17 at 11:41:48:351: Thread-29: B2B - (DEBUG) MimePackaging:getMimeContent:Enter
    2009.07.17 at 11:41:48:352: Thread-29: B2B - (DEBUG) MimePackaging:getMimeContent:Exit
    2009.07.17 at 11:41:48:352: Thread-29: B2B - (DEBUG) MimePackaging:pack:Exit
    2009.07.17 at 11:41:48:353: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Invoking Pre-Transmit
    2009.07.17 at 11:41:48:353: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Enter
    2009.07.17 at 11:41:48:353: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Log & Update Database Tables
    2009.07.17 at 11:41:48:353: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Update the Message Table Row with message state Wait for Incoming Acknowledgment
    2009.07.17 at 11:41:48:353: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Create a Native Event Table row for outgoing Request Message
    2009.07.17 at 11:41:48:354: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertNativeEvtTblRow(3 params) Enter
    2009.07.17 at 11:41:48:354: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:insertNativeEvtTblRow msgInfo.id = <1600@EMRSNS>
    2009.07.17 at 11:41:48:354: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:protocl id set A
    2009.07.17 at 11:41:48:354: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:
    ** DbAccess:insertNativeEvtTblRow protocolCollabId = null
    2009.07.17 at 11:41:48:436: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertNativeEvtTblRow(3 params) Exit
    2009.07.17 at 11:41:48:453: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Create Event Table row for Message Retries
    2009.07.17 at 11:41:48:453: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit timeToAck = Wed Dec 31 20:00:00 GMT-06:00 1969
    2009.07.17 at 11:41:48:455: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow Enter
    2009.07.17 at 11:41:48:456: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow Event Type = 2
    2009.07.17 at 11:41:48:456: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow EventId = 12
    2009.07.17 at 11:41:48:456: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow Id = 1600
    2009.07.17 at 11:41:48:464: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow Exit
    2009.07.17 at 11:41:48:466: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Current TimeStamp isFri Jul 17 17:42:39 GMT-06:00 2009
    2009.07.17 at 11:41:48:466: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Retry shall happen at Fri Jul 17 19:42:39 GMT-06:00 2009
    2009.07.17 at 11:41:48:467: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit business transaction info name null revision null
    2009.07.17 at 11:41:48:467: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Exit
    2009.07.17 at 11:41:48:467: Thread-29: B2B - (DEBUG) DBContext commit: Enter
    2009.07.17 at 11:41:48:484: Thread-29: B2B - (DEBUG) DBContext commit: Transaction.commit()
    2009.07.17 at 11:41:48:484: Thread-29: B2B - (DEBUG) DBContext commit: Leave
    2009.07.17 at 11:41:48:484: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Calling Send to transmit the message
    2009.07.17 at 11:41:48:484: Thread-29: B2B - (DEBUG) Protocol Name: HTTP
    2009.07.17 at 11:41:48:484: Thread-29: B2B - (DEBUG) Version Name: 1.1
    2009.07.17 at 11:41:48:484: Thread-29: B2B - (DEBUG) Endpoint: http://b2b-qa.bench.com:80/BenchmarkAS2Receive_QA/BTSHTTPReceive.dll
    2009.07.17 at 11:41:48:485: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send URL: HTTP://B2B-QA.BENCH.COM:80/BENCHMARKAS2RECEIVE_QA/BTSHTTPRECEIVE.DLL
    2009.07.17 at 11:41:48:485: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send TO Endpoint: 501 http://b2b-qa.bench.com:80/BenchmarkAS2Receive_QA/BTSHTTPReceive.dll
    2009.07.17 at 11:41:48:485: Thread-29: B2B - (DEBUG)
    Protocol = HTTP
    Version = 1.1
    Transport Header
    Content-Transfer-Encoding:binary
    Message-ID:<1600@EMRSNS>
    MIME-version:1.0
    ACTION_NAME:Process_OAG_9_0_ProcessPo
    From:EMRSNS
    Disposition-Notification-To:[email protected]
    AS2-To:BENCHMARK
    User-Agent:AS2 Server
    Date:Fri, 17 Jul 2009 23:42:37 GMT
    Disposition-Notification-Options:signed-receipt-protocol=required, pkcs7-signature; signed-receipt-micalg=required, sha1
    DOCTYPE_NAME:ProcessPo
    FROM_PARTY:EMRSNS
    DOCTYPE_REVISION:9.0
    TO_PARTY:BENCHMARK
    AS2-From:EMRSNS
    AS2-Version:1.1
    Content-Type:application/pkcs7-mime; smime-type="enveloped-data"
    Parameters
    -- listing properties --
    http.sender.timeout=0
    2009.07.17 at 11:41:48:486: Thread-29: B2B - (DEBUG) scheme null userName null realm null
    2009.07.17 at 11:41:52:321: Thread-29: B2B - (WARNING)
    Message Transmission Transport Exception
    Transport Error Code is OTA-HTTP-SEND-500
    StackTrace oracle.tip.transport.TransportException: [IPT_HttpSendError] HTTP encounters send error :500
         at oracle.tip.transport.TransportException.create(TransportException.java:91)
         at oracle.tip.transport.basic.HTTPSender.createTransportResponse(HTTPSender.java:793)
         at oracle.tip.transport.basic.HTTPSender.send(HTTPSender.java:598)
         at oracle.tip.transport.b2b.B2BTransport.send(B2BTransport.java:311)
         at oracle.tip.adapter.b2b.transport.TransportInterface.send(TransportInterface.java:980)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1744)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:968)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1147)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:833)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:400)
         at java.lang.Thread.run(Thread.java:534)
    2009.07.17 at 11:41:52:321: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send Error in sending message
    2009.07.17 at 11:41:52:322: Thread-29: B2B - (INFORMATION) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Request Message Transmission failed
    2009.07.17 at 11:41:52:322: Thread-29: B2B - (DEBUG) DBContext beginTransaction: Enter
    2009.07.17 at 11:41:52:322: Thread-29: B2B - (DEBUG) DBContext beginTransaction: Transaction.begin()
    2009.07.17 at 11:41:52:322: Thread-29: B2B - (DEBUG) DBContext beginTransaction: Leave
    2009.07.17 at 11:41:52:322: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab [IPT_HttpSendError] HTTP encounters send error :500
    [IPT_HttpSendError] HTTP encounters send error :500
    2009.07.17 at 11:41:52:329: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:notifyApp retry value <= 0, so sending exception to IP_IN_QUEUE
    2009.07.17 at 11:41:52:331: Thread-29: B2B - (DEBUG) Engine:notifyApp Enter
    2009.07.17 at 11:41:52:338: Thread-29: B2B - (DEBUG) Enqueue Engine AQJMSCorrelationID = 6EEB507134BE4AD7E04400144FAEE9D0
    2009.07.17 at 11:41:52:338: Thread-29: B2B - (DEBUG) notifyApp:notifyApp Enqueue the ip exception message:
    <Exception xmlns="http://integration.oracle.com/B2B/Exception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <correlationId>1600</correlationId>
    <b2bMessageId>1600</b2bMessageId>
    <errorCode>AIP-50079</errorCode>
    <errorText>Transport error: [IPT_HttpSendError] HTTP encounters send error :500
    [IPT_HttpSendError] HTTP encounters send error :500
    .</errorText>
    <errorDescription>
    <![CDATA[Machine Info: (essaps000-u008.emrsn.com)
    Transport error: [IPT_HttpSendError] HTTP encounters send error :500
    [IPT_HttpSendError] HTTP encounters send error :500
    . ]]>
    </errorDescription>
    <errorSeverity>2</errorSeverity>
    </Exception>
    2009.07.17 at 11:41:52:339: Thread-29: B2B - (DEBUG) AQJMSCorrelationID = 6EEB507134BE4AD7E04400144FAEE9D0
    2009.07.17 at 11:41:52:356: Thread-29: B2B - (DEBUG) Engine:notifyApp Exit
    2009.07.17 at 11:41:52:356: Thread-29: B2B - (DEBUG) DBContext commit: Enter
    2009.07.17 at 11:41:52:359: Thread-29: B2B - (DEBUG) DBContext commit: Transaction.commit()
    2009.07.17 at 11:41:52:359: Thread-29: B2B - (DEBUG) DBContext commit: Leave
    2009.07.17 at 11:41:52:359: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequest Exit
    2009.07.17 at 11:41:52:359: Thread-29: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processOutgoingMessage:
    ***** REQUEST MESSAGE *****
    Exchange Protocol: AS2 Version 1.1
    Transport Protocol: HTTP
    Unique Message ID: <1600@EMRSNS>
    Trading Partner: BENCHMARK
    Message Signed: RSA
    Payload encrypted: 3DES
    Attachment: None
    ***** REQUEST MESSAGE *****
    2009.07.17 at 11:41:52:360: Thread-29: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processOutgoingMessage Exit
    2009.07.17 at 11:41:52:360: Thread-29: B2B - (DEBUG) DBContext commit: Enter
    2009.07.17 at 11:41:52:360: Thread-29: B2B - (DEBUG) DBContext commit: Leave
    2009.07.17 at 11:41:52:360: Thread-29: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:onMessage Exit

  • [IPT_HttpSendError] HTTP encounters send error :.  Premature EOF encounter

    Hi,
    Although we haven't change the configuration we started experiencing following error:
    2009.01.29 at 15:34:30:364: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Create Event Table row for Message Retries
    2009.01.29 at 15:34:30:364: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit timeToAck = Thu Jan 01 03:00:00 CET 1970
    2009.01.29 at 15:34:30:365: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow Enter
    2009.01.29 at 15:34:30:365: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow Event Type = 2
    2009.01.29 at 15:34:30:366: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow EventId = 12
    2009.01.29 at 15:34:30:366: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow Id = 33156:5:0:137
    2009.01.29 at 15:34:30:369: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertEvtTblRow Exit
    2009.01.29 at 15:34:30:372: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Current TimeStamp isThu Jan 29 15:34:30 CET 2009
    2009.01.29 at 15:34:30:372: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Retry shall happen at Thu Jan 29 17:34:30 CET 2009
    2009.01.29 at 15:34:30:372: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit business transaction info name null revision null
    2009.01.29 at 15:34:30:372: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Exit
    2009.01.29 at 15:34:30:372: Thread-40: B2B - (DEBUG) DBContext commit: Enter
    2009.01.29 at 15:34:30:374: Thread-40: B2B - (DEBUG) DBContext commit: Transaction.commit()
    2009.01.29 at 15:34:30:374: Thread-40: B2B - (DEBUG) DBContext commit: Leave
    2009.01.29 at 15:34:30:375: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Calling Send to transmit the message
    2009.01.29 at 15:34:30:375: Thread-40: B2B - (DEBUG) Protocol Name: HTTPS
    2009.01.29 at 15:34:30:375: Thread-40: B2B - (DEBUG) Version Name: 1.1
    2009.01.29 at 15:34:30:375: Thread-40: B2B - (DEBUG) Endpoint: https://example.test.com:8443/ibis/servlet/IBISHTTPUploadServlet/as2_me_in
    2009.01.29 at 15:34:30:375: Thread-40: B2B - (DEBUG) using SSL
    2009.01.29 at 15:34:30:375: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send URL: HTTPS://EXAMPLE.TEST.COM:8443/IBIS/SERVLET/IBISHTTPUPLOADSERVLET/AS2_ME_IN
    2009.01.29 at 15:34:30:376: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send TO Endpoint: 502 https:/example.test.com:8443/ibis/servlet/IBISHTTPUploadServlet/as2_me_in
    2009.01.29 at 15:34:30:376: Thread-40: B2B - (DEBUG)
    Protocol = HTTPS
    Version = 1.1
    Transport Header
    Content-Transfer-Encoding:binary
    Message-ID:<33156:5:0:137@as2me>
    MIME-version:1.0
    ACTION_NAME:PROCESS
    From:as2Fideltronik
    Disposition-Notification-To:[email protected]
    AS2-To:RUT_AS2
    User-Agent:AS2 Server
    Date:Thu, 29 Jan 2009 14:34:30 GMT
    DOCTYPE_NAME:PROCESS
    FROM_PARTY:as2me
    DOCTYPE_REVISION:1
    TO_PARTY:TP_AS2
    AS2-From:as2me
    AS2-Version:1.1
    Content-Disposition:attachment; filename=7.2
    Content-Type:application/XML; name=7.2
    Parameters
    -- listing properties --
    http.sender.timeout=0
    2009.01.29 at 15:34:30:464: Thread-40: B2B - (DEBUG) scheme null userName null realm null
    2009.01.29 at 15:34:45:178: B2BStarter thread: Deployment - (DEBUG) Query Configurations null Lifecycle status Active exclude design true
    2009.01.29 at 15:34:45:178: B2BStarter thread: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true,
    2009.01.29 at 15:37:20:021: Thread-40: B2B - (WARNING)
    Message Transmission Transport Exception
    Transport Error Code is OTA-HTTP-SEND-1000
    StackTrace oracle.tip.transport.TransportException: [IPT_HttpSendError] HTTP encounters send error :.
         at oracle.tip.transport.TransportException.create(TransportException.java:91)
         at oracle.tip.transport.basic.HTTPSender.createTransportResponse(HTTPSender.java:754)
         at oracle.tip.transport.basic.HTTPSender.send(HTTPSender.java:598)
         at oracle.tip.transport.b2b.B2BTransport.send(B2BTransport.java:311)
         at oracle.tip.adapter.b2b.transport.TransportInterface.send(TransportInterface.java:1013)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1754)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:972)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1166)
         at oracle.tip.adapter.b2b.xmlgwIntg.XMLGWIntegration.raiseOutboundMessage(XMLGWIntegration.java:168)
         at oracle.tip.adapter.b2b.xmlgwIntg.Outbound.onMessage(Outbound.java:297)
         at oracle.jms.AQjmsListenerWorker.dispatchOneMsg(AQjmsListenerWorker.java:316)
         at oracle.jms.AQjmsListenerWorker.run(AQjmsListenerWorker.java:129)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.io.EOFException: Premature EOF encountered
         at HTTPClient.StreamDemultiplexor.read(StreamDemultiplexor.java:283)
         at HTTPClient.RespInputStream.read(RespInputStream.java:157)
         at HTTPClient.RespInputStream.read(RespInputStream.java:116)
         at HTTPClient.Response.readResponseHeaders(Response.java:997)
         at HTTPClient.Response.getHeaders(Response.java:713)
         at HTTPClient.Response.getStatusCode(Response.java:262)
         at HTTPClient.RetryModule.responsePhase1Handler(RetryModule.java:83)
         at HTTPClient.HTTPResponse.handleResponse(HTTPResponse.java:739)
         at HTTPClient.HTTPResponse.getStatusCode(HTTPResponse.java:196)
         at oracle.tip.transport.basic.HTTPSender.createTransportResponse(HTTPSender.java:721)
         ... 11 more
    2009.01.29 at 15:37:20:022: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send Error in sending message
    2009.01.29 at 15:37:20:022: Thread-40: B2B - (INFORMATION) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Request Message Transmission failed
    2009.01.29 at 15:37:20:022: Thread-40: B2B - (DEBUG) DBContext beginTransaction: Enter
    2009.01.29 at 15:37:20:022: Thread-40: B2B - (DEBUG) DBContext beginTransaction: Transaction.begin()
    2009.01.29 at 15:37:20:022: Thread-40: B2B - (DEBUG) DBContext beginTransaction: Leave
    2009.01.29 at 15:37:20:022: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab [IPT_HttpSendError] HTTP encounters send error :.
    Premature EOF encountered
    2009.01.29 at 15:37:20:023: Thread-40: BusinessLogicLayer - (DEBUG) Authorization disabled. UserBootstrapped:false, useAuthorization:true, configType:null
    2009.01.29 at 15:37:20:023: Thread-40: BusinessLogicLayer - (DEBUG) Push Stack: updateBusinessMessage
    2009.01.29 at 15:37:20:026: Thread-40: BusinessLogicLayer - (DEBUG) Pop Stack: updateBusinessMessage
    2009.01.29 at 15:37:20:026: Thread-40: B2B - (DEBUG) DBContext commit: Enter
    2009.01.29 at 15:37:20:027: Thread-40: B2B - (DEBUG) DBContext commit: Transaction.commit()
    2009.01.29 at 15:37:20:027: Thread-40: B2B - (DEBUG) DBContext commit: Leave
    2009.01.29 at 15:37:20:028: Thread-40: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequest Exit
    2009.01.29 at 15:37:20:028: Thread-40: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processOutgoingMessage:
    ***** REQUEST MESSAGE *****
    Exchange Protocol: AS2 Version 1.1
    Transport Protocol: HTTPS
    Unique Message ID: <33156:5:0:137@as2me>
    Trading Partner: TEST_AS2
    Message Signed: No
    Payload encrypted: No
    Attachment: None
    ***** REQUEST MESSAGE *****
    2009.01.29 at 15:37:20:028: Thread-40: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processOutgoingMessage Exit
    2009.01.29 at 15:37:20:028: Thread-40: B2B - (DEBUG) : Thu Jan 29 15:37:20 CET 2009 Exit Outbound onMessage
    2009.01.29 at 15:37:20:030: Thread-40: B2B - (DEBUG) DBContext commit: Enter
    2009.01.29 at 15:37:20:030: Thread-40: B2B - (DEBUG) DBContext commit: Leave
    2009.01.29 at 15:37:20:031: Thread-40: B2B - (DEBUG) : Thu Jan 29 15:37:20 CET 2009 Available memory Leave Outbound onMessage: 35505240
    2009.01.29 at 15:37:20:031: Thread-40: B2B - (DEBUG) : Thu Jan 29 15:37:20 CET 2009 Leave Outbound onMessage
    I assume that this might be caused by applying the latest MLR patch or due to some changes on the TP side.
    Please advise

    Hi Suhas,
    Yes, no matter the size of the XML file, it always sends it 6 times. Error occurs only at the end of the process, that is after 6th time the file has been sent. We tested it many times with new messages and each time the results are identical. There is no trace in b2b.log that the file is being sent again, transport log however shows 6 http send entries each time.
    Also, between the start of sending the message and the error occurring after 2-3 minutes (after 6th message is sent) the message is not removed from the ECX outbound queue (we are getting the XML from E-Bussines). It is removed after the error. It cannot manually dequeued during that time.
    Thank you
    Kamil,

  • My iphone suddenly crashed and asked for restoration, however itunes sends error message of host not available, what should I do?

    My iphone suddenly crashed and asked for restoration, however itunes sends error message of host not available (3014), what should I do?

    Try -
    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow iTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to a default hosts file. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.
    The "device may need service" means a hardware problem. In that case make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar
    Also see:
    3014
    Restoration of code 3014 will not work?: Apple Support Communities

  • TS2621 iPhone ..email send error

    Can receive emails but not send, all inbound and outbound settings checked and correct.  Verified with EarthLink and spent hours
    With apple support.  They had me uninstall  and reinstall email applications, reboot, reset, etc.  worked for a few minutes, then email
    Send error reoccurred,  Send emails works on pc and iPads. Just not iPhone using email app on iPhone. Any ideas?

    [Configuring Email in SAP|http://www.tamboly.com/SAPEmailConfiguration.html]
    [How to configure SAP to send email to an external email.|http://sap.ittoolbox.com/groups/technical-functional/sap-basis/how-to-configure-sap-to-send-email-to-an-external-email-911513] "whole conversation
    [External email troubleshoot|http://www.google.com/url?sa=t&source=web&ct=res&cd=4&url=https%3A%2F%2Fwww.sdn.sap.com%2Firj%2Fscn%2Fgo%2Fportal%2Fprtroot%2Fdocs%2Flibrary%2Fuuid%2F206762fd-0380-2b10-e880-ee786bae7dd0&ei=qMaYSa-uMpzgM4Xu1fYL&usg=AFQjCNGpFL6zAzVxny7gJeFg8A6RiUJGXw&sig2=GWOmm89hlkRDAUPgixzQmg]

Maybe you are looking for

  • Can I use SCC-DI01 modules with a PCI-6533 device?

    I am looking into performing buffered acquisition of various digital signals using a PCI-6533 device. Can I use SCC-DI01 modules with this device? If so, would this be via the SC-2345 Carrier? The manual seemed to suggest is was only compatible with

  • Trouble in executing RMI from servlet

    hello everybody.. I have trouble in invoking RMI from the servlet.. i get an exception saying connection refused to 192.168.16.65 (my RMI server is running on this system) . Later i tried running RMI on the same system and got the exception saying co

  • Counting the number of elements on a page

    Does anyone know if there is any way that Illustrator can tell you the number of separate items (closed paths) on a page in Illustrator? (Rather than counting them all manually)? Any advice is appreciated.

  • Cap 4 Corrupts on image drag and drop

    Hi All, I have run into a very frustrating problem with Cap 4. I will be working along creating slides then when I drag and drop a JPEG image into the movie: 1. the timeline on that side disappears 2.the project corrupts and will not save or open pre

  • CS4 Problem with Template Updates

    There's another thread on this subject, but I couldn't see any final resolution. I'm having a problem with Template Update. I  have all pages in site linked to a single template.  I built the template 1st and  then created each page from the template