TeamCity Windows Tray Notifier stuck on "logged in"

Viewed 3996

When I run the Windows Tray Notifier on my Windows 8 virtual machine, it remains stuck on a "logged in" message if I hover over the icon of the program in the system tray, and I can't do anything else other than force the shutdown with the Task Manager. I set the correct address where my TeamCity test server is running but it seems unable to connect to. Any help is appreciated.

5 Answers

This worked for me:

  • Open the CI-Server URL in Internet Explorer
  • Log out from the CI-Server
  • Restart the Tray Notifier (maybe kill via Taskamanger)
  • Log in again

p.s. not sure if it is relevant, but for completeness:
I also added the CI-Server URL in the trusted sites in Internet Explorer → Internet Options (as mentioned in this answer: https://stackoverflow.com/a/12001721/1520422)

Related