Full Version : network error log
xmlspawner >>Troubleshooting >>network error log


<< Prev | Next >>

koluch- 10-05-2007
Sorry for posting this here Arte..
Is it possible for you to make a general help area perhaps not related to xmlspawner.
Only reason I ask is you know so much and such a great help everyone.

This is with svn 237 - XP 64 bit - Windows firewall- No-ip Not sure if that helps
Should we be concerned with these errors ?
It doe not crash the server. But I have no clue what those errors mean.

Thanks in advance



# 10/3/2007 7:03:49 PM
System.ObjectDisposedException: Safe handle has been closed
at System.StubHelpers.StubHelpers.SafeHandleC2NHelper(Object pThis, IntPtr pCleanupWorkList)
at System.Net.UnsafeNclNativeMethods.OSSOCK.WSASend(SafeCloseSocket socketHandle, WSABuffer& buffer, Int32 bufferCount, Int32& bytesTransferred, SocketFlags socketFlags, IntPtr overlapped, IntPtr completionRoutine)
at System.Net.Sockets.Socket.DoBeginSend(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, OverlappedAsyncResult asyncResult)
at System.Net.Sockets.Socket.BeginSend(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, SocketError& errorCode, AsyncCallback callback, Object state)
at System.Net.Sockets.Socket.BeginSend(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)
at Server.Network.NetState.Flush()


# 10/4/2007 3:59:22 PM
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Net.Sockets.Socket'.
at System.Net.Sockets.Socket.BeginSend(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, SocketError& errorCode, AsyncCallback callback, Object state)
at System.Net.Sockets.Socket.BeginSend(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)
at Server.Network.NetState.Flush()


# 10/5/2007 11:08:45 AM
System.Net.Sockets.SocketException: A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call
at System.Net.Sockets.Socket.BeginSend(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)
at Server.Network.NetState.Flush()


Koluch

ArteGordon- 10-05-2007
My guess would be a network driver issue.

koluch- 10-09-2007
Thanks for the reply Arte

Looks like some similar errors posted in the runuo bug list and mark says it is there from the svn debug...or something of that nature.

My husband did some searches and seems it could have something to do with bugs in the .netframework 2.0, of course we are not all that sure but others are posting problems in other programs that are causing same type errors.

Hope this helps anyone else that may have this popping up.

Thanks again smile.gif