I replaced the config file, re-triggered the error. In the text below are the errors of the svn-client, traefik-1, svn-1 and rhodecode-1. domain name is replaced.
502 in traefik relates to a 207 in svn-1 relates to a 207 in rhodecode-1 with “view_name”: “NOT_FOUND”. Not sure how relevant that view_name is. That happens a lot in the logs.
Maybe relevant: I mounted existing repo folder as repo_store and did need to do a chown -R 999:999 .
#teamcity
Failed to perform checkout on agent: Error during update from https://svn.example.cm/SLM_GI_Modules/trunk/SLMDisplaySDK to C:\BuildAgent\work\e8f914cae9a8dd32\SLMDisplaySDK: svn: E175002: PROPFIND of '/SLM_GI_Modules/!svn/vcc/default': 502 Bad Gateway (https://svn.example.cm
#docker logs rc_cluster_router-traefik-1
192.168.11.37 - - [15/Aug/2024:11:11:37 +0000] "PROPFIND /SLM_GI_Modules/!svn/vcc/default HTTP/1.1" 502 11 "-" "-" 19239 "https-rhodecode@docker" "http://172.19.0.16:10020" 0ms
#docker logs svn-1
{ "time":"2024-08-15T11:11:37.501Z", "process":"401", "filename":"dav_svn:/var/opt/rhodecode_repo_store/SLM_GI_Modules", "remoteIP":"172.19.0.16", "host":"svn.example.cm", "request":"/SLM_GI_Modules/!svn/vcc/default", "query":"", "method":"PROPFIND", "status":"207", "userAgent":"SVN/1.10.0 SVNKit/1.10.10 (http://svnkit.com/) r10865", "referer":"-" }
#docker logs rhodecode-1
{"timestamp": "2024-08-15T11:11:37.502826+00:00", "levelname": "INFO", "name": "rhodecode.lib.middleware.request_wrapper", "message": "Req[2266] <AuthUser('id:0[ANONYMOUS] ip:192.168.11.37 auth:False')> PROPFIND Request to /SLM_GI_Modules/!svn/vcc/default time: 0.0356s [SVN/1.10.0 SVNKit/1.10.10 (http://svnkit.com/) r10865], RhodeCode 5.1.1", "req_id": "158ef050-2e33-48e1-9cac-6a245e621554", "time": 0.035616397857666016, "ver": "5.1.1", "ip": "192.168.11.37", "path": "/SLM_GI_Modules/!svn/vcc/default", "view_name": "NOT_FOUND", "code": 207}
{"timestamp": "2024-08-15T11:11:37.519856+00:00", "levelname": "INFO", "name": "rhodecode.lib.middleware.simplevcs", "message": "Access for IP:192.168.11.37 allowed", "req_id": "3a33e301-6d74-4585-966f-9f4c2500500b"}
{"timestamp": "2024-08-15T11:11:37.524405+00:00", "levelname": "INFO", "name": "rhodecode.authentication.base", "message": "Authenticating user `buildserver` using egg:rhodecode-enterprise-ce#token plugin", "req_id": "3a33e301-6d74-4585-966f-9f4c2500500b"}
# This authfailure here happens a lot. Don't know if this is normal. Root problem is still present with local account instead of LDAP
{"timestamp": "2024-08-15T11:11:37.528013+00:00", "levelname": "WARNING", "name": "rhodecode.authentication.plugins.auth_token", "message": "user `buildserver` failed to authenticate via authtoken, reason: bad or inactive token.", "req_id": "3a33e301-6d74-4585-966f-9f4c2500500b"}
{"timestamp": "2024-08-15T11:11:37.531498+00:00", "levelname": "INFO", "name": "rhodecode.authentication.base", "message": "Authenticating user `buildserver` using egg:rhodecode-enterprise-ce#ldap plugin", "req_id": "3a33e301-6d74-4585-966f-9f4c2500500b"}
{"timestamp": "2024-08-15T11:11:37.532109+00:00", "levelname": "INFO", "name": "rhodecode.lib.middleware.simplevcs", "message": "MAIN-AUTH successful for user `buildserver` from ldap plugin", "req_id": "3a33e301-6d74-4585-966f-9f4c2500500b"}