[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Rest Service - Tomcat Logs

  • Thread starter Thread starter Michael Jacobs
  • Start date Start date
Status
Not open for further replies.
M

Michael Jacobs

Guest
the key log entries: Broker System failure: Failed to send data to the server (8526). (7209) # REST adapater's built-in AppServer client (Broker System) received an error when transmitting ABL request data over a TCP [socket] connection to the AppServer while processing a REST request java.net.SocketException: Connection reset by peer: socket write error # The REST adapter's Java TCP stack detected that the peer (AppServer) connection was unexpected dropped while transmitting data. Qualifies the above Broker System failure. The log file fragments do not indicate why the Socket connection to the AppServer was terminated. An indicator may be found in the logs for: AppServer, the OS running the AppServer, or some network device in between the REST adapter and AppServer. Chances are it is not the REST adapter, or you would see some other information in the logs. Not an answer, but hope that helps.

Continue reading...
 
Status
Not open for further replies.
Back
Top