2014-09-24 89 views
1

我對Ubuntu的14.04運行TeamCity的生成代理,當我今天開始啓動的代理,我得到了以下錯誤:rvm_debug打破的TeamCity代理

RPC2 buildServer.registerAgent3: org.apache.xmlrpc.XmlRpcException: java.lang.RuntimeException: org.jdom.input.JDOMParseException: Error on line 28: XML document structures must start and end within the same entity. jetbrains.buildServer.xmlrpc.RemoteCallException: Call http://teamcityserver:8080/RPC2 buildServer.registerAgent3: org.apache.xmlrpc.XmlRpcException: java.lang.RuntimeException: org.jdom.input.JDOMParseException: Error on line 28: XML document structures must start and end within the same entity.

我原來那env.rvm_debug變量設置爲了解決這個問題,我已經更新了代理配置文件,並將env.rvm_debug設置爲空字符串。

你們有更好的主意嗎?

回答

1

我有類似的問題。我將此添加到.bash_profile的末尾

rvm_debug() { echo; } 
export -f rvm_debug