[JIRA] [tfs-plugin] (JENKINS-33435) TFS SDK fails with TF14045 when encountering an unrecognized identity

2016-05-19 Thread jyo...@athene.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 James Young edited a comment on  JENKINS-33435 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: TFS SDK fails with TF14045 when encountering an unrecognized identity  
 
 
 
 
 
 
 
 
 
 Having the same issue, tested with upper & lowercase chars, keeping us from using Jenkins for any build activities with TFS.  {code:java} Error: TF14045: Theidentity  is not a recognized identity. {code}   Some more info from /var/log/Jenkins/Jenkins.log: {code:java} INFO: HttpClient configured for , authenticating as May 19, 2016 8:10:13 AM com.microsoft.tfs.core.ws.runtime.client.SOAPService executeSOAPRequestInternalINFO: SOAP method='Connect', status=200, content-length=3728, server-wait=57 ms, parse=1 ms, total=58 ms, throughput=64276 B/s, gzipMay 19, 2016 8:10:13 AM com.microsoft.tfs.core.ws.runtime.client.SOAPService executeSOAPRequestInternalINFO: SOAP method='QueryHistory', status=200, content-length=678, server-wait=82 ms, parse=0 ms, total=82 ms, throughput=8268 B/s, gzipMay 19, 2016 8:10:13 AM com.microsoft.tfs.core.config.httpclient.DefaultHTTPClientFactory logHTTPClientConfigurationINFO: HttpClient configured for  authenticating as May 19, 2016 8:10:13 AM com.microsoft.tfs.core.ws.runtime.client.SOAPService executeSOAPRequestInternalINFO: SOAP method='Connect', status=200, content-length=3728, server-wait=24 ms, parse=0 ms, total=24 ms, throughput=155333 B/s, gzipMay 19, 2016 8:10:13 AM com.microsoft.tfs.core.ws.runtime.client.SOAPService executeSOAPRequestInternalINFO: SOAP method='QueryWorkspaces', status=500, content-length=0, server-wait=114 ms, parse=1 ms, total=115 ms, throughput=0 B/s, uncompressedMay 19, 2016 8:10:13 AM com.microsoft.tfs.core.TFSConnection closeWARNING: httpClientReference is null {code} Based on the 200 return, it appears that the user CAN properly authenticate w/ TFS but the user name is changed at some point later in the process with the GUID.Please let me know if there is any part of the investigation I can help with, this is very important for us to get resolved. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, 

[JIRA] [tfs-plugin] (JENKINS-33435) TFS SDK fails with TF14045 when encountering an unrecognized identity

2016-05-19 Thread jyo...@athene.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 James Young commented on  JENKINS-33435 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: TFS SDK fails with TF14045 when encountering an unrecognized identity  
 
 
 
 
 
 
 
 
 
 
Having the same issue, tested with upper & lowercase chars, keeping us from using Jenkins for any build activities with TFS.  
Error: TF14045: The identity  is not a recognized identity. 
Some more info from /var/log/Jenkins/Jenkins.log: 
INFO: HttpClient configured for , authenticating as  May 19, 2016 8:10:13 AM com.microsoft.tfs.core.ws.runtime.client.SOAPService executeSOAPRequestInternal INFO: SOAP method='Connect', status=200, content-length=3728, server-wait=57 ms, parse=1 ms, total=58 ms, throughput=64276 B/s, gzip May 19, 2016 8:10:13 AM com.microsoft.tfs.core.ws.runtime.client.SOAPService executeSOAPRequestInternal INFO: SOAP method='QueryHistory', status=200, content-length=678, server-wait=82 ms, parse=0 ms, total=82 ms, throughput=8268 B/s, gzip May 19, 2016 8:10:13 AM com.microsoft.tfs.core.config.httpclient.DefaultHTTPClientFactory logHTTPClientConfiguration INFO: HttpClient configured for  authenticating as  May 19, 2016 8:10:13 AM com.microsoft.tfs.core.ws.runtime.client.SOAPService executeSOAPRequestInternal INFO: SOAP method='Connect', status=200, content-length=3728, server-wait=24 ms, parse=0 ms, total=24 ms, throughput=155333 B/s, gzip May 19, 2016 8:10:13 AM com.microsoft.tfs.core.ws.runtime.client.SOAPService executeSOAPRequestInternal INFO: SOAP method='QueryWorkspaces', status=500, content-length=0, server-wait=114 ms, parse=1 ms, total=115 ms, throughput=0 B/s, uncompressed May 19, 2016 8:10:13 AM com.microsoft.tfs.core.TFSConnection close WARNING: httpClientReference is null 
Based on the 200 return, it appears that the user CAN properly authenticate w/ TFS but the user name is changed at some point later in the process with the GUID. 
Please let me know if there is any part of the investigation I can help with, this is very important for us to get resolved. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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

[JIRA] [tfs-plugin] (JENKINS-33435) TFS SDK fails with TF14045 when encountering an unrecognized identity

2016-04-20 Thread jessec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Cooper commented on  JENKINS-33435 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: TFS SDK fails with TF14045 when encountering an unrecognized identity  
 
 
 
 
 
 
 
 
 
 
I currently have this same issue. I have tried a few things to trouble shoot it and came up empty handed. At first I thought it was white space in the project name. I removed that had the same issue. then I thought it was bad parsing of passwords with special chars. I tried that and still had the same issue. At this point I have no idea what it might be. In the Jenkins logs you can see a 500 error is returned by TFS. INFO: SOAP  
INFO: SOAP method='Connect', status=200, content-length=3902, server-wait=117 ms, parse=0 ms, total=117 ms, throughput=33350 B/s, gzip Apr 20, 2016 4:38:29 PM com.microsoft.tfs.core.ws.runtime.client.SOAPService executeSOAPRequestInternal INFO: SOAP method='QueryWorkspaces', status=500, content-length=0, server-wait=113 ms, parse=1 ms, total=114 ms, throughput=0 B/s, uncompressed Apr 20, 2016 4:38:29 PM com.microsoft.tfs.core.TFSConnection close WARNING: httpClientReference is null 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [tfs-plugin] (JENKINS-33435) TFS SDK fails with TF14045 when encountering an unrecognized identity

2016-04-20 Thread jessec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Cooper updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33435 
 
 
 
  TFS SDK fails with TF14045 when encountering an unrecognized identity  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jesse Cooper 
 
 
 

Comment:
 
 From what I can tell after trouble shooting the same issue for days is this is a problem with the way the module handles special chars in the password of the connecting TFS account. I noticed this same issue with white space in the source path. Since special chars are a key in good secure passwords I hope this gets addressed soon.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [tfs-plugin] (JENKINS-33435) TFS SDK fails with TF14045 when encountering an unrecognized identity

2016-04-20 Thread jessec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Cooper commented on  JENKINS-33435 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: TFS SDK fails with TF14045 when encountering an unrecognized identity  
 
 
 
 
 
 
 
 
 
 
From what I can tell after trouble shooting the same issue for days is this is a problem with the way the module handles special chars in the password of the connecting TFS account. I noticed this same issue with white space in the source path. Since special chars are a key in good secure passwords I hope this gets addressed soon.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [tfs-plugin] (JENKINS-33435) TFS SDK fails with TF14045 when encountering an unrecognized identity

2016-03-09 Thread oliv...@microsoft.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Olivier Dagenais created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33435 
 
 
 
  TFS SDK fails with TF14045 when encountering an unrecognized identity  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Olivier Dagenais 
 
 
 

Components:
 

 tfs-plugin 
 
 
 

Created:
 

 09/Mar/16 7:05 PM 
 
 
 

Environment:
 

 TFS 2015 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Olivier Dagenais 
 
 
 
 
 
 
 
 
 
 
A user reported a build failing with a stacktrace like the following: 

 
Listing workspaces from http://:8080/tfs/...
FATAL: hudson.remoting.ProxyException: com.microsoft.tfs.core.exceptions.TECoreException: TF14045: The identity  is not a recognized identity.
java.lang.RuntimeException: hudson.remoting.ProxyException: com.microsoft.tfs.core.exceptions.TECoreException: TF14045: The identity  is not a recognized identity.
at hudson.plugins.tfs.model.Server.execute(Server.java:110)
at hudson.plugins.tfs.model.Workspaces.getListFromServer(Workspaces.java:33)
at hudson.plugins.tfs.model.Workspaces.populateMapFromServer(Workspaces.java:42)
at hudson.plugins.tfs.model.Workspaces.exists(Workspaces.java:68)
at hudson.plugins.tfs.actions.CheckoutAction.getProject(CheckoutAction.java:82)
at hudson.plugins.tfs.actions.CheckoutAction.checkout(CheckoutAction.java:50)
at hudson.plugins.tfs.TeamFound