我刚刚安装了组合体Jenkins,Rally,Github,eclipse,直到最后一个连接Rally Jenkins,但是在构建结束时,我在控制台上得到了以下错误
Updating Rally -- Louis # US98 Test 31 (31)
rally update plug-in error: could not update changeset entry: Invalid use of BasicClientConnManager: connection still allocated.
Make sure to release the connection before allocating another one.
java.lang.IllegalStateException: Invalid use of BasicClientConnManager: connection still allocated.
Make sure to release the connection before allocating another one.
at org.apache.http.util.Asserts.check(Asserts.java:34)
at org.apache.http.impl.conn.BasicClientConnectionManager.getConnection(BasicClientConnectionManager.java:160)
at org.apache.http.impl.conn.BasicClientConnectionManager$1.getConnection(BasicClientConnectionManager.java:142)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:422)
at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at com.rallydev.rest.RallyRestApi.doRequest(RallyRestApi.java:310)
at com.rallydev.rest.RallyRestApi.doForceReauthRequest(RallyRestApi.java:332)
at com.rallydev.rest.RallyRestApi.doGet(RallyRestApi.java:460)
at com.rallydev.rest.RallyRestApi.get(RallyRestApi.java:266)
at com.rallydev.rest.RallyRestApi.attachSecurityInfo(RallyRestApi.java:373)
at com.rallydev.rest.RallyRestApi.doSecuredRequest(RallyRestApi.java:350)
at com.rallydev.rest.RallyRestApi.doPost(RallyRestApi.java:417)
at com.rallydev.rest.RallyRestApi.create(RallyRestApi.java:169)
at com.rallydev.rest.RallyRestApi.create(RallyRestApi.java:165)
at com.jenkins.plugins.rally.connector.RallyConnector.createDefaultPluginSCMReposirotyName(RallyConnector.java:263)
at com.jenkins.plugins.rally.connector.RallyConnector.getSCMRepoName(RallyConnector.java:203)
at com.jenkins.plugins.rally.connector.RallyConnector.createSCMRef(RallyConnector.java:185)
at com.jenkins.plugins.rally.connector.RallyConnector.createChangeSet(RallyConnector.java:74)
at com.jenkins.plugins.rally.connector.RallyConnector.updateRallyChangeSet(RallyConnector.java:58)
at com.jenkins.plugins.rally.PostBuild.perform(PostBuild.java:82)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:772)
at hudson.model.Build$BuildExecution.build(Build.java:199)
at hudson.model.Build$BuildExecution.doRun(Build.java:160)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:535)
at hudson.model.Run.execute(Run.java:1732)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:234)
Finished: SUCCESS我的项目中的插件设置如下:
Jenkins@mycomapny*******Workspace 1Version1left BlankLeft BlankSince last buildleft blankLeft blanknot selected我正试图把构建的结果带回拉力。
任何帮助都很感激。这是我第一次发表评论欢迎。
发布于 2014-08-05 13:22:42
接到Rally的电话,他们显然故意阻止连接器使用社区版本。请注意,撤离者
https://stackoverflow.com/questions/25107800
复制相似问题