Question
HQ212037: Connection failure has been detected: HQ119014
What could be the reason for this Connection failure whats need to be updated can you guys help in resolving below issue?
Is this could be the reason for Soap-Service Connection Failure?
HQ212037: Connection failure has been detected: HQ119014: Did not receive data from /127.0.0.1:56441. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed. [code=CONNECTION_TIMEDOUT]
***Edited by Moderator: Lochan to update platform capability tags, mask proprietary information***
Hi,
It doesn't look like an issue with soap service, Looks like it's an issue with the messaging services you are using.
Could you please try adding the below entries in the xml file of your server.
<jms-connection-factories>
<connection-factory name="InVmConnectionFactory">
<connection-ttl>-1</connection-ttl>
<reconnect-attempts>-1</reconnect-attempts>
<call-timeout>600000</call-timeout>
<connectors>
<connector-ref connector-name="in-vm"/>
</connectors>
<entries>
<entry name="java:/ConnectionFactory"/>
</entries>