[JIRA] [tfs-plugin] (JENKINS-33092) TFS Plugin throws error: TF400367: The request could not be performed due to a host type mismatch.

410 views
Skip to first unread message

rick.femmer@ehi.com (JIRA)

unread,
Feb 22, 2016, 5:37:02 PM2/22/16
to jenkinsc...@googlegroups.com
Rick Femmer created an issue
 
Jenkins / Bug JENKINS-33092
TFS Plugin throws error: TF400367: The request could not be performed due to a host type mismatch.
Issue Type: Bug Bug
Assignee: redsolo
Components: tfs-plugin
Created: 22/Feb/16 10:36 PM
Environment: Jenkins ver. 1.647
Priority: Minor Minor
Reporter: Rick Femmer

Jenkins ver. 1.647: using TFS plugin to create build

Using TFS Online VS 2015: Tried with and alternate credentials and using a token. When creating a build I get this error:
\
Building in workspace C:\Program Files (x86)\Jenkins\jobs\ECCO(DEV)\workspace
FATAL: com.microsoft.tfs.core.exceptions.TECoreException: Server was unable to process request. ---> TF400367: The request could not be performed due to a host type mismatch. Please check any connection information and verify the information is correct. The request was executed against a Application.
java.lang.RuntimeException: com.microsoft.tfs.core.exceptions.TECoreException: Server was unable to process request. ---> TF400367: The request could not be performed due to a host type mismatch. Please check any connection information and verify the information is correct. The request was executed against a Application.
at hudson.plugins.tfs.model.Server.execute(Server.java:110)
at hudson.plugins.tfs.model.Project.extractChangesetNumber(Project.java:193)
at hudson.plugins.tfs.model.Project.getRemoteChangesetVersion(Project.java:189)
at hudson.plugins.tfs.model.Project.getRemoteChangesetVersion(Project.java:205)
at hudson.plugins.tfs.TeamFoundationServerScm.recordWorkspaceChangesetVersion(TeamFoundationServerScm.java:262)
at hudson.plugins.tfs.TeamFoundationServerScm.checkout(TeamFoundationServerScm.java:211)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
at hudson.model.Run.execute(Run.java:1738)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: com.microsoft.tfs.core.exceptions.TECoreException: Server was unable to process request. ---> TF400367: The request could not be performed due to a host type mismatch. Please check any connection information and verify the information is correct. The request was executed against a Application.
at com.microsoft.tfs.core.exceptions.mappers.TECoreExceptionMapper.map(TECoreExceptionMapper.java:105)
at com.microsoft.tfs.core.exceptions.mappers.RegistrationExceptionMapper.map(RegistrationExceptionMapper.java:23)
at com.microsoft.tfs.core.clients.registration.RegistrationData.newFromServer(RegistrationData.java:70)
at com.microsoft.tfs.core.clients.registration.RegistrationClient.getRegistrationData(RegistrationClient.java:645)
at com.microsoft.tfs.core.clients.registration.RegistrationClient.getRegistrationEntries(RegistrationClient.java:151)
at com.microsoft.tfs.core.clients.registration.RegistrationClient.getRegistrationEntries(RegistrationClient.java:135)
at com.microsoft.tfs.core.PreFrameworkServerDataProvider.findServiceLocation(PreFrameworkServerDataProvider.java:289)
at com.microsoft.tfs.core.PreFrameworkServerDataProvider.locationForCurrentConnection(PreFrameworkServerDataProvider.java:264)
at com.microsoft.tfs.core.TFSTeamProjectCollection.getServerDataProvider(TFSTeamProjectCollection.java:177)
at com.microsoft.tfs.core.TFSConnection.getWebService(TFSConnection.java:893)
at com.microsoft.tfs.core.config.client.DefaultClientFactory$7.newClient(DefaultClientFactory.java:239)
at com.microsoft.tfs.core.config.client.DefaultClientFactory.newClient(DefaultClientFactory.java:98)
at com.microsoft.tfs.core.TFSConnection.getClient(TFSConnection.java:1502)
at com.microsoft.tfs.core.TFSTeamProjectCollection.getVersionControlClient(TFSTeamProjectCollection.java:377)
at hudson.plugins.tfs.model.Server.getVersionControlClient(Server.java:95)
at hudson.plugins.tfs.commands.RemoteChangesetVersionCommand.call(RemoteChangesetVersionCommand.java:56)
at hudson.plugins.tfs.commands.RemoteChangesetVersionCommand.call(RemoteChangesetVersionCommand.java:33)
at hudson.remoting.LocalChannel.call(LocalChannel.java:45)
at hudson.plugins.tfs.model.Server.execute(Server.java:106)
... 13 more
Caused by: com.microsoft.tfs.core.ws.runtime.exceptions.SOAPFault: Server was unable to process request. ---> TF400367: The request could not be performed due to a host type mismatch. Please check any connection information and verify the information is correct. The request was executed against a Application.
at com.microsoft.tfs.core.ws.runtime.client.SOAP12Service.examineResponseDOMForFault(SOAP12Service.java:132)
at com.microsoft.tfs.core.ws.runtime.client.SOAPService.examineBodyForFault(SOAPService.java:1103)
at com.microsoft.tfs.core.ws.runtime.client.SOAPService.executeSOAPRequestInternal(SOAPService.java:732)
at com.microsoft.tfs.core.ws.runtime.client.SOAPService.executeSOAPRequest(SOAPService.java:475)
at ms.tfs.services.registration._03._RegistrationSoap12Service.getRegistrationEntries(_RegistrationSoap12Service.java:105)
at com.microsoft.tfs.core.clients.registration.RegistrationData.newFromServer(RegistrationData.java:65)
... 29 more
Sending e-mails to: rick....@ehi.com
Finished: FAILURE

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
Atlassian logo

olivida@microsoft.com (JIRA)

unread,
Feb 27, 2016, 3:32:02 PM2/27/16
to jenkinsc...@googlegroups.com
Olivier Dagenais assigned an issue to Rick Femmer
 

According to [Vladimir Khvostov in the Team Foundation Server - General forum|
https://social.msdn.microsoft.com/Forums/en-US/15c2dcf0-e054-458b-bb24-76f2972a05bc/tf400367?forum=tfsgeneral] this is a known issue in TFS 2015 Update 1.

Can you confirm this is the version you are using? If you have a testing/staging server, can you try upgrading to TFS 2015 Update 2? Brian Harry announced Team Foundation Server 2015 Update 2 RC 1 is available about two weeks ago.

Please report back either way.

Thanks!
- Oli

Change By: Olivier Dagenais
Assignee: redsolo Rick Femmer

olivida@microsoft.com (JIRA)

unread,
Mar 3, 2016, 9:41:01 PM3/3/16
to jenkinsc...@googlegroups.com
According to [Vladimir Khvostov in the Team Foundation Server - General forum|
Can you confirm this is the version you are using?  If you have a testing/staging server, can you try upgrading to TFS 2015 Update 2?  Brian Harry announced [Team Foundation Server 2015 Update 2 RC 1 is available|https://blogs.msdn.microsoft.com/bharry/2016/02/10/team-foundation-server-2015-update-2-rc-1-is-available/] about two weeks ago.


Please report back either way.

Thanks!
\- Oli

georgearchibald@gmail.com (JIRA)

unread,
Apr 7, 2016, 9:27:01 AM4/7/16
to jenkinsc...@googlegroups.com

georgearchibald@gmail.com (JIRA)

unread,
Apr 7, 2016, 9:30:01 AM4/7/16
to jenkinsc...@googlegroups.com
George Archibald commented on Bug JENKINS-33092
 
Re: TFS Plugin throws error: TF400367: The request could not be performed due to a host type mismatch.

We are using TFS 2015 Update 2 and it is producing the same error.
...
FATAL: com.microsoft.tfs.core.exceptions.TECoreException: Server was unable to process request. ---> TF400367: The request could not be performed due to a host type mismatch. Please check any connection information and verify the information is correct. The request was executed against a Deployment, Application.
java.lang.RuntimeException: com.microsoft.tfs.core.exceptions.TECoreException: Server was unable to process request. ---> TF400367: The request could not be performed due to a host type mismatch. Please check any connection information and verify the information is correct. The request was executed against a Deployment, Application.
at hudson.plugins.tfs.model.Server.execute(Server.java:157)
at hudson.plugins.tfs.model.Project.extractChangesetNumber(Project.java:272)
at hudson.plugins.tfs.model.Project.getRemoteChangesetVersion(Project.java:268)
at hudson.plugins.tfs.model.Project.getRemoteChangesetVersion(Project.java:284)
at hudson.plugins.tfs.TeamFoundationServerScm.recordWorkspaceChangesetVersion(TeamFoundationServerScm.java:311)
at hudson.plugins.tfs.TeamFoundationServerScm.checkout(TeamFoundationServerScm.java:260)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)


at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
at hudson.model.Run.execute(Run.java:1738)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)

Caused by: com.microsoft.tfs.core.exceptions.TECoreException: Server was unable to process request. ---> TF400367: The request could not be performed
....

This is stopping jenkins from autorunning our tests. I suspect you will find the problem within the api as this is not the first problem we have encountered with this update.

olivida@microsoft.com (JIRA)

unread,
Apr 7, 2016, 9:38:01 AM4/7/16
to jenkinsc...@googlegroups.com

What's the value you supplied for the Server URL field? It needs to point to the team project collection, such as http://tfs.example.com:8080/tfs/DefaultCollection. I think TF400367 is generated when the API tries to connect to a URL such as http://tfs.example.com:8080/tfs. Can you confirm?

Thanks!
- Oli

georgearchibald@gmail.com (JIRA)

unread,
Apr 7, 2016, 9:41:03 AM4/7/16
to jenkinsc...@googlegroups.com
George Archibald edited a comment on Bug JENKINS-33092
We are using TFS 2015 Update 2 and it is producing the same error.
...
FATAL: com.microsoft.tfs.core.exceptions.TECoreException: Server was unable to process request. ---> TF400367: The request could not be performed due to a host type mismatch. Please check any connection information and verify the information is correct. The request was executed against a Deployment, Application.
java.lang.RuntimeException: com.microsoft.tfs.core.exceptions.TECoreException: Server was unable to process request. ---> TF400367: The request could not be performed due to a host type mismatch. Please check any connection information and verify the information is correct. The request was executed against a Deployment, Application.

at hudson.plugins.tfs.model.Server.execute(Server.java:157)
at hudson.plugins.tfs.model.Project.extractChangesetNumber(Project.java:272)
at hudson.plugins.tfs.model.Project.getRemoteChangesetVersion(Project.java:268)
at hudson.plugins.tfs.model.Project.getRemoteChangesetVersion(Project.java:284)
at hudson.plugins.tfs.TeamFoundationServerScm.recordWorkspaceChangesetVersion(TeamFoundationServerScm.java:311)
at hudson.plugins.tfs.TeamFoundationServerScm.checkout(TeamFoundationServerScm.java:260)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
at hudson.model.Run.execute(Run.java:1738)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: com.microsoft.tfs.core.exceptions.TECoreException: Server was unable to process request. ---> TF400367: The request could not be performed 

....

This is stopping jenkins from autorunning our tests. I suspect you will find the problem within the api as this is not the first problem we have encountered with this update.
 
Ok, a new wrinkle on this... 

Oddly, deleting a job that contains TFS plugin also produces the error.
Stack trace
javax.servlet.ServletException: java.lang.RuntimeException: com.microsoft.tfs.core.exceptions.TECoreException: Server was unable to process request. ---> TF400367: The request could not be performed due to a host type mismatch. Please check any connection information and verify the information is correct. The request was executed against a Deployment, Application.
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:249)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649)
at org.kohsuke.stapler.Stapler.service(Stapler.java:238)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494)
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132)
at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:200)
at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:178)
at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:85)
at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:99)
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:129)
at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:123)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:49)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1474)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:533)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:370)
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:949)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1011)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:668)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: com.microsoft.tfs.core.exceptions.TECoreException: Server was unable to process request. ---> TF400367: The request could not be performed due to a host type mismatch. Please check any connection information and verify the information is correct. The request was executed against a Deployment, Application.
at hudson.plugins.tfs.model.Server.execute(Server.java:157)
at hudson.plugins.tfs.model.Workspaces.getListFromServer(Workspaces.java:34)
at hudson.plugins.tfs.model.Workspaces.populateMapFromServer(Workspaces.java:43)
at hudson.plugins.tfs.model.Workspaces.exists(Workspaces.java:69)
at hudson.plugins.tfs.actions.RemoveWorkspaceAction.remove(RemoveWorkspaceAction.java:24)
at hudson.plugins.tfs.TeamFoundationServerScm.processWorkspaceBeforeDeletion(TeamFoundationServerScm.java:378)
at hudson.model.AbstractProject.performDelete(AbstractProject.java:375)
at hudson.model.AbstractItem.delete(AbstractItem.java:581)
at hudson.model.Job.delete(Job.java:687)
at hudson.model.AbstractItem.doDoDelete(AbstractItem.java:542)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:298)
at org.kohsuke.stapler.interceptor.RequirePOST$Processor.invoke(RequirePOST.java:46)
at org.kohsuke.stapler.Function$InterceptedFunction.invoke(Function.java:399)
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:161)
at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:96)
at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:121)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
... 53 more
Caused by: com.microsoft.tfs.core.exceptions.TECoreException: Server was unable to process request. ---> TF400367: The request could not be performed due to a host type mismatch. Please check any connection information and verify the information is correct. The request was executed against a Deployment, Application.
at com.microsoft.tfs.core.exceptions.mappers.TECoreExceptionMapper.map(TECoreExceptionMapper.java:105)

at com.microsoft.tfs.core.exceptions.mappers.RegistrationExceptionMapper.map(RegistrationExceptionMapper.java:23)
at com.microsoft.tfs.core.clients.registration.RegistrationData.newFromServer(RegistrationData.java:70)
at com.microsoft.tfs.core.clients.registration.RegistrationClient.getRegistrationData(RegistrationClient.java:645)
at com.microsoft.tfs.core.clients.registration.RegistrationClient.getRegistrationEntries(RegistrationClient.java:151)
at com.microsoft.tfs.core.clients.registration.RegistrationClient.getRegistrationEntries(RegistrationClient.java:135)
at com.microsoft.tfs.core.PreFrameworkServerDataProvider.findServiceLocation(PreFrameworkServerDataProvider.java:289)
at com.microsoft.tfs.core.PreFrameworkServerDataProvider.locationForCurrentConnection(PreFrameworkServerDataProvider.java:264)
at com.microsoft.tfs.core.TFSTeamProjectCollection.getServerDataProvider(TFSTeamProjectCollection.java:177)
at com.microsoft.tfs.core.TFSConnection.getWebService(TFSConnection.java:894)

at com.microsoft.tfs.core.config.client.DefaultClientFactory$7.newClient(DefaultClientFactory.java:239)
at com.microsoft.tfs.core.config.client.DefaultClientFactory.newClient(DefaultClientFactory.java:98)
at com.microsoft.tfs.core.TFSConnection.getClient(TFSConnection.java:1508)
at com.microsoft.tfs.core.TFSTeamProjectCollection.getVersionControlClient(TFSTeamProjectCollection.java:377)
at hudson.plugins.tfs.model.Server.getVersionControlClient(Server.java:142)
at hudson.plugins.tfs.commands.ListWorkspacesCommand.call(ListWorkspacesCommand.java:45)
at hudson.plugins.tfs.commands.ListWorkspacesCommand.call(ListWorkspacesCommand.java:19)
at hudson.remoting.LocalChannel.call(LocalChannel.java:45)
at hudson.plugins.tfs.model.Server.execute(Server.java:153)
... 74 more
Caused by: com.microsoft.tfs.core.ws.runtime.exceptions.SOAPFault: Server was unable to process request. ---> TF400367: The request could not be performed due to a host type mismatch. Please check any connection information and verify the information is correct. The request was executed against a Deployment, Application.
at com.microsoft.tfs.core.ws.runtime.client.SOAP12Service.examineResponseDOMForFault(SOAP12Service.java:132)

at com.microsoft.tfs.core.ws.runtime.client.SOAPService.examineBodyForFault(SOAPService.java:1103)
at com.microsoft.tfs.core.ws.runtime.client.SOAPService.executeSOAPRequestInternal(SOAPService.java:732)
at com.microsoft.tfs.core.ws.runtime.client.SOAPService.executeSOAPRequest(SOAPService.java:475)
at ms.tfs.services.registration._03._RegistrationSoap12Service.getRegistrationEntries(_RegistrationSoap12Service.java:105)
at com.microsoft.tfs.core.clients.registration.RegistrationData.newFromServer(RegistrationData.java:65)
... 90 more


However, if you select None on Source control, the project deletes as expected.

georgearchibald@gmail.com (JIRA)

unread,
Apr 7, 2016, 3:54:01 PM4/7/16
to jenkinsc...@googlegroups.com

georgearchibald@gmail.com (JIRA)

unread,
Apr 7, 2016, 3:55:01 PM4/7/16
to jenkinsc...@googlegroups.com
George Archibald commented on Bug JENKINS-33092
 
Re: TFS Plugin throws error: TF400367: The request could not be performed due to a host type mismatch.

Thanks, Oliver! It was working perfectly until the 30th, but we put the change in you suggested and it worked.

georgearchibald@gmail.com (JIRA)

unread,
Apr 7, 2016, 4:14:01 PM4/7/16
to jenkinsc...@googlegroups.com
George Archibald edited a comment on Bug JENKINS-33092
Thanks, Oliver! It was working perfectly until the 30th, but we put the change in you suggested and it worked.    This was a change to TFS update 2. It used to add "DefaultCollection" if it didn't exist, now it doesn't.

didier.montenot@mcb.mu (JIRA)

unread,
Jul 19, 2016, 2:17:01 AM7/19/16
to jenkinsc...@googlegroups.com

Dear all,
For info: I am new to Jenkins... just started to use it last month.
Trial 1:
I have installed jenkins on a windows server, installed TFS plugin and the connection to TFS is successful.

Trial 2:
I have installed Jenkins on AIX... I placed the Jenkins.war file in the webapps folder in tomcat and started tomcat. Jenkins was deployed and when launching the job (Build now) I got the same error as you described above.

Trial 3:
I have installed Jenkins on Redhat... I placed the Jenkins.war file in the webapps folder in tomcat and started tomcat. Jenkins was deployed, i installed the TFS plugin and when launching the job (Build now) I got the same error as you described above

Trial 4:
I installed Jenkins on Linux without using tomcat.
I got the rpm file from http://pkg.jenkins-ci.org/redhat/ and installed it using yum. I installed the TFS plugin and it works perfectly.

The problem is that I must have Jenkins installed on AIX.
Again I am new to Jenkins but I am not sure the it has to do with the server URL.

Hope the above can guide the experts to a solution.

Didier M

This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
Atlassian logo

didier.montenot@mcb.mu (JIRA)

unread,
Jul 19, 2016, 4:34:02 AM7/19/16
to jenkinsc...@googlegroups.com
Didier Montenot edited a comment on Bug JENKINS-33092
Dear all,
For info: I am new to Jenkins... just started to use it last month.
Trial 1:
I have installed jenkins on a windows server, installed TFS plugin and the connection to TFS is successful.

Trial 2:
I have installed Jenkins on *AIX*... I placed the Jenkins.war file in the webapps folder in tomcat and started tomcat. Jenkins was deployed and when launching the job (Build now) I got the same error as you described above.

Trial 3:
I have installed Jenkins on *Redhat*... I placed the Jenkins.war file in the webapps folder in tomcat and started tomcat. Jenkins was deployed, i installed the TFS plugin and when launching the job (Build now) I got the same error as you described above


Trial 4:
I installed Jenkins on Linux without using tomcat.
I got the rpm file from http://pkg.jenkins-ci.org/redhat/ and installed it using yum. I installed the TFS plugin and it works perfectly.

The problem is that I must have Jenkins installed on AIX.
Again I am new to Jenkins but I am not sure the it has to do with the server URL.

Hope the above can guide the experts to a solution.

I am using jenkins verision 2.7.1
Didier M


olivida@microsoft.com (JIRA)

unread,
Jul 19, 2016, 7:42:02 AM7/19/16
to jenkinsc...@googlegroups.com

Didier Montenot: I don't have an AIX server to test with. Do you need to have the Jenkins master installed on AIX or can you install a Jenkins agent? I'm not saying that will magically make everything work, but it could reduce the space of the difficulties.

Also, I notice that the native libraries for AIX that came with the TFS SDK (and are extracted by the plugin) are targeting the PPC architecture only. Is your AIX server running on PowerPC? Are you able to use the TEE CLC (Command-Line Client) on AIX to create a workspace, etc.?

Reply all
Reply to author
Forward
0 new messages