Too many warning messages "Guest User Login is disabled" in teamcity-server.log
We have hundreds of warnings at our teamcity-server.log files. Can't find how to enable stacktrace. [from Administration I have set Active-logging preset, but I think this refers to somewhere else...]
Any idea why? Should we fix something ?
[2017-06-23 11:54:07,202] WARN - jetbrains.buildServer.AUTH - HTTP login failed with message: "Guest user login is disabled", user message: "An error in configuration or an internal error occurred during login. Please contact your system administrator.", request: GET '/guestAuth/app/nuget/v1/FeedService.svc/', from client 10.53.10.89:55656, user-agent null, no associated user: jetbrains.buildServer.serverSide.auth.AuthenticationFailedException: Guest user login is disabled (enable debug to see stacktrace)
Thanks.
Please sign in to leave a comment.
Hi Ebru,
The core issue here is that you have disabled guest user login while this nuget request is requesting guest access. You need to enable guest access or configure the clients that try to access to use authenticated access.
The reason it shows up so much is because you got clients requesting nuget packages that much. Also, to enable debug, it is the "Active logging preset", you can select debug-all for everything, but unless you have guest auth activated, it seems like this is the case with the issue, so you probably won't need debug activated.