Problem with starting agent
Hi,
I've a problem with starting build agent. I've tried both installing Teamcity with Tomcat (which comes with 1 agent preinstalled) and deploying Teamcity into existing Tomcat instance, but it didn't work. During agent startup a runtime exception in org.apache.xmlrpc.Webserver2.start is thrown and it fails to start. Have anyone faced similar problem?
Attachment(s):
teamcity-agent.log.zip
buildAgent.properties.zip
Please sign in to leave a comment.
Hello,
I investigated the logs, but unfortunately, without much luck. Could you please attach stacktrace from agent console after start-up?
Could you please also check that there is no Conflicting Software on agent machine.
Thanks,
Marina
OK, I've managed to resolve that problem. The reason was that the hostname of local machine on which the agent was installed was unresolvable. Adding hostname to /etc/hosts for address 127.0.0.1 fixed it.