jakubgarfield / Bonobo-Git-Server

Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info.
http://bonobogitserver.com
MIT License
1.81k stars 603 forks source link

Server Error in '/' Application #782

Closed TopThatSound closed 6 years ago

TopThatSound commented 6 years ago

Start to getting this error when i'm trying to reach a web gui (500 error while i'm trying to git push/pull): `[NullReferenceException: Object reference not set to an instance of an object.] Bonobo.Git.Server.Data.Update.ADBackendUpdate.Pre600UpdateTo600.BackendSubDirectoryNeedsUpdating(String backendDirectory, String subdirectory) +255 Bonobo.Git.Server.Data.Update.ADBackendUpdate.Pre600UpdateTo600.BackEndNeedsUpgrade(String dir) +126 Bonobo.Git.Server.Data.Update.ADBackendUpdate.Pre600UpdateTo600.UpdateADBackend() +206 Bonobo.Git.Server.MvcApplication.Application_Start() +725

[HttpException (0x80004005): Object reference not set to an instance of an object.] System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +535 System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +166 System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +169 System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +372 System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +329

[HttpException (0x80004005): Object reference not set to an instance of an object.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +525 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +118 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +708`

TopThatSound commented 6 years ago

Fixed: Just removed (renamed) the BackendAD dir and it was created automatically after i refreshed the page