Subject: agsXMPP.Xml.xpnet.PartialTokenException gets generated thousands of times
We're getting the following error logged:
The error seems to occure in agsXMPP.Xml.StreamParser in the Push(byte[] buf, int offset, int length) method in line: 137:
Is this expected behavior?
- Caught: "" (agsXMPP.Xml.xpnet.PartialTokenException) Exception Message = null, Exception Type = "agsXMPP.Xml.xpnet.PartialTokenException"
Call stack:> agsXMPP.dll!agsXMPP.Xml.StreamParser.Push(byte[] buf = {unknown}, int offset = {unknown}, int length = {unknown})
agsXMPP.dll!agsXMPP.XmppConnection.SocketOnReceive(object sender = {unknown}, byte[] data = {unknown}, int count = {unknown})
agsXMPP.dll!agsXMPP.net.BaseSocket.FireOnReceive(byte[] b = {unknown}, int length = {unknown})
agsXMPP.dll!agsXMPP.net.ClientSocket.EndReceive(System.IAsyncResult ar = {unknown})
System.dll!System.Net.LazyAsyncResult.Complete(System.IntPtr userToken = {unknown})
[External Code]
System.dll!System.Net.ContextAwareResult.Complete(System.IntPtr userToken = {unknown})
System.dll!System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(uint errorCode = {unknown}, uint numBytes = {unknown}, System.Threading.NativeOverlapped* nativeOverlapped = {unknown})
[External Code]
agsXMPP.dll!agsXMPP.XmppConnection.SocketOnReceive(object sender = {unknown}, byte[] data = {unknown}, int count = {unknown})
agsXMPP.dll!agsXMPP.net.BaseSocket.FireOnReceive(byte[] b = {unknown}, int length = {unknown})
agsXMPP.dll!agsXMPP.net.ClientSocket.EndReceive(System.IAsyncResult ar = {unknown})
System.dll!System.Net.LazyAsyncResult.Complete(System.IntPtr userToken = {unknown})
[External Code]
System.dll!System.Net.ContextAwareResult.Complete(System.IntPtr userToken = {unknown})
System.dll!System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(uint errorCode = {unknown}, uint numBytes = {unknown}, System.Threading.NativeOverlapped* nativeOverlapped = {unknown})
[External Code]
The error seems to occure in agsXMPP.Xml.StreamParser in the Push(byte[] buf, int offset, int length) method in line: 137:
tok = m_enc.tokenizeContent(b, off, b.Length, ct);
Is this expected behavior?
rksprst
Show profile
Link to this post
