Locked Server Error in '/' Application.

  • Friday, October 26, 2007 6:02 PM
     
     
    I'm trying to connect to TeamPlain Web Access for Team System and I'm getting the following error:

    Server Error in '/' Application.
    Object reference not set to an instance of an object.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [NullReferenceException: Object reference not set to an instance of an object.]
       Microsoft.TeamFoundation.WebAccess.TfsConnection.GetActiveTabs() +19
       Microsoft.TeamFoundation.WebAccess.UI.Controls.PageHeader.RenderTabs(String activeTab) +182
       Microsoft.TeamFoundation.WebAccess.UI.Masters.Content.RenderPage() +440
       Microsoft.TeamFoundation.WebAccess.UI.WebAccessPageMaster.OnLoad(EventArgs e) +19
       System.Web.UI.Control.LoadRecursive() +47
       System.Web.UI.Control.LoadRecursive() +131
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061

    I get the login screen and when I type my username and password it returns that... I've searched a lot but haven't been able to find the solution, any ideas?

    Thanks.

All Replies

  • Friday, October 26, 2007 9:37 PM
     
     
    When I try http://192.168.1.145:8080/services/v1.0/serverstatus.asmx

    I'm gettgin:
    TF10216: Team Foundation services are currently unavailable. Try again later. If the problem persists, contact your Team Foundation Server administrator.TF10216: Team Foundation services are currently unavailable. Try again later. If the problem persists, contact your Team Foundation Server administrator.

  • Friday, October 26, 2007 10:03 PM
     
     
    Ok I went into Application pools in IIS and verified that the TFS services had the right passwords but I think there might be something wrong on my settings
    The identities I have are
    TFS AppPool -> TFSSERVICE
    TFSWSS -> TFSSERVICE
    TFSWSSADMIN -> TFSSERVICE
    TswaPool1 -> Network Service

    Should any of them be something else?

    After changing the passwords now I'm getting here http://192.168.1.145:8080/services/v1.0/serverstatus.asmx
    The following:
    ServerStatus

    Team Foundation Server Status web service

    The following operations are supported. For a formal definition, please review the Service Description.

        * CheckAuthentication

        * GetServerStatus

        * GetSupportedContractVersion

    So I guess those were wrong. (And AppPool was set to Network Service).

    I was able to create a team project on Visual Studio so I guess it's working and I'm able to open the project's website if I go here: http://david-win2k3srv/sites/Test%20Project/default.aspx, but I get service unavailable every 2 minutes...there might be something I'm doing wrong.

    The server is on a virtual pc. I don't know if that has anything to do with it.