Hello, I have several identical SOGo installations (in terms of configuration) and I'm trying to solve problem that appears from time to time at one of the customers running version 4.0.8 (201907310126), while others runs just fine. It looks like there is some problem with URL generation as "GET /SOGo?locale=cz&cd=0" should by requested alone, while it gets mixed with SOGo.woa request resulting in invalid URL. Only way, how to fix this problem, is to restart sogod process.
This is excerpt from the log file when problem is present: Aug 07 07:56:56 sogod [20077]: |SOGo| starting method 'GET' on uri '/SOGo/' Aug 07 07:56:56 sogod [20077]: |SOGo| constructed root-url: /SOGo/ Aug 07 07:56:56 sogod [20077]: |SOGo| setting root-url in context: /SOGo/ Aug 07 07:56:56 sogod [20077]: |SOGo| ROOT baseURL(no container, name=(null)): own: /SOGo/ Aug 07 07:56:56 sogod [20077]: |SOGo| request took 0.015647 seconds to execute Aug 07 07:56:56 sogod [20077]: 192.168.10.17 "GET /SOGo/ HTTP/1.1" 200 22642/0 0.017 - - 0 Aug 07 07:56:56 sogod [20077]: |SOGo| starting method 'GET' on uri '/SOGo?locale=cz&cd=0.woa/WebServerResources/img/sogo-full.svg' Aug 07 07:56:56 sogod [20077]: |SOGo| request took 0.000390 seconds to execute Aug 07 07:56:56 sogod [20077]: 192.168.10.17 "GET /SOGo?locale=cz&cd=0.woa/WebServerResources/img/sogo-full.svg HTTP/1.1" 404 141/0 0.001 - - 0 Aug 07 07:56:56 sogod [20077]: |SOGo| starting method 'GET' on uri '/SOGo?locale=cz&cd=0.woa/WebServerResources/js/Main.js?lm=1564601415' Aug 07 07:56:56 sogod [20077]: |SOGo| request took 0.000364 seconds to execute Aug 07 07:56:56 sogod [20077]: 192.168.10.17 "GET /SOGo?locale=cz&cd=0.woa/WebServerResources/js/Main.js?lm=1564601415 HTTP/1.1" 404 133/0 0.001 - - 0 Aug 07 07:56:56 sogod [20077]: |SOGo| starting method 'GET' on uri '/SOGo?locale=cz&cd=0.woa/WebServerResources/img/sogo-full.svg' Aug 07 07:56:56 sogod [20077]: |SOGo| request took 0.000350 seconds to execute Aug 07 07:56:56 sogod [20077]: 192.168.10.17 "GET /SOGo?locale=cz&cd=0.woa/WebServerResources/img/sogo-full.svg HTTP/1.1" 404 141/0 0.001 - - 0 Aug 07 07:56:57 sogod [20077]: |SOGo| starting method 'GET' on uri '/SOGo?locale=cz&cd=0.woa/WebServerResources/js/Main.js?lm=1564601415' Aug 07 07:56:57 sogod [20077]: |SOGo| request took 0.000397 seconds to execute Aug 07 07:56:57 sogod [20077]: 192.168.10.17 "GET /SOGo?locale=cz&cd=0.woa/WebServerResources/js/Main.js?lm=1564601415 HTTP/1.1" 404 133/0 0.001 - - 0 Aug 07 07:57:02 sogod [20077]: |SOGo| starting method 'POST' on uri '/SOGo/so/[email protected]/Mail/0/folderINBOX/view' Aug 07 07:57:02 sogod [20077]: |SOGo| request took 0.415790 seconds to execute I found similar problem reported here, unfortunately, reporting user just reinstalled everything. https://sogo.nu/bugs/view.php?id=4166 Anyone experienced similar problem? Thanks, Jan -- [email protected] https://inverse.ca/sogo/lists
