~Arnold FrofreeburoniMar 22, 2013, 7:04 PM27 PostsCan we get some additional informationTo try and understand where things are breaking down, if possible would like to get some additional information. To enable 1. For IHS, in the domino.conf file enable the following, un-comment the net trace # mod_net_trace will record actual data sent/received from the client # and on proxy connections, even for SSL connections. Unlike an IP # trace, interaction with the platform network APIs can be seen. # The following example configuration can be activated by uncommenting # the LoadModule directive. #LoadModule net_trace_module modules/debug/mod_net_trace.so #<IfModule mod_net_trace.c> #NetTraceFile logs/nettrace.log #NetTrace client * dest file event senddata=65535 event recvdata=65535 #</IfModule> 2. For IHS and mod_domino also in domino.conf, un-comment the following #DominoEnableDebugOutput 1 #LogLevel debug 3. For Domino enable Domino http thread logging, At the console "tell http debug thread all" Reproduce the problem and collect the following 1. htthr*log files from the IBM_TECHNICAL_SUPPORT directory. 2. The IHS net trace.log, above it is in the logs/nettrace.log 3. The IHS error.log, usually will also be in the logs sub-directory This may give more information on what is actually going on, this will show us what is going in/out of each process. Thanks
~Karl QuetjumitherikleMar 24, 2013, 12:10 PM8 PostsRE: Traveler 9 on Domino 9 with IHS problem Mike, OK, I have prepared log files. How can I submit those to you? Thanks.
~Chris LopjipytexlenMar 25, 2013, 1:30 PM5 PostsRE: Traveler 9 on Domino 9 with IHS problemPlease open a PMR with IBM support for this issue so that log files can be exchanged and final resolution determined.
~Arnold FrofreeburoniMar 25, 2013, 5:00 PM27 PostsBelieve we have found the issueYour suspicion is correct, the http response code 449 coming from Domino is changed to an http 500 response code by IHS when going back to the client which causes things to fail. Will require a code change mod_domino.so IHS module to correct and override the IHS status line tables which do not define http response code 449, The code change will enable the 449 http response to be sent to the client.. A PMR is needed to get a hotfix if desired.