|
Hello,
We're trying to create a new project on a TFS which has been upgrade from an Evaluation version to RTM (Workgroup). The TFS already has a project on it (so this is the second project we are creating). However, when we try do to this - we get the following error:
TF30162: Task "SharePointPortal" from Group "Portal" failed
and further down in the dialog box:
Exception Message: The operation has timed out
We've tried creation a couple of times, and the error is reproducible. What coudl be the problem? Below are some of the lines from the log file generated. I can post more lines if required.
regards
Oz
2006-09-15 12:56:59Z | Module: SccTask | Thread: 10 | User chose to create new empty folder $/AfroMuse 2006-09-15 12:57:01Z | Module: Engine | Task "VersionControlTask" from Group "VersionControl" completed with success | Completion time: 2.734375 seconds 2006-09-15 12:57:01Z | Module: Engine | Thread: 9 | Running Task "" from Group "" 2006-09-15 12:57:01Z | Module: Engine | Thread: 8 | Running Task "SharePointPortal" from Group "Portal" 2006-09-15 12:57:01Z | Module: WSS | Thread: 8 | Language id: 1033 ---begin Exception entry--- Time: 2006-09-15 13:02:02Z Module: Engine Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: The operation has timed out WebException: Status : Timeout Stack Trace: at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Execute(ProjectCreationContext context, XmlNode taskXml) at Microsoft.VisualStudio.TeamFoundation.ProjectCreationEngine.TaskExecutor.PerformTask(IProjectComponentCreator componentCreator, ProjectCreationContext context, XmlNode taskXml) at Microsoft.VisualStudio.TeamFoundation.ProjectCreationEngine.RunTask(Object taskObj) -- Inner Exception -- Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: The operation has timed out WebException: Status : Timeout Stack Trace: at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.VerifyLcidOnServer(ProjectCreationContext ctxt, Int32 lcid) at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.ValidateSite(ProjectCreationContext context, XmlNode site) at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Validate(ProjectCreationContext context, XmlNode taskXml) at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Execute(ProjectCreationContext context, XmlNode taskXml) -- end Inner Exception -- -- Inner Exception -- Exception Type: System.Net.WebException Exception Message: The operation has timed out WebException: Status : Timeout Stack Trace: at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request) at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request) at Microsoft.TeamFoundation.Client.TeamFoundationSoapProxy.GetWebResponse(WebRequest request) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Microsoft.TeamFoundation.Proxy.Portal.Admin.GetLanguages() at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.VerifyLcidOnServer(ProjectCreationContext ctxt, Int32 lcid) -- end Inner Exception -- --- end Exception entry ---
2006-09-15 13:02:02Z | Module: Engine | Thread: 8 | TF30202: Task "" from Group "" will not be run because a prior task failed. 2006-09-15 13:02:02Z | Module: Engine | Thread: 8 | TF30202: Task "Site" from Group "Reporting" will not be run because a prior task failed. 2006-09-15 13:02:02Z | Module: Engine | Thread: 8 | TF30202: Task "Populate Reports" from Group "Reporting" will not be run because a prior task failed. 2006-09-15 13:02:02Z | Module: Engine | Thread: 8 | TF30202: Task "" from Group "" will not be run because a prior task failed. 2006-09-15 13:02:02Z | Module: Engine | Thread: 5 | Attempting to delete MSF folder "C:\Documents and Settings\KPLtea\Local Settings\Temp\TPW_tmp43.tmp" 2006-09-15 13:02:02Z | Module: Engine | Thread: 5 | The temporary folder C:\Documents and Settings\KPLtea\Local Settings\Temp\TPW_tmp43.tmp used to store the process template was removed. ---begin Exception entry--- Time: 2006-09-15 13:02:10Z Module: Wizard Event Description: TF30002: The New Team Project Wizard encountered an error deleting the project AfroMuse Exception Type: System.Net.WebException Exception Message: The request failed with the error message: -- <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="http://ubldms/default.aspx?ReturnUrl=%2fsites%2fAfroMuse%2f_vti_bin%2fLists.asmx&AspxAutoDetectCookieSupport=1">here</a>.</h2> </body></html>
--. WebException: Response Status Code: Found WebException: Response Status Message: Found WebException: Status : ProtocolError Stack Trace: at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Microsoft.TeamFoundation.Proxy.Portal.Lists.GetListCollection() at Microsoft.TeamFoundation.Client.TeamProjectDeleter.WssSiteExists() at Microsoft.TeamFoundation.Client.TeamProjectDeleter.DoWssDelete() --- end Exception entry ---
---begin Exception entry--- Time: 2006-09-15 13:02:10Z Module: Wizard Event Description: TF30002: The New Team Project Wizard encountered an error deleting the project AfroMuse Exception Type: System.Net.WebException Exception Message: The request failed with the error message: -- <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="http://ubldms/default.aspx?ReturnUrl=%2fsites%2fAfroMuse%2f_vti_bin%2fLists.asmx&AspxAutoDetectCookieSupport=1">here</a>.</h2> </body></html>
--. WebException: Response Status Code: Found WebException: Response Status Message: Found WebException: Status : ProtocolError Stack Trace: at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Microsoft.TeamFoundation.Proxy.Portal.Lists.GetListCollection() at Microsoft.TeamFoundation.Client.TeamProjectDeleter.WssSiteExists() at Microsoft.TeamFoundation.Client.TeamProjectDeleter.DoWssDelete() --- end Exception entry ---
|