Advertisement
Guest User

Screenconnect Debug Output

a guest
Jul 19th, 2017
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.12 KB | None | 0 0
  1. [0x7f881bfbe700:] EXCEPTION handling: System.Runtime.Serialization.SerializationException: Type ScreenConnect.WebAuthenticationPrincipal is not marked as Serializable.
  2.  
  3. "Threadpool worker" tid=0x0x7f881bfbe700 this=0x0x7f8819ce1a00 thread handle 0x313b state : not waiting owns ()
  4. at System.Runtime.Serialization.Formatters.Binary.BinaryCommon.CheckSerializable (System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext) <IL 0x00041, 0x000e5>
  5. at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.GetObjectData (object,System.Runtime.Serialization.Formatters.Binary.TypeMetadata&,object&) <IL 0x0009b, 0x0028d>
  6. at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.WriteObject (System.IO.BinaryWriter,long,object) <IL 0x00006, 0x0005c>
  7. at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.WriteObjectInstance (System.IO.BinaryWriter,object,bool) <IL 0x00066, 0x00182>
  8. at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.WriteQueuedObjects (System.IO.BinaryWriter) <IL 0x00013, 0x0003f>
  9. at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.WriteObjectGraph (System.IO.BinaryWriter,object,System.Runtime.Remoting.Messaging.Header[]) <IL 0x00021, 0x00070>
  10. at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize (System.IO.Stream,object,System.Runtime.Remoting.Messaging.Header[]) <IL 0x00063, 0x002bd>
  11. at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize (System.IO.Stream,object) <IL 0x00004, 0x00020>
  12. at System.Threading.Thread.SerializePrincipal (System.Threading.Thread,System.Security.Principal.IPrincipal) <IL 0x00161, 0x003d7>
  13. at System.Threading.Thread.set_CurrentPrincipal (System.Security.Principal.IPrincipal) <IL 0x0002b, 0x00097>
  14. at System.Web.Security.DefaultAuthenticationModule.OnDefaultAuthentication (object,System.EventArgs) <IL 0x0005e, 0x0016b>
  15. at System.Web.HttpApplication/<RunHooks>c__Iterator2.MoveNext () <IL 0x001cb, 0x003b6>
  16. at System.Web.HttpApplication/<Pipeline>c__Iterator3.MoveNext () <IL 0x0030a, 0x00abb>
  17. at System.Web.HttpApplication.Tick () <IL 0x00006, 0x00051>
  18. at System.Web.HttpApplication.Start (object) <IL 0x00095, 0x001f3>
  19. at System.Web.HttpApplication.System.Web.IHttpHandler.ProcessRequest (System.Web.HttpContext) <IL 0x0001c, 0x00049>
  20. at System.Web.HttpRuntime.Process (System.Web.HttpWorkerRequest) <IL 0x000c8, 0x0029b>
  21. at System.Web.HttpRuntime.RealProcessRequest (object) <IL 0x00029, 0x000a7>
  22. at System.Web.HttpRuntime.ProcessRequest (System.Web.HttpWorkerRequest) <IL 0x0002c, 0x00062>
  23. at ScreenConnect.WebServer.OnGetContext (System.IAsyncResult) <IL 0x000c9, 0x0039d>
  24. at System.Net.ListenerAsyncResult.InvokeCallback (object) <IL 0x00025, 0x00066>
  25. at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) <IL 0x00052, 0xffffffff>
  26.  
  27. [0x7f881bfbe700:] EXCEPTION handling: System.InvalidCastException: Value is not a convertible object: System.Object[] to ScreenConnect.SessionEventType[]
  28.  
  29. "Threadpool worker" tid=0x0x7f881bfbe700 this=0x0x7f8819ce1a00 thread handle 0x313b state : not waiting owns ()
  30. at System.Convert.ToType (object,System.Type,System.IFormatProvider,bool) <IL 0x002bd, 0x009c6>
  31. at System.Convert.ChangeType (object,System.Type) <IL 0x0004f, 0x0009e>
  32. at System.Web.Script.Serialization.JavaScriptSerializer.ConvertToType (object,System.Type) <IL 0x00137, 0x00620>
  33. at ScreenConnect.DatabaseService/<SaveAction>c__AnonStorey0.<>m__2 (ScreenConnect.MaintenancePlan) <IL 0x000df, 0x002f9>
  34. at ScreenConnect.DatabaseService.UsingMaintenancePlan (ScreenConnect.Proc`1<ScreenConnect.MaintenancePlan>) <IL 0x0001e, 0x00068>
  35. at ScreenConnect.DatabaseService.SaveAction (ScreenConnect.MaintenancePlanAction) <IL 0x00019, 0x0008d>
  36. at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) <IL 0x00052, 0xffffffff>
  37. at <unknown> <0xffffffff>
  38. at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) <IL 0x0001c, 0xffffffff>
  39. at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <IL 0x00070, 0x000f2>
  40. at System.Reflection.MethodBase.Invoke (object,object[]) <IL 0x00006, 0x0002a>
  41. at ScreenConnect.Extensions/<>c__DisplayClass119_0.<InvokeHandlingTargetInvocationException>b__0 () <IL 0x0000d, 0x00029>
  42. at ScreenConnect.Extensions.PerformHandlingTargetInvocationException (ScreenConnect.Func`1<object>) <IL 0x00001, 0x0001b>
  43. at ScreenConnect.Extensions.InvokeHandlingTargetInvocationException (System.Reflection.MethodInfo,object,object[]) <IL 0x00025, 0x000a7>
  44. at ScreenConnect.WebServiceReflector/SyncWebMethod/<>c__DisplayClass1_0.<BeginInvoke>b__0 () <IL 0x00017, 0x00027>
  45. at ScreenConnect.AsyncResult`1.ExecuteSync (ScreenConnect.Func`1<T>) <IL 0x00002, 0x00027>
  46. at ScreenConnect.WebServiceReflector/SyncWebMethod.BeginInvoke (ScreenConnect.WebServiceBase,object[],System.AsyncCallback,object) <IL 0x00030, 0x0010b>
  47. at ScreenConnect.WebServiceBase/<>c__DisplayClass12_2.<System.Web.IHttpAsyncHandler.BeginProcessRequest>b__5 (System.AsyncCallback) <IL 0x0002d, 0x00046>
  48. at ScreenConnect.AsyncResult`1.ExecuteAsync (ScreenConnect.Func`2<System.AsyncCallback, System.IAsyncResult>,ScreenConnect.Func`2<System.IAsyncResult, T>) <IL 0x00022, 0x000eb>
  49. at ScreenConnect.WebServiceBase.System.Web.IHttpAsyncHandler.BeginProcessRequest (System.Web.HttpContext,System.AsyncCallback,object) <IL 0x0033c, 0x00ccd>
  50. at System.Web.HttpApplication/<Pipeline>c__Iterator3.MoveNext () <IL 0x00dc0, 0x0383d>
  51. at System.Web.HttpApplication.Tick () <IL 0x00006, 0x00051>
  52. at System.Web.HttpApplication.Start (object) <IL 0x00095, 0x001f3>
  53. at System.Web.HttpApplication.System.Web.IHttpHandler.ProcessRequest (System.Web.HttpContext) <IL 0x0001c, 0x00049>
  54. at System.Web.HttpRuntime.Process (System.Web.HttpWorkerRequest) <IL 0x000c8, 0x0029b>
  55. at System.Web.HttpRuntime.RealProcessRequest (object) <IL 0x00029, 0x000a7>
  56. at System.Web.HttpRuntime.ProcessRequest (System.Web.HttpWorkerRequest) <IL 0x0002c, 0x00062>
  57. at ScreenConnect.WebServer.OnGetContext (System.IAsyncResult) <IL 0x000c9, 0x0039d>
  58. at System.Net.ListenerAsyncResult.InvokeCallback (object) <IL 0x00025, 0x00066>
  59. at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) <IL 0x00052, 0xffffffff>
  60.  
  61. [0x7f881bfbe700:] EXCEPTION handling: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
  62.  
  63. "Threadpool worker" tid=0x0x7f881bfbe700 this=0x0x7f8819ce1a00 thread handle 0x313b state : not waiting owns ()
  64. at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <IL 0x00085, 0x0016d>
  65. at System.Reflection.MethodBase.Invoke (object,object[]) <IL 0x00006, 0x0002a>
  66. at ScreenConnect.Extensions/<>c__DisplayClass119_0.<InvokeHandlingTargetInvocationException>b__0 () <IL 0x0000d, 0x00029>
  67. at ScreenConnect.Extensions.PerformHandlingTargetInvocationException (ScreenConnect.Func`1<object>) <IL 0x00001, 0x0001b>
  68. at ScreenConnect.Extensions.InvokeHandlingTargetInvocationException (System.Reflection.MethodInfo,object,object[]) <IL 0x00025, 0x000a7>
  69. at ScreenConnect.WebServiceReflector/SyncWebMethod/<>c__DisplayClass1_0.<BeginInvoke>b__0 () <IL 0x00017, 0x00027>
  70. at ScreenConnect.AsyncResult`1.ExecuteSync (ScreenConnect.Func`1<T>) <IL 0x00002, 0x00027>
  71. at ScreenConnect.WebServiceReflector/SyncWebMethod.BeginInvoke (ScreenConnect.WebServiceBase,object[],System.AsyncCallback,object) <IL 0x00030, 0x0010b>
  72. at ScreenConnect.WebServiceBase/<>c__DisplayClass12_2.<System.Web.IHttpAsyncHandler.BeginProcessRequest>b__5 (System.AsyncCallback) <IL 0x0002d, 0x00046>
  73. at ScreenConnect.AsyncResult`1.ExecuteAsync (ScreenConnect.Func`2<System.AsyncCallback, System.IAsyncResult>,ScreenConnect.Func`2<System.IAsyncResult, T>) <IL 0x00022, 0x000eb>
  74. at ScreenConnect.WebServiceBase.System.Web.IHttpAsyncHandler.BeginProcessRequest (System.Web.HttpContext,System.AsyncCallback,object) <IL 0x0033c, 0x00ccd>
  75. at System.Web.HttpApplication/<Pipeline>c__Iterator3.MoveNext () <IL 0x00dc0, 0x0383d>
  76. at System.Web.HttpApplication.Tick () <IL 0x00006, 0x00051>
  77. at System.Web.HttpApplication.Start (object) <IL 0x00095, 0x001f3>
  78. at System.Web.HttpApplication.System.Web.IHttpHandler.ProcessRequest (System.Web.HttpContext) <IL 0x0001c, 0x00049>
  79. at System.Web.HttpRuntime.Process (System.Web.HttpWorkerRequest) <IL 0x000c8, 0x0029b>
  80. at System.Web.HttpRuntime.RealProcessRequest (object) <IL 0x00029, 0x000a7>
  81. at System.Web.HttpRuntime.ProcessRequest (System.Web.HttpWorkerRequest) <IL 0x0002c, 0x00062>
  82. at ScreenConnect.WebServer.OnGetContext (System.IAsyncResult) <IL 0x000c9, 0x0039d>
  83. at System.Net.ListenerAsyncResult.InvokeCallback (object) <IL 0x00025, 0x00066>
  84. at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) <IL 0x00052, 0xffffffff>
  85.  
  86. [0x7f881bfbe700:] EXCEPTION handling: System.InvalidCastException: Value is not a convertible object: System.Object[] to ScreenConnect.SessionEventType[]
  87.  
  88. "Threadpool worker" tid=0x0x7f881bfbe700 this=0x0x7f8819ce1a00 thread handle 0x313b state : not waiting owns ()
  89. at ScreenConnect.Extensions.PerformHandlingTargetInvocationException (ScreenConnect.Func`1<object>) <IL 0x00020, 0x00091>
  90. at ScreenConnect.Extensions.InvokeHandlingTargetInvocationException (System.Reflection.MethodInfo,object,object[]) <IL 0x00025, 0x000a7>
  91. at ScreenConnect.WebServiceReflector/SyncWebMethod/<>c__DisplayClass1_0.<BeginInvoke>b__0 () <IL 0x00017, 0x00027>
  92. at ScreenConnect.AsyncResult`1.ExecuteSync (ScreenConnect.Func`1<T>) <IL 0x00002, 0x00027>
  93. at ScreenConnect.WebServiceReflector/SyncWebMethod.BeginInvoke (ScreenConnect.WebServiceBase,object[],System.AsyncCallback,object) <IL 0x00030, 0x0010b>
  94. at ScreenConnect.WebServiceBase/<>c__DisplayClass12_2.<System.Web.IHttpAsyncHandler.BeginProcessRequest>b__5 (System.AsyncCallback) <IL 0x0002d, 0x00046>
  95. at ScreenConnect.AsyncResult`1.ExecuteAsync (ScreenConnect.Func`2<System.AsyncCallback, System.IAsyncResult>,ScreenConnect.Func`2<System.IAsyncResult, T>) <IL 0x00022, 0x000eb>
  96. at ScreenConnect.WebServiceBase.System.Web.IHttpAsyncHandler.BeginProcessRequest (System.Web.HttpContext,System.AsyncCallback,object) <IL 0x0033c, 0x00ccd>
  97. at System.Web.HttpApplication/<Pipeline>c__Iterator3.MoveNext () <IL 0x00dc0, 0x0383d>
  98. at System.Web.HttpApplication.Tick () <IL 0x00006, 0x00051>
  99. at System.Web.HttpApplication.Start (object) <IL 0x00095, 0x001f3>
  100. at System.Web.HttpApplication.System.Web.IHttpHandler.ProcessRequest (System.Web.HttpContext) <IL 0x0001c, 0x00049>
  101. at System.Web.HttpRuntime.Process (System.Web.HttpWorkerRequest) <IL 0x000c8, 0x0029b>
  102. at System.Web.HttpRuntime.RealProcessRequest (object) <IL 0x00029, 0x000a7>
  103. at System.Web.HttpRuntime.ProcessRequest (System.Web.HttpWorkerRequest) <IL 0x0002c, 0x00062>
  104. at ScreenConnect.WebServer.OnGetContext (System.IAsyncResult) <IL 0x000c9, 0x0039d>
  105. at System.Net.ListenerAsyncResult.InvokeCallback (object) <IL 0x00025, 0x00066>
  106. at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) <IL 0x00052, 0xffffffff>
  107.  
  108. [0x7f881bfbe700:] EXCEPTION handling: System.InvalidCastException: Value is not a convertible object: System.Object[] to ScreenConnect.SessionEventType[]
  109.  
  110. "Threadpool worker" tid=0x0x7f881bfbe700 this=0x0x7f8819ce1a00 thread handle 0x313b state : not waiting owns ()
  111. at ScreenConnect.AsyncResult`1.End () <IL 0x00052, 0x00106>
  112. at ScreenConnect.WebServiceReflector/SyncWebMethod.EndInvoke (System.IAsyncResult) <IL 0x00006, 0x0007e>
  113. at ScreenConnect.WebServiceBase/<>c__DisplayClass12_0.<System.Web.IHttpAsyncHandler.BeginProcessRequest>b__6 (System.IAsyncResult) <IL 0x0000c, 0x0002b>
  114. at ScreenConnect.AsyncResult`1/<>c__DisplayClass43_0.<ExecuteAsync>b__0 (System.IAsyncResult) <IL 0x0000d, 0x00039>
  115. at ScreenConnect.AsyncResult`1.Complete () <IL 0x00016, 0x00053>
  116. at ScreenConnect.AsyncResult`1.ExecuteSync (ScreenConnect.Func`1<T>) <IL 0x00020, 0x000b4>
  117. at ScreenConnect.WebServiceReflector/SyncWebMethod.BeginInvoke (ScreenConnect.WebServiceBase,object[],System.AsyncCallback,object) <IL 0x00030, 0x0010b>
  118. at ScreenConnect.WebServiceBase/<>c__DisplayClass12_2.<System.Web.IHttpAsyncHandler.BeginProcessRequest>b__5 (System.AsyncCallback) <IL 0x0002d, 0x00046>
  119. at ScreenConnect.AsyncResult`1.ExecuteAsync (ScreenConnect.Func`2<System.AsyncCallback, System.IAsyncResult>,ScreenConnect.Func`2<System.IAsyncResult, T>) <IL 0x00022, 0x000eb>
  120. at ScreenConnect.WebServiceBase.System.Web.IHttpAsyncHandler.BeginProcessRequest (System.Web.HttpContext,System.AsyncCallback,object) <IL 0x0033c, 0x00ccd>
  121. at System.Web.HttpApplication/<Pipeline>c__Iterator3.MoveNext () <IL 0x00dc0, 0x0383d>
  122. at System.Web.HttpApplication.Tick () <IL 0x00006, 0x00051>
  123. at System.Web.HttpApplication.Start (object) <IL 0x00095, 0x001f3>
  124. at System.Web.HttpApplication.System.Web.IHttpHandler.ProcessRequest (System.Web.HttpContext) <IL 0x0001c, 0x00049>
  125. at System.Web.HttpRuntime.Process (System.Web.HttpWorkerRequest) <IL 0x000c8, 0x0029b>
  126. at System.Web.HttpRuntime.RealProcessRequest (object) <IL 0x00029, 0x000a7>
  127. at System.Web.HttpRuntime.ProcessRequest (System.Web.HttpWorkerRequest) <IL 0x0002c, 0x00062>
  128. at ScreenConnect.WebServer.OnGetContext (System.IAsyncResult) <IL 0x000c9, 0x0039d>
  129. at System.Net.ListenerAsyncResult.InvokeCallback (object) <IL 0x00025, 0x00066>
  130. at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) <IL 0x00052, 0xffffffff>
  131.  
  132. [0x7f881bfbe700:] EXCEPTION handling: System.InvalidCastException: Value is not a convertible object: System.Object[] to ScreenConnect.SessionEventType[]
  133.  
  134. "Threadpool worker" tid=0x0x7f881bfbe700 this=0x0x7f8819ce1a00 thread handle 0x313b state : not waiting owns ()
  135. at ScreenConnect.AsyncResult`1.End () <IL 0x00052, 0x00106>
  136. at ScreenConnect.WebServiceBase.System.Web.IHttpAsyncHandler.EndProcessRequest (System.IAsyncResult) <IL 0x00066, 0x001d4>
  137. at System.Web.HttpApplication.async_handler_complete_cb (System.IAsyncResult) <IL 0x00020, 0x000e8>
  138. at ScreenConnect.AsyncResult`1.Complete () <IL 0x00016, 0x00053>
  139. at ScreenConnect.AsyncResult`1/<>c__DisplayClass43_0.<ExecuteAsync>b__0 (System.IAsyncResult) <IL 0x0003f, 0x000ef>
  140. at ScreenConnect.AsyncResult`1.Complete () <IL 0x00016, 0x00053>
  141. at ScreenConnect.AsyncResult`1.ExecuteSync (ScreenConnect.Func`1<T>) <IL 0x00020, 0x000b4>
  142. at ScreenConnect.WebServiceReflector/SyncWebMethod.BeginInvoke (ScreenConnect.WebServiceBase,object[],System.AsyncCallback,object) <IL 0x00030, 0x0010b>
  143. at ScreenConnect.WebServiceBase/<>c__DisplayClass12_2.<System.Web.IHttpAsyncHandler.BeginProcessRequest>b__5 (System.AsyncCallback) <IL 0x0002d, 0x00046>
  144. at ScreenConnect.AsyncResult`1.ExecuteAsync (ScreenConnect.Func`2<System.AsyncCallback, System.IAsyncResult>,ScreenConnect.Func`2<System.IAsyncResult, T>) <IL 0x00022, 0x000eb>
  145. at ScreenConnect.WebServiceBase.System.Web.IHttpAsyncHandler.BeginProcessRequest (System.Web.HttpContext,System.AsyncCallback,object) <IL 0x0033c, 0x00ccd>
  146. at System.Web.HttpApplication/<Pipeline>c__Iterator3.MoveNext () <IL 0x00dc0, 0x0383d>
  147. at System.Web.HttpApplication.Tick () <IL 0x00006, 0x00051>
  148. at System.Web.HttpApplication.Start (object) <IL 0x00095, 0x001f3>
  149. at System.Web.HttpApplication.System.Web.IHttpHandler.ProcessRequest (System.Web.HttpContext) <IL 0x0001c, 0x00049>
  150. at System.Web.HttpRuntime.Process (System.Web.HttpWorkerRequest) <IL 0x000c8, 0x0029b>
  151. at System.Web.HttpRuntime.RealProcessRequest (object) <IL 0x00029, 0x000a7>
  152. at System.Web.HttpRuntime.ProcessRequest (System.Web.HttpWorkerRequest) <IL 0x0002c, 0x00062>
  153. at ScreenConnect.WebServer.OnGetContext (System.IAsyncResult) <IL 0x000c9, 0x0039d>
  154. at System.Net.ListenerAsyncResult.InvokeCallback (object) <IL 0x00025, 0x00066>
  155. at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) <IL 0x00052, 0xffffffff>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement