Advertisement
Guest User

C:\Program Files\Theopenem\Toems-UI\private\logs

a guest
Apr 12th, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.69 KB | None | 0 0
  1. 2023-04-12 16:32:38,649 [7] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Version/GetAllVersionInfo
  2. 2023-04-12 16:32:38,668 [7] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Setting/CheckMfaEnabled/
  3. 2023-04-12 16:32:38,972 [7] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Version/GetAllVersionInfo
  4. 2023-04-12 16:32:38,976 [7] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Setting/CheckMfaEnabled/
  5. 2023-04-12 16:32:41,771 [9] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Version/GetAllVersionInfo
  6. 2023-04-12 16:32:41,775 [9] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Setting/CheckMfaEnabled/
  7. 2023-04-12 16:32:50,211 [10] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Version/GetAllVersionInfo
  8. 2023-04-12 16:32:50,216 [10] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Setting/CheckMfaEnabled/
  9. 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.
  10. at System.Xml.XmlTextReaderImpl.Throw(Exception e)
  11. at System.Xml.XmlTextReaderImpl.ParseAttributes()
  12. at System.Xml.XmlTextReaderImpl.ParseElement()
  13. at System.Xml.XmlTextReaderImpl.ParseElementContent()
  14. at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
  15. at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
  16. at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
  17. at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
  18. at RestSharp.Deserializers.XmlDeserializer.Deserialize[T](IRestResponse response)
  19. at RestSharp.RestClient.Deserialize[T](IRestRequest request, IRestResponse raw)
  20. 2023-04-12 16:32:50,238 [10] ERROR Toems_ApiCalls.TokenApi Error Obtaining Token: <!DOCTYPE html>
  21. <html>
  22. <head>
  23. <title>Access denied for user 'root'@'localhost' (using password: YES)</title>
  24. <meta name="viewport" content="width=device-width" />
  25. <style>
  26. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  27. p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  28. b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  29. H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  30. H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  31. pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
  32. .marker {font-weight: bold; color: black;text-decoration: none;}
  33. .version {color: gray;}
  34. .error {margin-bottom: 10px;}
  35. .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:pointer; }
  36. @media screen and (max-width: 639px) {
  37. pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
  38. }
  39. @media screen and (max-width: 479px) {
  40. pre { width: 280px; }
  41. }
  42. </style>
  43. </head>
  44.  
  45. <body bgcolor="white">
  46.  
  47. <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
  48.  
  49. <h2> <i>Access denied for user 'root'@'localhost' (using password: YES)</i> </h2></span>
  50.  
  51. <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  52.  
  53. <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.
  54.  
  55. <br><br>
  56.  
  57. <b> Exception Details: </b>MySqlConnector.MySqlException: Access denied for user 'root'@'localhost' (using password: YES)<br><br>
  58.  
  59. <b>Source Error:</b> <br><br>
  60.  
  61. <table width=100% bgcolor="#ffffcc">
  62. <tr>
  63. <td>
  64. <code>
  65.  
  66. 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>
  67.  
  68. </td>
  69. </tr>
  70. </table>
  71.  
  72. <br>
  73.  
  74. <b>Stack Trace:</b> <br><br>
  75.  
  76. <table width=100% bgcolor="#ffffcc">
  77. <tr>
  78. <td>
  79. <code><pre>
  80.  
  81. [MySqlException (0x80004005): Access denied for user &#39;root&#39;@&#39;localhost&#39; (using password: YES)]
  82. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  83. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  84. MySqlConnector.Core.&lt;ConnectAsync&gt;d__68.MoveNext() in /_/src/MySqlConnector/Core/ServerSession.cs:457
  85. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  86. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  87. MySqlConnector.Core.&lt;GetSessionAsync&gt;d__10.MoveNext() in /_/src/MySqlConnector/Core/ConnectionPool.cs:111
  88. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  89. MySqlConnector.Core.&lt;GetSessionAsync&gt;d__10.MoveNext() in /_/src/MySqlConnector/Core/ConnectionPool.cs:140
  90. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  91. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  92. MySqlConnector.&lt;CreateSessionAsync&gt;d__115.MoveNext() in /_/src/MySqlConnector/MySqlConnection.cs:819
  93. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  94. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  95. MySqlConnector.&lt;OpenAsync&gt;d__27.MoveNext() in /_/src/MySqlConnector/MySqlConnection.cs:407
  96. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  97. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  98. MySqlConnector.MySqlConnection.Open() in /_/src/MySqlConnector/MySqlConnection.cs:365
  99. Hangfire.MySql.MySqlStorage.CreateAndOpenConnection() +63
  100. Hangfire.MySql.MySqlStorage..ctor(String connectionString, MySqlStorageOptions storageOptions) +165
  101. Toems_ApplicationApi.Startup.Configuration(IAppBuilder app) +1175
  102.  
  103. [TargetInvocationException: Exception has been thrown by the target of an invocation.]
  104. System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) +0
  105. System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) +132
  106. System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +146
  107. Owin.Loader.&lt;&gt;c__DisplayClass19_1.&lt;MakeDelegate&gt;b__0(IAppBuilder builder) in /_/src/Owin.Loader/DefaultLoader.cs:429
  108. Owin.Loader.&lt;&gt;c__DisplayClass9_0.&lt;LoadImplementation&gt;b__0(IAppBuilder builder) in /_/src/Owin.Loader/DefaultLoader.cs:128
  109. Microsoft.Owin.Host.SystemWeb.OwinAppContext.Initialize(Action`1 startup) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinAppContext.cs:82
  110. Microsoft.Owin.Host.SystemWeb.OwinBuilder.Build(Action`1 startup) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinBuilder.cs:64
  111. Microsoft.Owin.Host.SystemWeb.OwinHttpModule.InitializeBlueprint() in /_/src/Microsoft.Owin.Host.SystemWeb/OwinHttpModule.cs:46
  112. System.Threading.LazyInitializer.EnsureInitializedCore(T&amp; target, Boolean&amp; initialized, Object&amp; syncLock, Func`1 valueFactory) +139
  113. Microsoft.Owin.Host.SystemWeb.OwinHttpModule.Init(HttpApplication context) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinHttpModule.cs:24
  114. System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +584
  115. System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +168
  116. System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +277
  117. System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +369
  118.  
  119. [HttpException (0x80004005): Exception has been thrown by the target of an invocation.]
  120. System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +532
  121. System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +111
  122. System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +724
  123. </pre> </code>
  124.  
  125. </td>
  126. </tr>
  127. </table>
  128.  
  129. <br>
  130.  
  131. <hr width=100% size=1 color=silver>
  132.  
  133. <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4494.0
  134.  
  135. </font>
  136.  
  137. </body>
  138. </html>
  139. <!--
  140. [MySqlException]: Access denied for user &#39;root&#39;@&#39;localhost&#39; (using password: YES)
  141. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  142. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  143. at MySqlConnector.Core.ServerSession.<ConnectAsync>d__68.MoveNext() in /_/src/MySqlConnector/Core/ServerSession.cs:line 457
  144. --- End of stack trace from previous location where exception was thrown ---
  145. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  146. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  147. at MySqlConnector.Core.ConnectionPool.<GetSessionAsync>d__10.MoveNext() in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 111
  148. --- End of stack trace from previous location where exception was thrown ---
  149. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  150. at MySqlConnector.Core.ConnectionPool.<GetSessionAsync>d__10.MoveNext() in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 140
  151. --- End of stack trace from previous location where exception was thrown ---
  152. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  153. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  154. at MySqlConnector.MySqlConnection.<CreateSessionAsync>d__115.MoveNext() in /_/src/MySqlConnector/MySqlConnection.cs:line 819
  155. --- End of stack trace from previous location where exception was thrown ---
  156. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  157. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  158. at MySqlConnector.MySqlConnection.<OpenAsync>d__27.MoveNext() in /_/src/MySqlConnector/MySqlConnection.cs:line 407
  159. --- End of stack trace from previous location where exception was thrown ---
  160. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  161. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  162. at MySqlConnector.MySqlConnection.Open() in /_/src/MySqlConnector/MySqlConnection.cs:line 365
  163. at Hangfire.MySql.MySqlStorage.CreateAndOpenConnection()
  164. at Hangfire.MySql.MySqlStorage..ctor(String connectionString, MySqlStorageOptions storageOptions)
  165. at Toems_ApplicationApi.Startup.Configuration(IAppBuilder app)
  166. [TargetInvocationException]: Exception has been thrown by the target of an invocation.
  167. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  168. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  169. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  170. at Owin.Loader.DefaultLoader.<>c__DisplayClass19_1.<MakeDelegate>b__0(IAppBuilder builder) in /_/src/Owin.Loader/DefaultLoader.cs:line 429
  171. at Owin.Loader.DefaultLoader.<>c__DisplayClass9_0.<LoadImplementation>b__0(IAppBuilder builder) in /_/src/Owin.Loader/DefaultLoader.cs:line 128
  172. at Microsoft.Owin.Host.SystemWeb.OwinAppContext.Initialize(Action`1 startup) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinAppContext.cs:line 82
  173. at Microsoft.Owin.Host.SystemWeb.OwinBuilder.Build(Action`1 startup) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinBuilder.cs:line 64
  174. at Microsoft.Owin.Host.SystemWeb.OwinHttpModule.InitializeBlueprint() in /_/src/Microsoft.Owin.Host.SystemWeb/OwinHttpModule.cs:line 46
  175. at System.Threading.LazyInitializer.EnsureInitializedCore[T](T& target, Boolean& initialized, Object& syncLock, Func`1 valueFactory)
  176. at Microsoft.Owin.Host.SystemWeb.OwinHttpModule.Init(HttpApplication context) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinHttpModule.cs:line 24
  177. at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
  178. at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
  179. at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
  180. at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
  181. [HttpException]: Exception has been thrown by the target of an invocation.
  182. at System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
  183. at System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context)
  184. at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
  185. -->
  186. 2023-04-12 16:40:36,719 [7] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Version/GetAllVersionInfo
  187. 2023-04-12 16:40:36,735 [7] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Setting/CheckMfaEnabled/
  188. 2023-04-12 16:40:39,699 [10] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Version/GetAllVersionInfo
  189. 2023-04-12 16:40:39,702 [10] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Setting/CheckMfaEnabled/
  190. 2023-04-12 16:40:43,638 [5] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Version/GetAllVersionInfo
  191. 2023-04-12 16:40:43,642 [5] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: Setting/CheckMfaEnabled/
  192. 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.
  193. at System.Xml.XmlTextReaderImpl.Throw(Exception e)
  194. at System.Xml.XmlTextReaderImpl.ParseAttributes()
  195. at System.Xml.XmlTextReaderImpl.ParseElement()
  196. at System.Xml.XmlTextReaderImpl.ParseElementContent()
  197. at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
  198. at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
  199. at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
  200. at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
  201. at RestSharp.Deserializers.XmlDeserializer.Deserialize[T](IRestResponse response)
  202. at RestSharp.RestClient.Deserialize[T](IRestRequest request, IRestResponse raw)
  203. 2023-04-12 16:40:43,664 [5] ERROR Toems_ApiCalls.TokenApi Error Obtaining Token: <!DOCTYPE html>
  204. <html>
  205. <head>
  206. <title>Access denied for user 'root'@'localhost' (using password: YES)</title>
  207. <meta name="viewport" content="width=device-width" />
  208. <style>
  209. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  210. p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  211. b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  212. H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  213. H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  214. pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
  215. .marker {font-weight: bold; color: black;text-decoration: none;}
  216. .version {color: gray;}
  217. .error {margin-bottom: 10px;}
  218. .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:pointer; }
  219. @media screen and (max-width: 639px) {
  220. pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
  221. }
  222. @media screen and (max-width: 479px) {
  223. pre { width: 280px; }
  224. }
  225. </style>
  226. </head>
  227.  
  228. <body bgcolor="white">
  229.  
  230. <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
  231.  
  232. <h2> <i>Access denied for user 'root'@'localhost' (using password: YES)</i> </h2></span>
  233.  
  234. <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  235.  
  236. <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.
  237.  
  238. <br><br>
  239.  
  240. <b> Exception Details: </b>MySqlConnector.MySqlException: Access denied for user 'root'@'localhost' (using password: YES)<br><br>
  241.  
  242. <b>Source Error:</b> <br><br>
  243.  
  244. <table width=100% bgcolor="#ffffcc">
  245. <tr>
  246. <td>
  247. <code>
  248.  
  249. 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>
  250.  
  251. </td>
  252. </tr>
  253. </table>
  254.  
  255. <br>
  256.  
  257. <b>Stack Trace:</b> <br><br>
  258.  
  259. <table width=100% bgcolor="#ffffcc">
  260. <tr>
  261. <td>
  262. <code><pre>
  263.  
  264. [MySqlException (0x80004005): Access denied for user &#39;root&#39;@&#39;localhost&#39; (using password: YES)]
  265. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  266. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  267. MySqlConnector.Core.&lt;ConnectAsync&gt;d__68.MoveNext() in /_/src/MySqlConnector/Core/ServerSession.cs:457
  268. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  269. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  270. MySqlConnector.Core.&lt;GetSessionAsync&gt;d__10.MoveNext() in /_/src/MySqlConnector/Core/ConnectionPool.cs:111
  271. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  272. MySqlConnector.Core.&lt;GetSessionAsync&gt;d__10.MoveNext() in /_/src/MySqlConnector/Core/ConnectionPool.cs:140
  273. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  274. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  275. MySqlConnector.&lt;CreateSessionAsync&gt;d__115.MoveNext() in /_/src/MySqlConnector/MySqlConnection.cs:819
  276. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  277. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  278. MySqlConnector.&lt;OpenAsync&gt;d__27.MoveNext() in /_/src/MySqlConnector/MySqlConnection.cs:407
  279. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  280. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  281. MySqlConnector.MySqlConnection.Open() in /_/src/MySqlConnector/MySqlConnection.cs:365
  282. Hangfire.MySql.MySqlStorage.CreateAndOpenConnection() +63
  283. Hangfire.MySql.MySqlStorage..ctor(String connectionString, MySqlStorageOptions storageOptions) +165
  284. Toems_ApplicationApi.Startup.Configuration(IAppBuilder app) +1175
  285.  
  286. [TargetInvocationException: Exception has been thrown by the target of an invocation.]
  287. System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) +0
  288. System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) +132
  289. System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +146
  290. Owin.Loader.&lt;&gt;c__DisplayClass19_1.&lt;MakeDelegate&gt;b__0(IAppBuilder builder) in /_/src/Owin.Loader/DefaultLoader.cs:429
  291. Owin.Loader.&lt;&gt;c__DisplayClass9_0.&lt;LoadImplementation&gt;b__0(IAppBuilder builder) in /_/src/Owin.Loader/DefaultLoader.cs:128
  292. Microsoft.Owin.Host.SystemWeb.OwinAppContext.Initialize(Action`1 startup) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinAppContext.cs:82
  293. Microsoft.Owin.Host.SystemWeb.OwinBuilder.Build(Action`1 startup) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinBuilder.cs:64
  294. Microsoft.Owin.Host.SystemWeb.OwinHttpModule.InitializeBlueprint() in /_/src/Microsoft.Owin.Host.SystemWeb/OwinHttpModule.cs:46
  295. System.Threading.LazyInitializer.EnsureInitializedCore(T&amp; target, Boolean&amp; initialized, Object&amp; syncLock, Func`1 valueFactory) +139
  296. Microsoft.Owin.Host.SystemWeb.OwinHttpModule.Init(HttpApplication context) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinHttpModule.cs:24
  297. System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +584
  298. System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +168
  299. System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +277
  300. System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +369
  301.  
  302. [HttpException (0x80004005): Exception has been thrown by the target of an invocation.]
  303. System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +532
  304. System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +111
  305. System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +724
  306. </pre> </code>
  307.  
  308. </td>
  309. </tr>
  310. </table>
  311.  
  312. <br>
  313.  
  314. <hr width=100% size=1 color=silver>
  315.  
  316. <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4494.0
  317.  
  318. </font>
  319.  
  320. </body>
  321. </html>
  322. <!--
  323. [MySqlException]: Access denied for user &#39;root&#39;@&#39;localhost&#39; (using password: YES)
  324. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  325. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  326. at MySqlConnector.Core.ServerSession.<ConnectAsync>d__68.MoveNext() in /_/src/MySqlConnector/Core/ServerSession.cs:line 457
  327. --- End of stack trace from previous location where exception was thrown ---
  328. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  329. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  330. at MySqlConnector.Core.ConnectionPool.<GetSessionAsync>d__10.MoveNext() in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 111
  331. --- End of stack trace from previous location where exception was thrown ---
  332. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  333. at MySqlConnector.Core.ConnectionPool.<GetSessionAsync>d__10.MoveNext() in /_/src/MySqlConnector/Core/ConnectionPool.cs:line 140
  334. --- End of stack trace from previous location where exception was thrown ---
  335. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  336. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  337. at MySqlConnector.MySqlConnection.<CreateSessionAsync>d__115.MoveNext() in /_/src/MySqlConnector/MySqlConnection.cs:line 819
  338. --- End of stack trace from previous location where exception was thrown ---
  339. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  340. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  341. at MySqlConnector.MySqlConnection.<OpenAsync>d__27.MoveNext() in /_/src/MySqlConnector/MySqlConnection.cs:line 407
  342. --- End of stack trace from previous location where exception was thrown ---
  343. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  344. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  345. at MySqlConnector.MySqlConnection.Open() in /_/src/MySqlConnector/MySqlConnection.cs:line 365
  346. at Hangfire.MySql.MySqlStorage.CreateAndOpenConnection()
  347. at Hangfire.MySql.MySqlStorage..ctor(String connectionString, MySqlStorageOptions storageOptions)
  348. at Toems_ApplicationApi.Startup.Configuration(IAppBuilder app)
  349. [TargetInvocationException]: Exception has been thrown by the target of an invocation.
  350. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  351. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  352. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  353. at Owin.Loader.DefaultLoader.<>c__DisplayClass19_1.<MakeDelegate>b__0(IAppBuilder builder) in /_/src/Owin.Loader/DefaultLoader.cs:line 429
  354. at Owin.Loader.DefaultLoader.<>c__DisplayClass9_0.<LoadImplementation>b__0(IAppBuilder builder) in /_/src/Owin.Loader/DefaultLoader.cs:line 128
  355. at Microsoft.Owin.Host.SystemWeb.OwinAppContext.Initialize(Action`1 startup) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinAppContext.cs:line 82
  356. at Microsoft.Owin.Host.SystemWeb.OwinBuilder.Build(Action`1 startup) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinBuilder.cs:line 64
  357. at Microsoft.Owin.Host.SystemWeb.OwinHttpModule.InitializeBlueprint() in /_/src/Microsoft.Owin.Host.SystemWeb/OwinHttpModule.cs:line 46
  358. at System.Threading.LazyInitializer.EnsureInitializedCore[T](T& target, Boolean& initialized, Object& syncLock, Func`1 valueFactory)
  359. at Microsoft.Owin.Host.SystemWeb.OwinHttpModule.Init(HttpApplication context) in /_/src/Microsoft.Owin.Host.SystemWeb/OwinHttpModule.cs:line 24
  360. at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
  361. at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
  362. at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
  363. at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
  364. [HttpException]: Exception has been thrown by the target of an invocation.
  365. at System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
  366. at System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context)
  367. at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
  368. -->
  369.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement