Win 2008 64 Bit - There are no agents available
Hi All
It's been a while since I installed TeamCity. The last time was on a 32 bit OS (I think).
I have definitely installed the Agent service, but the TeamCity web app says "There are no agents available." under the Agents tab. I can see that the Agent service is running.
Has anyone got any idea what I do to make the agent available?
Thanks
Nick.
Please sign in to leave a comment.
Please provide teamcity-server.log and logs from one of your agents.
Are these the files you need?
Thanks
Nick.
Attachment(s):
teamcity-server.log.zip
teamcity-agent.log.zip
Is agent installed on the same server?
I don't have a definitive answer for you, but I just wanted to let you know that I have build agents running on Windows Server 2008 x64.
I didn't hit any issues during my setup of the agent, but you might want to turn off the Windows firewall and/or UAC to see if that helps initially.
Hi
I can confirm that I have the agent service installed and running on the same server.
Are there any more logs that would be useful?
Thanks
Nick.
Thanks for the info - I had actually already tried this, but no joy!
Thanks
Nick.
Please check Unauthorized agents tab. Maybe this agent is there.
Hi
The agents are definitely nowhere to be seen. I have checked Disconnected, Connected and Unauthorized. The service is definitely running. I have disabled the firewall and User Access Control.
I have even just uninstalled and re-installed TeamCity, but I still get the same result!
Is there anything else I can check or anywhere else I can look for error messages?
Thanks
Nick.
Please check serverURL property in buildAgent.properties file. Probably agent connects to some other server.
Aha! Success!
The buildAgent.properties had the setting: serverUrl=http\://localhost\:8123
I changed this to: serverUrl=http\://myservername\:8123
and bounced the service. The Agent immediately appeared!
Is this something I should report as a bug?
Many, many thanks for your help!
Nick.
What happens if you open http://localhost:8123 in the browser on the server PC? Is this the same TeamCity as if you open http://myservername:8123 ?
Hi
Yes, this is the same TeamCity server.
Does this help?
Thanks
Nick.
No it doesn't. The cause of the issue is still unclear. Please submit a bug report with agent and server logs, we will try to investigate it.
To be investigated in the scope of
TW-11252