We are running v11.0p_2016-03-31/PowerEdition Deployment with Real-Time Messaging. [COLOR=#263238]Apache is being used as a proxy in front of Tomcat. We are observing that occasionally a message we are sending using the messaging module does not appear to be received by the client. In cases where this is happening, a messaging request had been sent by the messaging module itself around this time. [/COLOR]
The Tomcat log snippet shown below shows the messaging module call at 12:55:10. Oddly enough the line before it has a timestamp of 12:56:05.
208.69.253.65 - - [31/Oct/2017:12:56:05 -0700] “GET /.../insertCharacteristics?reportId=ab3d3435-8c2c-4dee-a056-9e696877d776&startIndex=1&insertAtEnd=true&keys=50036__%3B__0 HTTP/1.1” 200 37 “https://.../” “Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36” “-”
208.69.253.65 - - [31/Oct/2017:12:55:10 -0700] “GET /ifrs9/ThinClientModule/sc/messaging?ts=1509479710806&isc_noLog=1&type=connect&connectionID=isc_HiddenFrame_18&subscribedChannels=%7B%0A%20%20%20%20%223612F55AF08E4E3504DC1A4BF62758CA%22%3A%7B%0A%20%20%20%20
We were wondering if there is any known issue around messaging that could cause a message to be lost in such an environment?
The Tomcat log snippet shown below shows the messaging module call at 12:55:10. Oddly enough the line before it has a timestamp of 12:56:05.
208.69.253.65 - - [31/Oct/2017:12:56:05 -0700] “GET /.../insertCharacteristics?reportId=ab3d3435-8c2c-4dee-a056-9e696877d776&startIndex=1&insertAtEnd=true&keys=50036__%3B__0 HTTP/1.1” 200 37 “https://.../” “Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36” “-”
208.69.253.65 - - [31/Oct/2017:12:55:10 -0700] “GET /ifrs9/ThinClientModule/sc/messaging?ts=1509479710806&isc_noLog=1&type=connect&connectionID=isc_HiddenFrame_18&subscribedChannels=%7B%0A%20%20%20%20%223612F55AF08E4E3504DC1A4BF62758CA%22%3A%7B%0A%20%20%20%20
We were wondering if there is any known issue around messaging that could cause a message to be lost in such an environment?
Comment