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

Similar Messages

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

    Hi All,
    I am working with Acme and GlobalChips assignment. I configured the two using the steps mentioned. I have a BPEL process that enqueues a message to the IP_OUT_QUEUE. When i go to oracle b2b reports i get the following error
    I checked to see that the RMI ports are correct and that the b2b/transportServlet is up and running. I also verified that the hostnames of the two machines are correct. Even replaced them with ip addresses to remove anything to do with DNS. But i still get the same error. Please can someone help me resolve this issue?
    Transport error: [IPT_HttpSendError] HTTP encounters send error :503
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
    <html> <head>
    <title>No Response from Application Web Server</title>
    </head>
    Both machines can ping each other. B2B Log file shows one more error
    2008.08.06 at 20:27:23:197: Thread-10: Repository - (INFORMATION) Entering Use Case: queryBusinessMessage
    2008.08.06 at 20:27:23:197: Thread-10: Repository - (DEBUG) CatalogDriver manager == oracle.tip.model.metadata.CatalogMetaManager@f1916f
    2008.08.06 at 20:27:23:197: Thread-10: Repository - (DEBUG) CatalogMetaManager getDriverjava.lang.InheritableThreadLocal@1049d3 oracle.tip.repos.core.driver.CatalogDriver@3b4b1e
    2008.08.06 at 20:27:23:197: Thread-10: Repository - (DEBUG) CatalogDriver manager == oracle.tip.model.metadata.CatalogMetaManager@f1916f
    2008.08.06 at 20:27:23:197: Thread-10: Repository - (DEBUG) CatalogMetaManager getDriverjava.lang.InheritableThreadLocal@1049d3 oracle.tip.repos.core.driver.CatalogDriver@3b4b1e
    2008.08.06 at 20:27:23:197: Thread-10: Repository - (DEBUG) MetaCLASS manager == oracle.tip.model.metadata.CatalogMetaManager@f1916f
    2008.08.06 at 20:27:23:197: Thread-10: Repository - (DEBUG) THIS THIS == oracle.tip.model.metadata.CatalogMetaClass@5d855f
    2008.08.06 at 20:27:23:197: Thread-10: Repository - (DEBUG) CatalogMetaManager getDriverjava.lang.InheritableThreadLocal@1049d3 oracle.tip.repos.core.driver.CatalogDriver@3b4b1e
    2008.08.06 at 20:27:23:197: Thread-10: Repository - (INFORMATION) CatalogDriver.runQuery() select ID , CLASSTYPE , NOTM , ISSEEDED , CFG , protocolmessageid , errorseverity , acknowledgemode , businessactionrevision , errorlevel , collaborationrevision , direction , sendtimestamp , groupcontrolnumber , collaborationname , correlationid , remainingretry , attachment , errortext , messagetype , replymode , errorcode , currentstate , acknowledgetype , b2bmessageid , receivetimestamp , messagedatetime , protocolworkarea , protocolworkarea_clob , state , timetoack , txnsetcontrolnumber , payload , payload_clob , interchangecontrolnumber , errordescription , errordescription_clob , businessactionname , protocolcollaborationid, collaborationinstance, wiremessage, receiveridentification, payloadstorage, refertobusinessmessage, exchangeprotocolrevision, sender, senderidentification, documentprotocolrevision, agreement, attachmentstorage, businessaction, businesstransactioninstance, recordinstance from TIP_BusinessMessage_ra t where ( b2bmessageid= ? )
    2008.08.06 at 20:27:23:197: Thread-10: Repository - (DEBUG) CatalogDriver.setBindVariables():
    2008.08.06 at 20:27:23:197: Thread-10: Repository - (DEBUG) Bind Variable : index = 2 value = 0A0A0A0A11B994569BE0000020F46900
    2008.08.06 at 20:27:24:055: Thread-10: Repository - (INFORMATION) Exiting Use Case: queryBusinessMessage
    2008.08.06 at 20:27:27:004: Thread-10: B2B - (ERROR) Error -: AIP-50025: Repository error
         at oracle.tip.adapter.b2b.msgproc.DbAccess.formExtB2bMsg(DbAccess.java:1179)
         at oracle.tip.adapter.b2b.engine.Engine.formExtB2BMsg(Engine.java:2049)
         at oracle.tip.adapter.b2b.engine.Engine.messageRetry(Engine.java:1949)
         at oracle.tip.adapter.b2b.engine.Engine.handleTimeoutEvent(Engine.java:1924)
         at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:1744)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:454)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:326)
         at java.lang.Thread.run(Thread.java:534)
    2008.08.06 at 20:27:27:004: Thread-10: B2B - (ERROR) Error -: AIP-50025: Repository error
         at oracle.tip.adapter.b2b.msgproc.DbAccess.formExtB2bMsg(DbAccess.java:1179)
         at oracle.tip.adapter.b2b.engine.Engine.formExtB2BMsg(Engine.java:2049)
         at oracle.tip.adapter.b2b.engine.Engine.messageRetry(Engine.java:1949)
         at oracle.tip.adapter.b2b.engine.Engine.handleTimeoutEvent(Engine.java:1924)
         at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:1744)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:454)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:326)
         at java.lang.Thread.run(Thread.java:534)
    2008.08.06 at 20:27:27:004: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:formExtB2BMsg Exit
    2008.08.06 at 20:27:27:004: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:messageRetry Can't find ExtB2BMessage
    2008.08.06 at 20:27:27:004: Thread-10: B2B - (DEBUG) DBContext commit: Enter
    2008.08.06 at 20:27:27:004: Thread-10: Repository - (DEBUG) CatalogDriver manager == oracle.tip.model.metadata.CatalogMetaManager@f1916f
    2008.08.06 at 20:27:27:004: Thread-10: Repository - (DEBUG) CatalogMetaManager getDriverjava.lang.InheritableThreadLocal@1049d3 oracle.tip.repos.core.driver.CatalogDriver@3b4b1e
    2008.08.06 at 20:27:27:004: Thread-10: Repository - (DEBUG) CatalogTransaction.commit():
    2008.08.06 at 20:27:27:004: Thread-10: Repository - (DEBUG) commiting changes
    2008.08.06 at 20:27:27:004: Thread-10: Repository - (DEBUG) CatalogTransaction.commit():
    2008.08.06 at 20:27:27:004: Thread-10: Repository - (DEBUG) Dirty list = []
    2008.08.06 at 20:27:27:004: Thread-10: Repository - (DEBUG) CatalogTransaction.callWriteObjects() :
    2008.08.06 at 20:27:27:004: Thread-10: Repository - (DEBUG) Call write object List for objects = []
    2008.08.06 at 20:27:27:097: Thread-10: Repository - (DEBUG) CatalogTransaction.commit():
    2008.08.06 at 20:27:27:097: Thread-10: Repository - (DEBUG) Database COMMIT done

    Re: Globalchips to Acme Communication Error

  • [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,

  • 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

  • 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

  • How to solve Error in http connection. Error -1

    urlMidlet2===http://localhost:8080/testProj?userId=20&selMPBL=23&svMPBL=IPOD+Touch+Screen+e!1!Tue+Jan+06+00:00:00+UTC+2009!Tue+Jan+06+00:00:00+UTC+2009!Sat+Jan+31+00:00:00+UTC+2009!Mp3+Player!IPOD!Rejected!12
    [j2mepolish] Generic/DefaultColorPhone: !1!2!1222!13333
    [j2mepolish] Generic/DefaultColorPhone: Protocol for this connection is http
    [j2mepolish] Generic/DefaultColorPhone: This object is connected to localhost host
    [j2mepolish] Generic/DefaultColorPhone: HTTP Port in use is 8080
    [j2mepolish] Generic/DefaultColorPhone: respCode=====-1
    [j2mepolish] Generic/DefaultColorPhone: Error in opening HTTP Connection. Error#-1
    Why is this error coming? How to solve it?
    Thanks in advance.
    Edited by: J2me_Beginner on Jun 7, 2009 9:38 PM

    I am making a form using an interface. When Activate the Form, I got this error:
    Invalid HTTP connection: ADS
    Message no. FPRUN000
    But I do not know how to solve or config ADS. Any one know how to slove this error ?
    Thanks a lot.

  • Whenever we click on any of the link to open it, the firefox shows popup - an error having two buttons 'Send Error Report' and ' Dont Send'. Clickking on either of them closes the firefox and it is continously irritating us a lot.

    any it site it may be, clicking on any link which opens in a new tab or a window, always firefox gets crashed. Please reply the solution as soon as possible as it is really very very irritating.

    See:
    *http://kb.mozillazine.org/Firefox_crashes
    *https://support.mozilla.com/kb/Firefox+crashes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    Delete the files sessionstore.js [2] and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.<br />
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    See also:
    * [1] http://kb.mozillazine.org/Session_Restore
    * [2] http://kb.mozillazine.org/sessionstore.js

  • Error allocating HTTP/WSP connection

    Our midlet interacts with the Servlet with HttpConnecction, sends data to the Servlet and receive the Servlet response.
    Midlet is running correctly on Siemens CX75 Emulator and default java emulators. (Netbeans IDE) And when we testedt it on the real mobile device(Sony Ericsson) it operated correctly.
    But when we tried it on the S75 emulator, and Siemens S75 real device, we faced that it can not connect to the Servlet. We receive "java.io.IOException: Error allocating HTTP/WSP connection� error message. It seems that the application can not open the HttpConnection so Midlet can not interact with the Servlet.
    the error's full stack is;
    java.io.IOException: Error allocating HTTP/WSP connection
    - com.siemens.mp.io.wsp.WspConnection.sendRequest(), bci=208
    - com.sun.midp.io.j2me.http.HttpConnection.openInputStream(), bci=20
    - MobileTSP.sendData(), bci=8
    - MobileTSP.ReceiveData(), bci=46
    - MobileTSP$1.run(), bci=20
    Can't receive any data
    We use Thread that handles the network connection (HttpConnection). How can it be, an application that runs correctly in the emulator which can not run in the real phone and other emulators?
    Thanks...

    Welcome to the world of MIDP development.
    Once we find a problem with a specific phone we apply a different build process depending on what phone were using. (the work around is applied only to the affected phone).
    (Sorry i cant be of any real help)

  • HTTP Receiver adapter error ?

    HI Guys,
    I have configured the IDOC-HTTP. I have defined a bsuiness service on the receiver side as the receiver is not in our landscape and he is our business partner.
    I have created a RFC connection of type G and it is working properly but the HTTP reciver adapter gives the error as below
    I'm getting an error when I go to "sxmb_moni" which says
    Error Category = PLAINHTTP_ADAPTER
    Error ID = ATTRIBUTE_SERVER
    Kindly help..
    Thanks,
    Raj
    Message was edited by:
            raj reddy

    Hi Raj,
    <b>Error Category = PLAINHTTP_ADAPTER
    Error ID = ATTRIBUTE_SERVER</b>
    as far as i know this problem is due to high  traffic.When the data comes in bulk some of the message are failing or when they are not able to connect to reciever server.So it gives error.
    u can look @ these threads of similer taste
    PLAINHTTP_ADAPTER.ATTRIBUTE_SERVER error
    PLAIN HTTP ADAPTER -ATTRIBUTE_SERVER ERROR
    Plain HTTP adapter error
    PLAINHTTP_ADAPTER  -  ATTRIBUTE_SERVER
    and also look @
    http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm
    Regards
    biplab

  • Error while XI and xMII integration (Plain HTTP as sender)

    Dear Friends,
       I am doing the scenario XI and xMII integration. While sending the input file from plain HTTP adapter the result comes as follows in *sxmb_moni* :
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <!-- Call Adapter -->
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
    <SAP:Category>XIAdapterFramework</SAP:Category>
    <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
    <SAP:P1/>
    <SAP:P2/>
    <SAP:P3/>
    <SAP:P4/>
    <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: <xMII server name></SAP:AdditionalText>
    <SAP:ApplicationFaultMessage namespace=""/>
    <SAP:Stack/>
    <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    In HTTP Client Adapter for XI 3.0 it is shown as follows:
    <SAP:Error><SAP:Category>XIAdapterFramework</SAP:Category><SAP:Code>MESSAGE.GENERAL
    </SAP:Code>
    <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: <xMII server name> </SAP:AdditionalText></SAP:Error>
    Please show the way to rectify this error.
    Regards,
    Jagan.

    Dear Sudharshan,
       I'm doing the scenario which is in the following blog.
    /people/dhanabal.thangavel/blog/2008/02/07/xi-and-xmii-integration--part-1 ==> XI and xMII Integration - Part 1
    This is a synchronous one. So I set QOS as BE in Client Http Adapter for XI 3.0.
    Scenario is HTTP <--> XI <--> xMII
    The following errors are I found:
    1) In RWB -> Message Monitoring
    Status : Canceled with Errors
    Message Details:
    SOAP : call failed
    SOAP :error occured: java.net.UnknownHostException: <HOST>
    Exception caught by adapter framework: <HOST>
    Delivery of the message to the application using connection AFW failed, due to: <HOST>. Setting message to status failed
    The message status set to FAIL.
    Returning synchronous error message to calling application: <HOST>.
    2) Error coming in the Client Http Adapter for XI 3.0 as follows:
    *URL:*
    http://xxxxxx07:xx10/sap/xi/adapter_plain?namespace=http%3A//www.xxxxxxx.com/XIBatch3/10099/xMII_Integration&interface=xMII_Integration_Sync_Outbound&service=BS_BATCH3&party=&agency=&scheme=&QOS=BE&sap-user=xxxxx&sap-password=xxxxx&sap-client=xx1&sap-language=EN
    *Result:*
    <SAP:Error><SAP:Category>XIAdapterFramework</SAP:Category><SAP:Code>MESSAGE.GENERAL</SAP:Code><SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException:<HOST></SAP:AdditionalText></SAP:Error>
    *Input XML file:*
    <?xml version="1.0" encoding="UTF-8"?>
    <ns1:XacuteRequest xmlns:ns1="http://www.lighthammer.com/Xacute">
       <ns1:LoginName/>
       <ns1:LoginPassword/>
       <ns1:InputParams>
          <ns1:ProductName>ProductA1</ns1:ProductName>
       </ns1:InputParams>
    </ns1:XacuteRequest>
    *WSDL file (Which is generated using the xMII transaction):*
    <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.lighthammer.com/Xacute" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://www.lighthammer.com/Xacute">
        <!-- Types -->
        <types>
            <s:schema elementFormDefault="qualified" targetNamespace="http://www.lighthammer.com/Xacute">
                <s:complexType name="InputParams">
                    <s:sequence id="InputSequence">
                    <s:element maxOccurs="1" minOccurs="0" name="ProductName" type="s:string"/></s:sequence>
                </s:complexType>
                <s:element name="XacuteRequest">
                    <s:complexType>
                        <s:sequence>
                            <s:element maxOccurs="1" minOccurs="0" name="LoginName" type="s:string"/>
                            <s:element maxOccurs="1" minOccurs="0" name="LoginPassword" type="s:string"/>
                            <s:element maxOccurs="1" minOccurs="0" name="InputParams" type="s0:InputParams"/>
                        </s:sequence>
                    </s:complexType>
                </s:element>
                <s:complexType name="Rowsets">
                    <s:sequence>
                        <s:element maxOccurs="1" minOccurs="0" name="FatalError" type="s:string"/>
                        <s:element maxOccurs="1" minOccurs="0" name="Messages" type="s0:Messages"/>
                        <s:element maxOccurs="1" minOccurs="0" name="Rowset" type="s0:Rowset"/>
                    </s:sequence>
                    <s:attribute name="StartDate" type="s:dateTime" use="required"/>
                    <s:attribute name="EndDate" type="s:dateTime" use="required"/>
                    <s:attribute name="DateCreated" type="s:dateTime" use="required"/>
                    <s:attribute name="Version" type="s:string"/>
                </s:complexType>
                <s:complexType name="Messages">
                    <s:sequence>
                        <s:element maxOccurs="unbounded" minOccurs="0" name="Message" type="s:string"/>
                    </s:sequence>
                </s:complexType>
                <s:complexType name="Columns">
                    <s:sequence>
                        <s:element maxOccurs="unbounded" minOccurs="0" name="Column" type="s0:Column"/>
                    </s:sequence>
                </s:complexType>
                <s:complexType name="Column">
                    <s:attribute name="Name" type="s:string" use="required"/>
                    <s:attribute name="Description" type="s:string" use="required"/>
                    <s:attribute name="SourceColumn" type="s:string" use="required"/>
                    <s:attribute name="MinRange" type="s:double" use="required"/>
                    <s:attribute name="MaxRange" type="s:double" use="required"/>
                    <s:attribute name="SQLDataType" type="s:int" use="required"/>
                </s:complexType>
                <s:complexType name="Rowset">
                    <s:sequence>
                        <s:element maxOccurs="1" minOccurs="1" name="Columns" type="s0:Columns"/>
                        <s:element maxOccurs="unbounded" minOccurs="0" name="Row" type="s0:Row"/>
                    </s:sequence>
                </s:complexType>
                <s:complexType name="Row">
                    <s:sequence id="RowSequence">
                    <s:element maxOccurs="1" minOccurs="1" name="Quantity" type="s:long"/><s:element maxOccurs="1" minOccurs="1" name="ProductName" type="s:string"/></s:sequence>
                </s:complexType>
                <s:element name="XacuteResponse">
                    <s:complexType>
                        <s:sequence>
                            <s:element maxOccurs="1" minOccurs="0" name="Rowsets" type="s0:Rowsets"/>
                        </s:sequence>
                    </s:complexType>
                </s:element>
            </s:schema>
        </types>
        <!-- Messages -->
        <message name="XacuteSoapIn">
            <part element="s0:XacuteRequest" name="parameters"/>
        </message>
        <message name="XacuteSoapOut">
            <part element="s0:XacuteResponse" name="parameters"/>
        </message>
        <!-- Ports -->
        <portType name="XacuteWSSoap">
            <operation name="Xacute">
                <input message="s0:XacuteSoapIn"/>
                <output message="s0:XacuteSoapOut"/>
            </operation>
        </portType>
        <!-- Bindings -->
        <binding name="XacuteWSSoap" type="s0:XacuteWSSoap">
            <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
            <operation name="Xacute">
                <soap:operation soapAction="http://www.lighthammer.com/Xacute" style="document"/>
                <input>
                    <soap:body use="literal"/>
                </input>
                <output>
                    <soap:body use="literal"/>
                </output>
            </operation>
        </binding>
        <!-- Service mapping -->
        <service name="XacuteWS">
            <port binding="s0:XacuteWSSoap" name="XacuteWSSoap">
                <soap:address location="http://<XMII_SERVER_NAME>/Lighthammer/SOAPRunner/Jagan/SDN_Fetch_Product_Qty"/>
            </port>
        </service>
    </definitions>
    Regards,
    Jagan.

  • Wsus Sync Failed. WebException: The underlying connection was closed: An unexpected error occurred on a send. --- System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.

    Hi I have installed wsus 3 sp2 on a win 2008 R2 Sp1
    before the installation , I have updated the windows
    I can open easily browse internet , but when I try to configure synchronization .but it fails.
    No firewall , no proxy ............. I am behind a nat.
    Wsus version is 3.2.7600.256.
    I have searched and searched .....
    Can any body help me
    WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
    at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
       at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)
       at Microsoft.UpdateServices.ServerSync.ServerSyncCompressionProxy.GetWebResponse(WebRequest webRequest)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.UpdateServices.ServerSyncWebServices.ServerSync.ServerSyncProxy.GetAuthConfig()
       at Microsoft.UpdateServices.ServerSync.ServerSyncLib.InternetGetServerAuthConfig(ServerSyncProxy proxy, WebServiceCommunicationHelper webServiceHelper)
       at Microsoft.UpdateServices.ServerSync.ServerSyncLib.Authenticate(AuthorizationManager authorizationManager, Boolean checkExpiration, ServerSyncProxy proxy, Cookie cookie, WebServiceCommunicationHelper webServiceHelper)
       at Microsoft.UpdateServices.ServerSync.CatalogSyncAgentCore.SyncConfigUpdatesFromUSS()
       at Microsoft.UpdateServices.Serve

    Hi
    yes . it is alloweded.
    Nat rule permits any ip traffic . No problem with https...
    also my windows is fully updated.
    here is my netstat -an , maybe usefull.
     TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
     TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
     TCP    0.0.0.0:8530           0.0.0.0:0              LISTENING
     TCP    0.0.0.0:8531           0.0.0.0:0              LISTENING
     TCP    0.0.0.0:47001          0.0.0.0:0              LISTENING
     TCP    0.0.0.0:49152          0.0.0.0:0              LISTENING
     TCP    0.0.0.0:49153          0.0.0.0:0              LISTENING
     TCP    0.0.0.0:49154          0.0.0.0:0              LISTENING
     TCP    0.0.0.0:49155          0.0.0.0:0              LISTENING
     TCP    0.0.0.0:49156          0.0.0.0:0              LISTENING
     TCP    --------------------:139       0.0.0.0:0              LISTENING
     TCP    --------------------:8530      172.16.2.201:53317     ESTABLISHED
     TCP    --------------------:49362     23.65.244.185:443      ESTABLISHED
     TCP    --------------------:49363     23.65.244.185:443      ESTABLISHED
     TCP    --------------------:49367     23.65.244.185:443      ESTABLISHED
     TCP    --------------------:49377     23.65.244.185:443      ESTABLISHED
     TCP    --------------------:49414     131.253.34.141:443     ESTABLISHED
     TCP    --------------------:49416     216.239.32.20:80       ESTABLISHED
     TCP    --------------------:49417     216.239.32.20:80       ESTABLISHED
     TCP    --------------------:49418     173.194.70.113:80      ESTABLISHED
     TCP    --------------------:49419     173.194.70.113:80      ESTABLISHED
     TCP    --------------------:49420     65.52.103.78:80        ESTABLISHED
     TCP    --------------------:49421     65.52.103.78:80        ESTABLISHED
     TCP    --------------------:49424     88.221.93.31:80        ESTABLISHED
     TCP    --------------------:49425     88.221.93.30:80        ESTABLISHED
     TCP    --------------------:49426     88.221.93.30:80        ESTABLISHED
     TCP    --------------------:49427     88.221.93.31:80        ESTABLISHED
     TCP    --------------------:49428     88.221.93.31:80        ESTABLISHED
     TCP    --------------------:49429     88.221.93.31:80        ESTABLISHED
     TCP    --------------------:49430     88.221.93.30:80        ESTABLISHED
     TCP    --------------------:49431     88.221.93.30:80        ESTABLISHED
     TCP    --------------------:49432     88.221.93.31:80        ESTABLISHED
     TCP    --------------------:49433     88.221.93.31:80        ESTABLISHED
     TCP    --------------------:49434     88.221.93.30:80        ESTABLISHED
     TCP    --------------------:49435     88.221.93.31:80        ESTABLISHED
     TCP    --------------------:49436     88.221.93.30:80        ESTABLISHED
     TCP    --------------------:49437     88.221.93.30:80        ESTABLISHED
     TCP    --------------------:49438     88.221.93.30:80        ESTABLISHED
     TCP    --------------------:49439     88.221.93.30:80        ESTABLISHED
     TCP    --------------------:49440     88.221.93.31:80        ESTABLISHED
     TCP    --------------------:49441     88.221.93.30:80        ESTABLISHED
     TCP    --------------------:49442     88.221.93.30:80        ESTABLISHED
     TCP    --------------------:49443     88.221.93.54:80        ESTABLISHED
     TCP    --------------------:49444     88.221.93.54:80        ESTABLISHED
     TCP    --------------------:49445     88.221.93.63:80        ESTABLISHED
     TCP    --------------------:49446     88.221.93.63:80        ESTABLISHED
     TCP    --------------------:49447     88.221.93.63:80        ESTABLISHED
     TCP    --------------------:49448     88.221.93.63:80        ESTABLISHED
     TCP    --------------------:49449     88.221.93.63:80        ESTABLISHED
     TCP    --------------------:49450     88.221.93.31:80        ESTABLISHED
     TCP    --------------------:49451     88.221.93.31:80        ESTABLISHED
     TCP    --------------------:49453     88.221.93.30:80        ESTABLISHED
     TCP    --------------------:49456     65.55.58.184:80        ESTABLISHED
     TCP    --------------------:49457     65.55.58.184:80        ESTABLISHED
     TCP    --------------------:49460     131.253.34.142:80      ESTABLISHED
     TCP    --------------------:49461     131.253.34.142:80      ESTABLISHED
     TCP    --------------------:49462     65.52.103.78:80        ESTABLISHED
     TCP    --------------------:49463     65.52.103.78:80        ESTABLISHED
     TCP    --------------------:49464     63.251.85.33:80        ESTABLISHED
     TCP    --------------------:49466     131.253.40.50:80       ESTABLISHED
     TCP    --------------------:49467     131.253.40.50:80       ESTABLISHED

  • Issue with HTTPS in sender soap channel: HTTP 502 Proxy error

    Hi
    We have a situation where we are providing the target url in SOAP receiver channel dynamically.
    This is a synchronous scenario.
    Whenever we use the url starting with "HTTP" it works but on using "HTTPS" we are getting the following error "HTTP 502 Proxy error"
    Kindly help us resolve this issue.

    Hi Anurag
    Have you tried to open the HTTPS  url in the web browser?
    Please check with 3rd party and find out whether the web service supports the HTTPS url or not.
    Please check the doc below. It may help
    502 Bad Gateway Error (What It Is and How To Fix It)

  • Error Handling in BPM - Send Step

    Hello,
    I would like to implement the following two error handlers using BPM:
    1. There is a send step which sends a message to an HTTP receiver. If the HTTP server is down I would like to add 3 retries and just in case after the third retry fails there should be an error Email sent. So I am wondering whether a communication error (which happens in the HTTP receiver communication channel) is delivered back to the process engine so that it can be handled using BPM.
    2. I also need to apply a validation using XML schema. So if validation fails the error should also be returned to the process engine so that it can be handled in the integration process.
    Are those two requirement possible as described (returning communication and validation errors)? Or do I have to follow another approach?
    Thank you very much!

    Hi Florian,
    >>2. When I activate transport acknowledgement and there is an error in XML validation outbound channel request I get an system error acknowledgement back however the error branch is NOT taken either!
    Correct send step using transport acknowledgment will check whether the message was transmitted or not
    Check this link http://help.sap.com/saphelp_nw04s/helpdata/EN/43/65ce41ae343e2be10000000a1553f6/content.htm
    >>3. And NOW it gets interesting: When I simulate step 2 again an cancel the error message afterwards then the error branch is taken! Not very useful in my opinion if error messages have to be canceled first. The error branch seems to be pretty useless for me in case of asynchronous send steps.
    Again when you cancelled the message it was not received successfully by the receiver system and hence it raised exception (as mentioned in the Exception of send step.)
    I will suggest you to try using Application Acknowledgment in send step. Also If you provide the steps of BPM then it will be more helpful.
    Also have a look at this :
    Asynchronous send step can raise exception only when
    1. Thrown when a permanent system error occurs:
    a. In the case of an asynchronous send step, the exception will only be triggered if an error occurs during the transfer to the pipeline. Errors that occur during mapping in the pipeline, do not trigger an exception.
    b . In the case of a synchronous send step, the exception is also triggered by permanent system errors that occur in the pipeline or while transporting the message to or from the pipeline.
    Regards
    Suraj
    Edited by: S.R.Suraj on Sep 8, 2009 6:41 AM

  • SSRS Reporting manages goes down frequently. ERROR: The underlying connection was closed: An unexpected error occurred on a send.

    We have been experiencing issues with SSRS over the past 5 weeks, the service goes down frequently. And it comes up only on reboot of the server.
    We had also disabled the On Access scan in Mcafee.
    The service is in use for about two years, and the below error started occuring over the last few days. Please advise on this.
    ui!ReportManager_0-2!24e8!08/14/2014-18:13:45:: e ERROR: The underlying connection was closed: An unexpected error occurred on a send.
    ui!ReportManager_0-2!24e8!08/14/2014-18:13:45:: e ERROR: HTTP status code --> 500
    -------Details--------
    System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException:
    An existing connection was forcibly closed by the remote host
       at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
       at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
       --- End of inner exception stack trace ---
       at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
       at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
       at System.Net.ConnectStream.WriteHeaders(Boolean async)
       --- End of inner exception stack trace ---
       at Microsoft.SqlServer.ReportingServices2005.RSConnection.GetSecureMethods()
       at Microsoft.ReportingServices.UI.Global.RSWebServiceWrapper.GetSecureMethods()
       at Microsoft.SqlServer.ReportingServices2005.RSConnection.IsSecureMethod(String methodname)
       at Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection()
       at Microsoft.ReportingServices.UI.Global.SecureAllAPI()
       at Microsoft.ReportingServices.UI.ReportingPage.EnsureHttpsLevel(HttpsLevel level)
       at Microsoft.ReportingServices.UI.ReportingPage.ReportingPage_Init(Object sender, EventArgs args)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Web.UI.Control.OnInit(EventArgs e)
       at System.Web.UI.Page.OnInit(EventArgs e)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    ui!ReportManager_0-2!24e8!08/14/2014-18:13:46:: e ERROR: Exception in ShowErrorPage: System.Threading.ThreadAbortException: Thread was being aborted.
       at System.Threading.Thread.AbortInternal()
       at System.Threading.Thread.Abort(Object stateInfo)
       at System.Web.HttpResponse.End()
       at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
       at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg) at    at System.Threading.Thread.AbortInternal()
       at System.Threading.Thread.Abort(Object stateInfo)
       at System.Web.HttpResponse.End()
       at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
       at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg)
    library!ReportServer_0-1!1c90!08/14/2014-18:13:51:: Call to ListParentsAction(/Data Sources).
    library!ReportServer_0-1!1c90!08/14/2014-18:13:51:: Call to ListParentsAction(/Data Sources).
    library!ReportServer_0-1!1c90!08/14/2014-18:13:51:: Call to ListChildrenAction(/Data Sources, False).
    webserver!ReportServer_0-1!1c90!08/14/2014-18:13:51:: i INFO: Processed folder '/Data Sources'
    library!ReportServer_0-1!68c!08/14/2014-18:13:56:: Call to GetItemTypeAction(/).
    library!ReportServer_0-1!68c!08/14/2014-18:13:56:: Call to ListParentsAction(/).
    library!ReportServer_0-1!68c!08/14/2014-18:13:56:: Call to ListChildrenAction(/, False).
    webserver!ReportServer_0-1!68c!08/14/2014-18:13:56:: i INFO: Processed folder '/'

    Hi SThiyag,
    Based on your error message, it may be related to the “SecureConnectionLevel” in the RSReportServer.config file. Please go to C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer, use Notepad to open the RSReportServer.config,
    modify <Add Key="SecureConnectionLevel" Value="0"/>, change the value into "1" or "2".
    (Note: Please backup the file before modify it.)
    Acceptable values are: 
    3 Most secure—Use SSL for absolutely everything.
    2 Secure—Use SSL for rendering and methods that pass credentials but don't insist on it for all SOAP calls.
    1 Basic Security—Accepts http but rejects any calls that might be involved in the passing of credentials.
    0 Least Secure—Don't use SSL at all
    Here is a blog for error message "The underlying connection was closed...", please refer to the link below:
    http://blogs.msdn.com/b/engelsr/archive/2005/11/29/the-underlying-connection-was-closed.aspx
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Itunes wont open/ immediate "send error report message"

    So I had a problem with me trying to install itunes 7.3 because of a missing itunes.msi. I followed the instructions i found from this forum as follows
    "1. Go to http://www.ccleaner.com/ and download and install CCleaner. Run this program and click Run Cleaner. This program will remove most of your temporary files.
    2. Go to http://download.microsoft.com/download/e/9/d/e9d80355-7ab4-45b8-80e8-983a48d5e1b d/msicuu2.exe and download and install Windows Install Clean Up utility. Click on iTunes and click Remove. Do the same for Quicktime.
    3. Now you need to manually delete all of your iTunes and Quicktime files. This can take a very long time. Just go to C: and start searching through.
    4. Go to the Run box and type in "regedit". Go through all of the folders in there and delete all iTunes and Quicktime files.
    5. Go to Add/Remove Programs and Remove iTunes and Quicktime.
    6. Download iTunes again and install it."
    I then tried to open itunes and immediately a message pops up asking if i want to send an error report to microsoft. It seems as though step 4 might have truly made things worse.
    Someone please help
      Windows XP  

    After you get the send error report message go to:
    Start -> Control Panel (In classic view which can be enabled by clicking view classic.) -> Administrative Tools -> Event Viewer.
    Select the Application log and look for the most recent errors (Marked by a red X).
    Double click on the error and it will show you a full description. For an error similar to the one you are recieving it should report a 'faulting module' in the error.
    Please paste that here. This will help us help you.

Maybe you are looking for