Hello!
I have an intermittent problem that I can’t resolve. Sometimes (and often!) when our IS webMethods 8.2 sends documents to another IS webMethods 8.2 (using the receiver’s preferred protocol) we obtain this log trace:
Task 5122q9008irf5ipc0001qm9h failed with no more retries available. Reason for failure - Delivery service for 5122q9008irf5ipc0001qm9h failed with a status of fail and status message of com.wm.app.b2b.server.ServiceException: java.net.SocketException: Connection reset
And then I reprocess the documents and they retransmit correctly. By the same time, other documents may transmit correctly too.
I can’t see what could cause the intermittend problem of connection… Any idea?
Is the URL/server you are trying is accessible with no issues (can you check more with your network team or IS logs for this intermittent pattern)…It’s completely an issue with the target server connection.
Also are the two IS’s installed on the same landscape/network LAN? Did you check with the network team as you are seeing intermittent socket issues and see if they can assist you in your testing?
Also what core SP fixes level are you up to on 8.2.2?
if you can calling pub.client:http, you can set
newSession to yes, so for each document you will open a new session.
If you are not calling it directly. try server setting:
watt.server.new.http.session.context
Specifies whether Integration Server should create a new session object when executing
the pub.client:http service. When this property is set to true, Integration Server ignores the
values from the session object of the last invocation of pub.client:httpand creates a new
session object. When this property is set to false, Integration Server uses the values from
the existing session object. The default value is false.
Problem still not resolved… I tried the setting:
watt.server.new.http.session.context=true
as suggested by Tong Wang but I still have many documents with a failed transmission (connection reset, broken pipe, read timed out…).