cannot change credentials after password expired
after tfs password change the application keeps trying to connect and i am never able to set the credentials again
here the logs
[2016-03-29 15:02:27.603] [INFO] main - Starting app
[2016-03-29 15:02:27.626] [DEBUG] main - Starting tray... Platform: win32. App version: 1.1.20. App path: C:\Users\fisemi\AppData\Local\CatLight\app-1.1.20\resources\app.asar
[2016-03-29 15:02:27.626] [INFO] main - Processing command: undefined
[2016-03-29 15:02:27.626] [INFO] main - App ready
[2016-03-29 15:02:27.646] [DEBUG] main - Display scale factor: 100
[2016-03-29 15:02:27.691] [DEBUG] main - Update channel: beta from C:\Users\fisemi\AppData\Local\CatLight\app-1.1.20\resources/update_channel.txt
[2016-03-29 15:02:27.692] [DEBUG] main - Updater configured
[2016-03-29 15:02:27.699] [DEBUG] main - Starting web on port 4175
[2016-03-29 15:02:28.166] [INFO] console - web stdout: Application startup exception: System.TypeInitializationException: The type initializer for 'Web.Startup' threw an exception. ---> System.TypeInitializationException: The type initializer for 'NLog.Common.InternalLogger' threw an exception. ---> System.ArgumentNullException: Value cannot be null.
Parameter name: level2
at NLog.Internal.ParameterUtils.AssertNotNull(Object value, String parameterName)
at NLog.LogLevel.op_LessThan(LogLevel level1, LogLevel level2)
at NLog.Common.InternalLogger.Write(Exception ex, LogLevel level, String message, Object[] args)
at NLog.Common.InternalLogger.Log(Exception ex, LogLevel level, String message)
at NLog.Internal.ExceptionHelper.MustBeRethrown(Exception exception)
at NLog.Common.InternalLogger.GetSetting[T](String configName, String envName, T defaultValue)
at NLog.Common.InternalLogger.Reset()
at NLog.Common.InternalLogger..cctor()
--- End of inner exception stack trace ---
at NLog.Common.InternalLogger.Debug(String message, Object[] args)
at NLog.LogFactory.GetConfigurationForLogger(String name, LoggingConfiguration configuration)
at NLog.LogFactory.GetLogger(LoggerCacheKey cacheKey)
at NLog.LogFactory.GetLogger(String name)
at NLog.LogManager.GetCurrentClassLogger()
at Web.Startup..cctor()
--- End of inner exception stack trace ---
at Web.Startup..ctor(IHostingEnvironment env)
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.ConstructorMatcher.CreateInstance(IServiceProvider provider)
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProvider provider, Type instanceType, Object[] parameters)
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetServiceOrCreateInstance(IServiceProvider provider, Type type)
at Microsoft.AspNet.Hosting.Startup.StartupLoader.LoadMethods(Type startupType, IList`1 diagnosticMessages)
at Microsoft.AspNet.Hosting.Internal.HostingEngine.EnsureStartup()
at Microsoft.AspNet.Hosting.Internal.HostingEngine.EnsureApplicationServices()
at Microsoft.AspNet.Hosting.Internal.HostingEngine.BuildApplication()
[2016-03-29 15:02:28.206] [INFO] console - web stderr: Microsoft.AspNet.Server.Kestrel.Networking.UvException: Error -4091 EADDRINUSE address already in use
at Microsoft.AspNet.Server.Kestrel.Networking.Libuv.Check(Int32 statusCode)
at Microsoft.AspNet.Server.Kestrel.Networking.Libuv.listen(UvStreamHandle handle, Int32 backlog, uv_connection_cb cb)
at Microsoft.AspNet.Server.Kestrel.Networking.UvStreamHandle.Listen(Int32 backlog, Action`4 callback, Object state)
at Microsoft.AspNet.Server.Kestrel.Http.TcpListener.CreateListenSocket()
at Microsoft.AspNet.Server.Kestrel.Http.Listener.<>c__DisplayClass5_0.<StartAsync>b__0(Object _)
[2016-03-29 15:02:28.207] [INFO] console - web stderr:
Unhandled Exception: System.TypeInitializationException: The type initializer for 'NLog.Common.InternalLogger' threw an exception. ---> System.ArgumentNullException: Value cannot be null.
Parameter name: level2
at NLog.Internal.ParameterUtils.AssertNotNull(Object value, String parameterName)
at NLog.LogLevel.op_LessThan(LogLevel level1, LogLevel level2)
at NLog.Common.InternalLogger.Write(Exception ex, LogLevel level, String message, Object[] args)
at NLog.Common.InternalLogger.Log(Exception ex, LogLevel level, String message)
at NLog.Internal.ExceptionHelper.MustBeRethrown(Exception exception)
at NLog.Common.InternalLogger.GetSetting[T](String configName, String envName, T defaultValue)
at NLog.Common.InternalLogger.Reset()
at NLog.Common.InternalLogger..cctor()
--- End of inner exception stack trace ---
at NLog.Common.InternalLogger.Info(String message)
at NLog.LogManager.TurnOffLogging(Object sender, EventArgs args)
at NLog.Internal.Fakeables.AppDomainWrapper.OnProcessExit(Object sender, EventArgs eventArgs)
[2016-03-29 15:02:28.215] [INFO] console - web closing code: 1
[2016-03-29 15:02:28.721] [DEBUG] main - Waiting for service start: RequestError: Error: connect ECONNREFUSED 127.0.0.1:4175
[2016-03-29 15:02:29.744] [DEBUG] main - Process exited successfully.
[2016-03-29 15:02:29.745] [DEBUG] main - StdOut: Showing tray icon for C:\Users\fisemi\AppData\Local\CatLight\app-1.1.20\CatLight.exe
Icon set
[2016-03-29 15:02:30.729] [DEBUG] main - Waiting for service start: RequestError: Error: connect ECONNREFUSED 127.0.0.1:4175
[2016-03-29 15:02:32.732] [DEBUG] main - Waiting for service start: RequestError: Error: connect ECONNREFUSED 127.0.0.1:4175
[2016-03-29 15:02:34.746] [DEBUG] main - Waiting for service start: RequestError: Error: connect ECONNREFUSED 127.0.0.1:4175
[2016-03-29 15:02:36.750] [DEBUG] main - Waiting for service start: RequestError: Error: connect ECONNREFUSED 127.0.0.1:4175