Home > info tcp > info tcp listener returned error on accept

Info Tcp Listener Returned Error On Accept

› TCP Listener returned error on accept This topic contains 11 replies, has 7 voices, and was last updated by dfederici 9 years, 7 months ago. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts November 10, 2006 at 5:49 pm #367562 elptacekParticipant I am seeing the following errors /Library/Logs/AppleFileService/AppleFileServiceError.log: 10/Nov/2006:08:47:20 -0600: TCP Listener returned error on accept Before they begin, users whose home directories live on this file server begin to complain of application slowness and errors. I watch the server (load, AFS threads, etc), but once I start seeing these errors, I know the file server is a goner. My only choice thus far is to reboot. Many searches for this error have returned up little to nothing. Any input/insight (and even ‘me, too!') will be appreciated. Erin November 13, 2006 at 2:09 pm #367569 Anonymous I am seeing the same problem on my machine. I am running 10.4.8 on this server. When I came in this morning my AppleFileSericeEror.log was 3.01GB. November 15, 2006 at 7:46 pm #367616 mosx86Participant [QUOTE][u]Quote by: brnlahaze[/u] I am seeing the same problem on my machine. I am running 10.4.8 on this server. When I came in this morning my AppleFileSericeEror.log was 3.01GB. [/QUOTE] Same thing here… Not sure what triggered it yet, but our log was 2.9 GB and AFP was taking approx 100% of the proc. November 16, 2006 at 1:50 am #367620 elptacekParticipant I thought that the AFP being at maxThreads and hovering around 100% CPU use was the problem here, too. And usually when I begin seeing these messages, that is the case (also often when I'm not seeing them). Then it happened on one server when there were only 42 threads (instead of 600ish) and the %CPU was around 70. Kinda blew a hole in thread starvation theories. I'm eagerly (not really) awaiting the next incident so that I can run ktrace on the second AFS process before reboot. ep November 22, 2006 at 6:17 pm #367689 rstaselParticipant I am seeing this error as well. Usually after about 20 or so days of server uptime. I can't imagine this is thread starvation as I'

von GoogleAnmeldenAusgeblendete FelderNach Gruppen oder Nachrichten suchen

von GoogleAnmeldenAusgeblendete FelderNach Gruppen oder Nachrichten suchen

resources Windows Server 2012 resources Programs MSDN subscriptions Overview Benefits Administrators Students Microsoft Imagine Microsoft Student Partners ISV Startups TechRewards Events Community Magazine Forums Blogs Channel 9 Documentation APIs and reference Dev centers Samples Retired content We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second. System.Net.Sockets TcpListener Class TcpListener Methods TcpListener Methods AcceptTcpClient Method AcceptTcpClient Method AcceptTcpClient Method AcceptSocket Method AcceptSocketAsync Method AcceptTcpClient Method AcceptTcpClientAsync Method AllowNatTraversal Method BeginAcceptSocket Method BeginAcceptTcpClient Method Create Method EndAcceptSocket Method EndAcceptTcpClient Method Pending Method Start Method Stop Method TOC Collapse the table of content Expand the table of content This documentation is archived and is not being maintained. This documentation is archived and is not being maintained. TcpListener.AcceptTcpClient Method () .NET Framework (current version) Other Versions Visual Studio 2010 .NET Framework 4 Visual Studio 2008 .NET Framework 3.5 .NET Framework 3.0 .NET Framework 2.0 .NET Framework 1.1  Accepts a pending connection request.Namespace:   System.Net.SocketsAssembly:  System (in System.dll)Syntax C#C++F#VB Copy public TcpClient AcceptTcpClient() Return Value Type: System.Net.Sockets.TcpClientA TcpClient used to send and receive data.Exceptions Exception Condition InvalidOperationExceptionThe listener has not been started with a call to Start. SocketExceptionUse the SocketException.ErrorCode property to obtain the specific error code. When you have obtained this code, you can refer to the Windows Sockets version 2 API error code documentation in MSDN for a detailed description of the error. RemarksAcceptTcpClient is a blocking method that returns a TcpClient that you can use to send and receive data. Use the Pending method to determine if connection requests are available in the incoming connection queue if you want to avoid blocking.Use the TcpClient.GetStream method to obtain the underlying NetworkStream of the returned TcpClient. The NetworkStream will provide you with methods for sending and receiving with the remote host. When you are through with the TcpClient, be s

 

Related content

No related pages.