Skip to main content
Question

AAProxyServer.exe .NET runtime error, AA Enterpise Client 11.3.4.0

  • 21 February 2023
  • 1 reply
  • 58 views

Hi,

 

Recently I’ve seen some odd behaviour in my Enterprise Client like not recognising object which have been recorded few days earlier and out of memory messages. Looking in Event Viewer I’ve noticed this:

 

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

- <System>

  <Provider Name=".NET Runtime" />

  <EventID Qualifiers="0">1026</EventID>

  <Version>0</Version>

  <Level>2</Level>

  <Task>0</Task>

  <Opcode>0</Opcode>

  <Keywords>0x80000000000000</Keywords>

  <TimeCreated SystemTime="2023-02-21T09:46:09.7885832Z" />

  <EventRecordID>14190</EventRecordID>

  <Correlation />

  <Execution ProcessID="0" ThreadID="0" />

  <Channel>Application</Channel>

  <Computer>XYZ.ad.local</Computer>

  <Security />

  </System>

- <EventData>

  <Data>Application: AAProxyServer.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.ObjectDisposedException at System.Net.Sockets.Socket.EndAccept(System.IAsyncResult) at Automation.ProxyServer.PolicyServer.OnConnection(System.IAsyncResult) at System.Net.LazyAsyncResult.Complete(IntPtr) at System.Net.ContextAwareResult.CompleteCallback(System.Object) at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Net.ContextAwareResult.Complete(IntPtr) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(System.Object, IntPtr) at System.Net.Sockets.Socket.CompleteAcceptResults(System.Object) at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()</Data>

  </EventData>

  </Event>


Application: AAProxyServer.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ObjectDisposedException
   at System.Net.Sockets.Socket.EndAccept(System.IAsyncResult)
   at Automation.ProxyServer.PolicyServer.OnConnection(System.IAsyncResult)
   at System.Net.LazyAsyncResult.Complete(IntPtr)
   at System.Net.ContextAwareResult.CompleteCallback(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Net.ContextAwareResult.Complete(IntPtr)
   at System.Net.LazyAsyncResult.ProtectedInvokeCallback(System.Object, IntPtr)
   at System.Net.Sockets.Socket.CompleteAcceptResults(System.Object)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

 

 

Can anyone explain what does this error mean and how coud I fix it? I’ve compared Event Viewer on another machine and there aren’t those kind of logs and that other machine works without issues.

 

Thanks

1 reply

Userlevel 5
Badge +14

@mblaskovic 

This error caused due to your system low memory, Try to close application which causing more memory consumption also clear the %Temp% folder

(OR)

application is trying to open a file that does exist. Perhaps you expected it to be part of the installation, or it’s using the wrong path.

 

Reply