TeamCity corruption?
Hi all,
I have recently taken a first look at TeamCitry, and it looks really nice, however, I get real showstoppers:
Installed it, started, added my project, all ok, could even build correctly... however, when I say "shutdown.sh" I get (forever!) continuing warnings "WARN - rver.agent.impl.BuildAgentImpl - Call http://localhost:8111//RPC2 buildServer.register: java.net.ConnectException: Connection refused", I then need to kill it, but this loses all my data; ok, something went wrong, so I followed the procedure outlined here: http://www.intellij.net/forums/thread.jspa?messageID=5118377� - but didn't help, I start server with runAll.sh but shutdown won't work, with above problem, thus kill - all data lost.
Can someone help me here?
kind regards,
Messi
Please sign in to leave a comment.
Hello Bernhard,
Could you clarify, please, what data was lost?
runall starts server and agent.
shutdown stops server only, so agent prints warning that the server is
unavailable (WARN - rver.agent.impl.BuildAgentImpl - Call
http://localhost:8111//RPC2 buildServer.register: java.net.ConnectException:
Connection refused)
Before run runall again you have to kill agent process or start tomcat only
(using shutdown script).
"Bernhard Messerer" <no_reply@jetbrains.com> wrote in message
news:7167683.1154694384916.JavaMail.itn@is.intellij.net...
>
>
>
I've re-installed and now start/stop catalina and build-agent separately, that works, thanks...