Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TeamCity services are running but I can't access the web interface. Any ideas for troubleshooting?

Tags:

teamcity

I have TeamCity installed on a Windows Server 2012 machine. I installed teamCity default installation as service. Later I added the Application Role and Web Server Role features to the Windows Server. Now I can't access TeamCity's web interface (I got 404 error) although the TeamCity Server service is running, and the agents' service are running too. Any ideas/directions on troubleshooting this ?

like image 747
Ebeid ElSayed Avatar asked May 19 '15 19:05

Ebeid ElSayed


People also ask

How do I access TeamCity?

Accessing the server via HTTPS All you have to do is use https:// links to the TeamCity server instead of http:// . To enable HTTPS connections from the TeamCity Visual Studio Add-in, point your Internet Explorer to the TeamCity server using https:// URL and import the server certificate into the browser.

How do I restart my TeamCity service?

To restart TeamCity, send stop and then, after it stops, send start . (evaluation only) To start/stop the TeamCity server and one default agent at the same time, use the runAll script, for example: Use runAll. bat start to start the server and default agent.

How do I enable my TeamCity agent?

Agents can be manually enabled/disabled via the web UI by clicking the status icon (1) next to the agent's name. Optionally, you can tell TeamCity to automatically disable/enable the agent after a period of time and enter your comment. TeamCity will follow the instructions and show the comment icon (2).


1 Answers

Credit to Ebeid Soliman El Sayed:

Ensure the following services are disabled as they conflict with port 80:

  • IIS / SQL Server Reporting Services (ReportServer)
  • Web Deployment Agent Service (MsDepSvc)
  • BranchCache (PeerDistSvc)
  • Sync Share Service (SyncShareSvc)
  • World Wide Web Publishing Service (W3SVC)
  • Internet Information Server (WAS, IISADMIN)
like image 129
Kevin R. Avatar answered Sep 22 '22 23:09

Kevin R.