Integration Gateway Event Fails With the Following: "Error: The response from the destination, HttpListener, indicates that an error occurred"
(Doc ID 2720039.1)
Last updated on SEPTEMBER 06, 2023
Applies to:
Oracle Communications MetaSolv Solution - Version 6.3.1 and laterInformation in this document applies to any platform.
Symptoms
When executing the service-analytics based Integration Gateway Events that uses http-sender within the integration.xml, the application moves the Gateway Event status from “Sending” to “Error” instead of “In-Progress”, even if the response status is complete. The appserverlog.XML logs the below error:
<log4j:event logger="cmm.INTEGRATION_MANAGER" timestamp="1601072862939"
level="INFO" thread="Thread-47" dateTime="Fri Sep 25 18:27:42 EDT 2020"
<log4j:message><![CDATA[Setting event EVENT NAME to errored status.
Error: The response from the destination, HttpListener, indicates that an error occurred. Response=
<response xmlns="http://customer.com/MSS/GatewayEvent">
<status>complete</status>
<data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
</response>
at com.mslv.core.global.MSLVException.createMSLVException(MSLVException.java:169)
at com.mslv.core.global.ErrorHandler.logFatalError(ErrorHandler.java:236)
at com.mslv.core.global.ErrorHandler.logFatalError(ErrorHandler.java:194)
at com.mslv.integration.messaging.HttpSender.send(HttpSender.java:68)
at com.mslv.integration.handlers.OutboundEventHandler.sendOutboundMessage(OutboundEventHandler.java:97)
at com.mslv.integration.IntegrationManager.processOutbound(IntegrationManager.java:200)
at com.mslv.integration.integrationServer.IntegrationServerConsumer.executeEvent(IntegrationServerConsumer.java:268)
at com.mslv.integration.integrationServer.IntegrationServerConsumer.handleEvents(IntegrationServerConsumer.java:204)
at com.mslv.integration.integrationServer.IntegrationServerConsumer.run(IntegrationServerConsumer.java:175)
at com.metasolv.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:725)
at java.lang.Thread.run(Thread.java:748)
]]></log4j:message>
</log4j:event>
level="INFO" thread="Thread-47" dateTime="Fri Sep 25 18:27:42 EDT 2020"
<log4j:message><![CDATA[Setting event EVENT NAME to errored status.
Error: The response from the destination, HttpListener, indicates that an error occurred. Response=
<response xmlns="http://customer.com/MSS/GatewayEvent">
<status>complete</status>
<data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
</response>
at com.mslv.core.global.MSLVException.createMSLVException(MSLVException.java:169)
at com.mslv.core.global.ErrorHandler.logFatalError(ErrorHandler.java:236)
at com.mslv.core.global.ErrorHandler.logFatalError(ErrorHandler.java:194)
at com.mslv.integration.messaging.HttpSender.send(HttpSender.java:68)
at com.mslv.integration.handlers.OutboundEventHandler.sendOutboundMessage(OutboundEventHandler.java:97)
at com.mslv.integration.IntegrationManager.processOutbound(IntegrationManager.java:200)
at com.mslv.integration.integrationServer.IntegrationServerConsumer.executeEvent(IntegrationServerConsumer.java:268)
at com.mslv.integration.integrationServer.IntegrationServerConsumer.handleEvents(IntegrationServerConsumer.java:204)
at com.mslv.integration.integrationServer.IntegrationServerConsumer.run(IntegrationServerConsumer.java:175)
at com.metasolv.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:725)
at java.lang.Thread.run(Thread.java:748)
]]></log4j:message>
</log4j:event>
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |