Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2023-04-12 16:32:38,649 [7] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Version/GetAllVersionInfo
- 2023-04-12 16:32:38,668 [7] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Setting/CheckMfaEnabled/
- 2023-04-12 16:32:38,972 [7] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Version/GetAllVersionInfo
- 2023-04-12 16:32:38,976 [7] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Setting/CheckMfaEnabled/
- 2023-04-12 16:32:41,771 [9] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Version/GetAllVersionInfo
- 2023-04-12 16:32:41,775 [9] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Setting/CheckMfaEnabled/
- 2023-04-12 16:32:50,211 [10] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Version/GetAllVersionInfo
- 2023-04-12 16:32:50,216 [10] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Setting/CheckMfaEnabled/
- 2023-04-12 16:32:50,237 [10] ERROR Toems_ApiCalls.TokenApi Error Obtaining Token: System.Xml.XmlException: '100' is an unexpected token. The expected token is '"' or '''. Line 28, position 65.
- at System.Xml.XmlTextReaderImpl.Throw(Exception e)
- at System.Xml.XmlTextReaderImpl.ParseAttributes()
- at System.Xml.XmlTextReaderImpl.ParseElement()
- at System.Xml.XmlTextReaderImpl.ParseElementContent()
- at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
- at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
- at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
- at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
- at RestSharp.Deserializers.XmlDeserializer.Deserialize[T](IRestResponse response)
- at RestSharp.RestClient.Deserialize[T](IRestRequest request, IRestResponse raw)
- 2023-04-12 16:32:50,238 [10] ERROR Toems_ApiCalls.TokenApi Error Obtaining Token: <!DOCTYPE html>
- <html>
- <head>
- <title>Access denied for user 'root'@'localhost' (using password: YES)</title>
- <meta name="viewport" content="width=device-width" />
- <style>
- body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
- p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
- b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
- H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
- H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
- pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
- .marker {font-weight: bold; color: black;text-decoration: none;}
- .version {color: gray;}
- .error {margin-bottom: 10px;}
- .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:pointer; }
- @media screen and (max-width: 639px) {
- pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
- }
- @media screen and (max-width: 479px) {
- pre { width: 280px; }
- }
- </style>
- </head>
- <body bgcolor="white">
- <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
- <h2> <i>Access denied for user 'root'@'localhost' (using password: YES)</i> </h2></span>
- <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
- <b> Description: </b>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.
- <br><br>
- <b> Exception Details: </b>MySqlConnector.MySqlException: Access denied for user 'root'@'localhost' (using password: YES)<br><br>
- <b>Source Error:</b> <br><br>
- <table width=100% bgcolor="#ffffcc">
- <tr>
- <td>
- <code>
- 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. </code>
- </td>
- </tr>
- </table>
- <br>
- <b>Stack Trace:</b> <br><br>
- <table width=100% bgcolor="#ffffcc">
- <tr>
- <td>
- <code><pre>
- [MySqlException (0x80004005): Access denied for user 'root'@'localhost' (using password: YES)]
- System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
- MySqlConnector.Core.<ConnectAsync>d__68.MoveNext() in /_/src/MySqlConnector/Core/ServerSession.cs:457
- System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
- MySqlConnector.Core.<GetSessionAsync>d__10.MoveNext() in /_/src/MySqlConnector/Core/ConnectionPool.cs:111
- System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
- MySqlConnector.Core.<GetSessionAsync>d__10.MoveNext() in /_/src/MySqlConnector/Core/ConnectionPool.cs:140
- System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
- MySqlConnector.<CreateSessionAsync>d__115.MoveNext() in /_/src/MySqlConnector/MySqlConnection.cs:819
- System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
- MySqlConnector.<OpenAsync>d__27.MoveNext() in /_/src/MySqlConnector/MySqlConnection.cs:407
- System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
- MySqlConnector.MySqlConnection.Open() in /_/src/MySqlConnector/MySqlConnection.cs:365
- Hangfire.MySql.MySqlStorage.CreateAndOpenConnection() +63
- Hangfire.MySql.MySqlStorage..ctor(String connectionString, MySqlStorageOptions storageOptions) +165
- Toems_ApplicationApi.Startup.Configuration(IAppBuilder app) +1175
- [TargetInvocationException: Exception has been thrown by the target of an invocation.]
- System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) +0
- System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) +132
- System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +146
- Owin.Loader.<>c__DisplayClass19_1.<MakeDelegate>b__0(IAppBuilder builder) in /_/src/Owin.Loader/DefaultLoader.cs:429
- Owin.Loader.<>c__DisplayClass9_0.<LoadImplementation>b__0(IAppBuilder builder) in /_/src/Owin.Loader/DefaultLoader.cs:128
- Microsoft.Owin.Host.SystemWeb.OwinAppContext.Initialize(Action`1 startup) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinAppContext.cs:82
- Microsoft.Owin.Host.SystemWeb.OwinBuilder.Build(Action`1 startup) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinBuilder.cs:64
- Microsoft.Owin.Host.SystemWeb.OwinHttpModule.InitializeBlueprint() in /_/src/Microsoft.Owin.Host.SystemWeb/OwinHttpModule.cs:46
- System.Threading.LazyInitializer.EnsureInitializedCore(T& target, Boolean& initialized, Object& syncLock, Func`1 valueFactory) +139
- Microsoft.Owin.Host.SystemWeb.OwinHttpModule.Init(HttpApplication context) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinHttpModule.cs:24
- System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +584
- System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +168
- System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +277
- System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +369
- [HttpException (0x80004005): Exception has been thrown by the target of an invocation.]
- System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +532
- System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +111
- System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +724
- </pre> </code>
- </td>
- </tr>
- </table>
- <br>
- <hr width=100% size=1 color=silver>
- <b>Version Information:</b> Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4494.0
- </font>
- </body>
- </html>
- <!--
- [MySqlException]: Access denied for user 'root'@'localhost' (using password: YES)
- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at MySqlConnector.Core.ServerSession.<ConnectAsync>d__68.MoveNext() in /_/src/MySqlConnector/Core/ServerSession.cs:line 457
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at MySqlConnector.Core.ConnectionPool.<GetSessionAsync>d__10.MoveNext() in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 111
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
- at MySqlConnector.Core.ConnectionPool.<GetSessionAsync>d__10.MoveNext() in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 140
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at MySqlConnector.MySqlConnection.<CreateSessionAsync>d__115.MoveNext() in /_/src/MySqlConnector/MySqlConnection.cs:line 819
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at MySqlConnector.MySqlConnection.<OpenAsync>d__27.MoveNext() in /_/src/MySqlConnector/MySqlConnection.cs:line 407
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at MySqlConnector.MySqlConnection.Open() in /_/src/MySqlConnector/MySqlConnection.cs:line 365
- at Hangfire.MySql.MySqlStorage.CreateAndOpenConnection()
- at Hangfire.MySql.MySqlStorage..ctor(String connectionString, MySqlStorageOptions storageOptions)
- at Toems_ApplicationApi.Startup.Configuration(IAppBuilder app)
- [TargetInvocationException]: Exception has been thrown by the target of an invocation.
- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
- at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
- at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
- at Owin.Loader.DefaultLoader.<>c__DisplayClass19_1.<MakeDelegate>b__0(IAppBuilder builder) in /_/src/Owin.Loader/DefaultLoader.cs:line 429
- at Owin.Loader.DefaultLoader.<>c__DisplayClass9_0.<LoadImplementation>b__0(IAppBuilder builder) in /_/src/Owin.Loader/DefaultLoader.cs:line 128
- at Microsoft.Owin.Host.SystemWeb.OwinAppContext.Initialize(Action`1 startup) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinAppContext.cs:line 82
- at Microsoft.Owin.Host.SystemWeb.OwinBuilder.Build(Action`1 startup) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinBuilder.cs:line 64
- at Microsoft.Owin.Host.SystemWeb.OwinHttpModule.InitializeBlueprint() in /_/src/Microsoft.Owin.Host.SystemWeb/OwinHttpModule.cs:line 46
- at System.Threading.LazyInitializer.EnsureInitializedCore[T](T& target, Boolean& initialized, Object& syncLock, Func`1 valueFactory)
- at Microsoft.Owin.Host.SystemWeb.OwinHttpModule.Init(HttpApplication context) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinHttpModule.cs:line 24
- 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)
- [HttpException]: Exception has been thrown by the target of an invocation.
- at System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
- at System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context)
- at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
- -->
- 2023-04-12 16:40:36,719 [7] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Version/GetAllVersionInfo
- 2023-04-12 16:40:36,735 [7] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Setting/CheckMfaEnabled/
- 2023-04-12 16:40:39,699 [10] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Version/GetAllVersionInfo
- 2023-04-12 16:40:39,702 [10] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Setting/CheckMfaEnabled/
- 2023-04-12 16:40:43,638 [5] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Version/GetAllVersionInfo
- 2023-04-12 16:40:43,642 [5] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Setting/CheckMfaEnabled/
- 2023-04-12 16:40:43,663 [5] ERROR Toems_ApiCalls.TokenApi Error Obtaining Token: System.Xml.XmlException: '100' is an unexpected token. The expected token is '"' or '''. Line 28, position 65.
- at System.Xml.XmlTextReaderImpl.Throw(Exception e)
- at System.Xml.XmlTextReaderImpl.ParseAttributes()
- at System.Xml.XmlTextReaderImpl.ParseElement()
- at System.Xml.XmlTextReaderImpl.ParseElementContent()
- at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
- at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
- at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
- at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
- at RestSharp.Deserializers.XmlDeserializer.Deserialize[T](IRestResponse response)
- at RestSharp.RestClient.Deserialize[T](IRestRequest request, IRestResponse raw)
- 2023-04-12 16:40:43,664 [5] ERROR Toems_ApiCalls.TokenApi Error Obtaining Token: <!DOCTYPE html>
- <html>
- <head>
- <title>Access denied for user 'root'@'localhost' (using password: YES)</title>
- <meta name="viewport" content="width=device-width" />
- <style>
- body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
- p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
- b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
- H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
- H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
- pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
- .marker {font-weight: bold; color: black;text-decoration: none;}
- .version {color: gray;}
- .error {margin-bottom: 10px;}
- .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:pointer; }
- @media screen and (max-width: 639px) {
- pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
- }
- @media screen and (max-width: 479px) {
- pre { width: 280px; }
- }
- </style>
- </head>
- <body bgcolor="white">
- <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
- <h2> <i>Access denied for user 'root'@'localhost' (using password: YES)</i> </h2></span>
- <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
- <b> Description: </b>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.
- <br><br>
- <b> Exception Details: </b>MySqlConnector.MySqlException: Access denied for user 'root'@'localhost' (using password: YES)<br><br>
- <b>Source Error:</b> <br><br>
- <table width=100% bgcolor="#ffffcc">
- <tr>
- <td>
- <code>
- 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. </code>
- </td>
- </tr>
- </table>
- <br>
- <b>Stack Trace:</b> <br><br>
- <table width=100% bgcolor="#ffffcc">
- <tr>
- <td>
- <code><pre>
- [MySqlException (0x80004005): Access denied for user 'root'@'localhost' (using password: YES)]
- System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
- MySqlConnector.Core.<ConnectAsync>d__68.MoveNext() in /_/src/MySqlConnector/Core/ServerSession.cs:457
- System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
- MySqlConnector.Core.<GetSessionAsync>d__10.MoveNext() in /_/src/MySqlConnector/Core/ConnectionPool.cs:111
- System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
- MySqlConnector.Core.<GetSessionAsync>d__10.MoveNext() in /_/src/MySqlConnector/Core/ConnectionPool.cs:140
- System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
- MySqlConnector.<CreateSessionAsync>d__115.MoveNext() in /_/src/MySqlConnector/MySqlConnection.cs:819
- System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
- MySqlConnector.<OpenAsync>d__27.MoveNext() in /_/src/MySqlConnector/MySqlConnection.cs:407
- System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
- System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
- MySqlConnector.MySqlConnection.Open() in /_/src/MySqlConnector/MySqlConnection.cs:365
- Hangfire.MySql.MySqlStorage.CreateAndOpenConnection() +63
- Hangfire.MySql.MySqlStorage..ctor(String connectionString, MySqlStorageOptions storageOptions) +165
- Toems_ApplicationApi.Startup.Configuration(IAppBuilder app) +1175
- [TargetInvocationException: Exception has been thrown by the target of an invocation.]
- System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) +0
- System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) +132
- System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +146
- Owin.Loader.<>c__DisplayClass19_1.<MakeDelegate>b__0(IAppBuilder builder) in /_/src/Owin.Loader/DefaultLoader.cs:429
- Owin.Loader.<>c__DisplayClass9_0.<LoadImplementation>b__0(IAppBuilder builder) in /_/src/Owin.Loader/DefaultLoader.cs:128
- Microsoft.Owin.Host.SystemWeb.OwinAppContext.Initialize(Action`1 startup) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinAppContext.cs:82
- Microsoft.Owin.Host.SystemWeb.OwinBuilder.Build(Action`1 startup) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinBuilder.cs:64
- Microsoft.Owin.Host.SystemWeb.OwinHttpModule.InitializeBlueprint() in /_/src/Microsoft.Owin.Host.SystemWeb/OwinHttpModule.cs:46
- System.Threading.LazyInitializer.EnsureInitializedCore(T& target, Boolean& initialized, Object& syncLock, Func`1 valueFactory) +139
- Microsoft.Owin.Host.SystemWeb.OwinHttpModule.Init(HttpApplication context) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinHttpModule.cs:24
- System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +584
- System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +168
- System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +277
- System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +369
- [HttpException (0x80004005): Exception has been thrown by the target of an invocation.]
- System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +532
- System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +111
- System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +724
- </pre> </code>
- </td>
- </tr>
- </table>
- <br>
- <hr width=100% size=1 color=silver>
- <b>Version Information:</b> Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4494.0
- </font>
- </body>
- </html>
- <!--
- [MySqlException]: Access denied for user 'root'@'localhost' (using password: YES)
- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at MySqlConnector.Core.ServerSession.<ConnectAsync>d__68.MoveNext() in /_/src/MySqlConnector/Core/ServerSession.cs:line 457
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at MySqlConnector.Core.ConnectionPool.<GetSessionAsync>d__10.MoveNext() in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 111
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
- at MySqlConnector.Core.ConnectionPool.<GetSessionAsync>d__10.MoveNext() in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 140
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at MySqlConnector.MySqlConnection.<CreateSessionAsync>d__115.MoveNext() in /_/src/MySqlConnector/MySqlConnection.cs:line 819
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at MySqlConnector.MySqlConnection.<OpenAsync>d__27.MoveNext() in /_/src/MySqlConnector/MySqlConnection.cs:line 407
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at MySqlConnector.MySqlConnection.Open() in /_/src/MySqlConnector/MySqlConnection.cs:line 365
- at Hangfire.MySql.MySqlStorage.CreateAndOpenConnection()
- at Hangfire.MySql.MySqlStorage..ctor(String connectionString, MySqlStorageOptions storageOptions)
- at Toems_ApplicationApi.Startup.Configuration(IAppBuilder app)
- [TargetInvocationException]: Exception has been thrown by the target of an invocation.
- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
- at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
- at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
- at Owin.Loader.DefaultLoader.<>c__DisplayClass19_1.<MakeDelegate>b__0(IAppBuilder builder) in /_/src/Owin.Loader/DefaultLoader.cs:line 429
- at Owin.Loader.DefaultLoader.<>c__DisplayClass9_0.<LoadImplementation>b__0(IAppBuilder builder) in /_/src/Owin.Loader/DefaultLoader.cs:line 128
- at Microsoft.Owin.Host.SystemWeb.OwinAppContext.Initialize(Action`1 startup) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinAppContext.cs:line 82
- at Microsoft.Owin.Host.SystemWeb.OwinBuilder.Build(Action`1 startup) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinBuilder.cs:line 64
- at Microsoft.Owin.Host.SystemWeb.OwinHttpModule.InitializeBlueprint() in /_/src/Microsoft.Owin.Host.SystemWeb/OwinHttpModule.cs:line 46
- at System.Threading.LazyInitializer.EnsureInitializedCore[T](T& target, Boolean& initialized, Object& syncLock, Func`1 valueFactory)
- at Microsoft.Owin.Host.SystemWeb.OwinHttpModule.Init(HttpApplication context) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinHttpModule.cs:line 24
- 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)
- [HttpException]: Exception has been thrown by the target of an invocation.
- at System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
- at System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context)
- at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
- -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement