Well it all started when we got a Java process that took up 460 MB and the crashed. Ignored it a couple of times and it kept on happening.
We have IIS using Websphere plugin.
In the plugin log I see this error:
| CODE |
| ERROR: ESI: esiResponsePassThru: failed to write headers: rc = 7 |
Also seeing:
| CODE |
ERROR: ws_common: websphereGetStream: Failed to connect to app server on host 'xxx.corp.yyy.com', OS err=10061 ERROR: ws_common: websphereExecute: Failed to create the stream ERROR: ws_common: websphereHandleRequest: Failed to execute the transaction to 'xxxxNode01_zzzz'on host 'xxxx.corp.yyy.com'; will try another one ERROR: ws_common: websphereWriteRequestReadResponse: Failed to find an app server to handle this request ERROR: ESI: getResponse: failed to get response: rc = 2 ERROR: ws_common: websphereHandleRequest: Failed to handle request
|
I have changed the server name and url to xxx,yyy,zzz above to conceal sensitive info.
Anyway, you see where it says 'xxxx.corp.yyy.com' . That corp doesn't make any sense to me. in should just be xxx.yyy.com .
in fact 'xxxx.corp.yyy.com' doesn't resolve in the browser. So I am thinking that's the issue. Anyone seen this before? Where is that set?
Everything else seems to work fine but certain processflow flows and sometimes the MS addins can bring the server to it's knees, java process gets large and the plugins logs shows above messages at the exact same time.