Hi,
I have a problem with installing Modern Requirements 2017 Update 1 to a TFS 2017 Update 2 server. After installing the extension for the Collection I try to access the extension by browsing to an extension hub where I'm prompted with a login dialog. When I sign in with my credentials I get an error :The remote server returned an error: (500) Internal Server Error.
In the Application log on the machine where the service is running I get the following warning:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 5.10.2017 16:06:15
Event time (UTC): 5.10.2017 16:06:15
Event ID: f70b06bcaf9d467cbf9b8e0d9b077ea9
Event sequence: 2
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/2/ROOT-2-131516931751700751
Trust level: Full
Application Virtual Path: /
Application Path: C:\Program Files (x86)\Modern Requirements\Modern Requirements4TFS 2017 Update 5\Service\
Machine name: REK-TFSBLD-T01
Process information:
Process ID: 3460
Process name: w3wp.exe
Account name: <accountname>
Exception information:
Exception type: HttpException
Exception message: Object reference not set to an instance of an object.
at System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpCon
text context, HttpApplication app)
at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) Object reference not set to an instance of an object.
at inteGREAT.Web.Persistence.Implementation.FactoryBase.SetLoggerInstance(ILogger logger)
at inteGREAT.Web.Services.Global.InitLog()
at inteGREAT.Web.Services.Global.Application_Start()
Request information:
Request URL:
http://localhost:8027/Services/Authen... Request path: /Services/AuthenticationService.svc/BeginAuthenticate
User host address: ::1
User:
Is authenticated: False
Authentication Type:
Thread account name: <accountname>
Thread information:
Thread ID: 12
Thread account name: <accountname>
Is impersonating: False
Stack trace: at System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpCon
text context, HttpApplication app)
at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
Custom event details:
I have tried turning on debug logging via the log4net config files but have not been able to get more detailed logging.
Add New Comment