Project

General

Profile

Bug #827

The WSS error reader misses error messages when handler does fast fail

Added by Mike Stults over 7 years ago. Updated over 7 years ago.

Status:
New
Priority:
Normal
Assignee:
Target version:
Start date:
06/09/2016
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

The current version of WSS StreamEater is not reading stderr content after a handler exited. StreamEater monitors the stderr stream while the process is alive, but exits the read loop after the handler exits - without checking stderr again. Based on testing, the OS (CentOS release 6.7 (Final)) makes content available on stderr stream after the handler exits.

History

#1 Updated by Mike Stults over 7 years ago

  • Resolution set to Fixed
  • Target version set to 2.2

primary fix in webserviceshell v2.2 is to add code to check for content on stderr after process is killed (i.e. in state not isAlive)

Also available in: Atom PDF