404 not found - problem
Hi,
We are using TC for some time and now we want to move TC server to another machine.
I'm installing TC on Windows 2003 on existing Tomcat installation.
Unfortunatelly I have some problems. It looks that agent cant publish any artifacts.
In agent log I found following entries:
INFO | jvm 1 | 2009/02/11 23:54:30 | [2009-02-11 23:54:30,257] WARN - jetbrains.buildServer.AGENT - Failed to publish artifact: E:\TeamCityAgent\work\510b1cfc92bc02\Sources\Binaries\Debug\TopSecretName.dll, server status: 404 (Not Found)
Simillar situation is when I try to use server checkout. When agent tries to get sources from TC it get 404 error:
Error while applying patch: Server returned status code 404, reason: Not Found
When I switch to 'check out on agent' agent can get sources.
Do you know what can be wrong in my configuration? Any clues?
Best Regards,
brzozow
Please sign in to leave a comment.
I also find following entry in stdout log
[2009-02-12 08:49:46,466] WARN - ework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [//TeamCity/httpAuth/artefactUpload.html] in DispatcherServlet with name 'buildServer'
Regards,
brzozow
Problem is fixed thanks to great JetBrains support.
I made mistake in agent configuration file.
It was:
serverUrl=http\://myServer\:7080//TeamCity
and it should be
serverUrl=http\://myServer\:7080/TeamCity
there was extra forward slash
Regards,
brzozow