installation error

Completed

1) install
cd /home/alex/Downloads
tar xfz TeamCity-2019.1.4.tar.gz
cd /home/alex/Downloads/TeamCity
cd bin
./runAll.sh start

2) I open http://127.0.0.1:8111 in browser and see error:

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

what am I doing wrong?

0
1 comment

Hi, at the first glance you did everything right. However it's rather difficult to say what went wrong in this particular case without logs.

By any chance, do you have a separate instance of Tomcat running on your machine? TeamCity is bundled with its own Tomcat server, so if there are two separate tomcat instances running there might be some conflicts.

If you have CATALINA_HOME env. variable set, it might cause some issues as well.

You can also try checking ./logs/ directory, specifically for catalina.out and teamcity-server.log - there might be some clues.

0

Please sign in to leave a comment.