Dart Home | PowerTCP WebServer for ActiveX | Custom Development | Reply | PowerTCP WebServer for ActiveX Topics | Forums |
Author | Forum: PowerTCP WebServer for ActiveX Topic: Infinite 10058-Miscellaneous errors |
User446 Posts: 14 Member Since: 03/13/01 |
posted November 2, 2001 5:25 PM We occassionaly get an infinite number of errors looking like: 10058 Miscellaneous error. They come in at 10-20/second and pretty much stop the server from processing requests. This happens every 1-5 days. Perhaps it's related to some spider or browser that doesn't obey the proper protocols. I can't find any way to debug it further because your Error method doesn't have a Request object as a parameter and I've disabled PlaceCookies so the Session object is useless to me. Stopping/restarting your control seems to make the problem go away for a while. Have you seen this before? For now, I've coded an automatic stop/start of your control when more than 100 errors are reported in a single minute. |
K M Drake![]() From: Utica, NY USA Posts: 3406 Member Since: 07/14/00 |
posted November 5, 2001 9:04 AM Hi Dave, No, I have not run into this before, so I do not have information for you. If it helps, here is info on 10058 from MSDN: Cannot send after socket shutdown. 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. By calling shutdown a partial close of a socket is requested, which is a signal that sending or receiving, or both have been discontinued. -ken K M Drake Dart Tech Support |
waikong From: nyc, NY USA Posts: 3 Member Since: 12/19/03 |
posted December 19, 2003 4:55 PM I just recently had the same issue, was there ever any resolution to this? |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted December 21, 2003 6:54 PM The problem was never demonstrated to us, so there was never an issue to be resolved. Please explain the exact steps we need to take to duplicate the problem. |
waikong From: nyc, NY USA Posts: 3 Member Since: 12/19/03 |
posted December 29, 2003 11:55 AM Unfortunately, its not readily reproduced. I've experienced it only twice in the last year with software that is running on a server everyday. While the occurence is low, the consequence forces us to shut down the process and restart. The circumstance was when the Write socket is writing to a Read Socket, and the read socket shuts down (user closes app). Like I said, this happens all the time and we rarely see this problem. Thats the best I can do at the moment. Thought you guys may want to log it and note that there is some infrequent but real problem here. Thanks. |
Reply | PowerTCP WebServer for ActiveX Topics | Forums |
This site is powered by
![]() |