ITPAM HTTP POST Returns: java.net.SocketException. Connection reset
search cancel

ITPAM HTTP POST Returns: java.net.SocketException. Connection reset

book

Article ID: 222145

calendar_today

Updated On:

Products

CA Process Automation Base

Issue/Introduction

I am receiving the following error when using the HTTP POST operator to get a token:

IO Error or connection aborted while executing request or processing HTTP response. class java.net.SocketException. Connection reset

Environment

Release : 4.3

Component : Process Automation

Cause

This error indicates that something, external to ITPAM, is returning a TCP RST packet to ITPAM. This can be verified with wireshark (filter: tcp.flags.reset==1). 

Resolution

To understand why this happens, the team managing the endpoint returning the TCP RST packet needs to be consulted to understand why they're returning the TCP RST result. 

Additional Information

A workaround that has been seen to work successfully is to use the appropriate powershell code to capture the data. If you are testing the API call in PostMan then you can use the code -> Powershell -> Copy feature to copy the appropriate code to the "Run Script" operator.