Socket 错误一览表,Socket Error Code

简介:

最近程序 出现 几次 Socket 错误, 为了便于 差错.. 搜了一些 贴在这里..

出现网络联机错误Socket error #11001 

表示您的计算机无法连上服务器,请检查您的Proxy设定以及Proxy相关账号,或暂时取消您防毒软件的「个人防火墙」。

· 出现网络联机错误Socket error #11004 

应该是网络联机状态问题,请用户检查网络联机是否正常。

· 出现网络联机错误Socket error #10060 Connection Timed Out 

表示您与服务器发生联机逾时错误,请检查您的Proxy相关设定,以及Proxy Server是否已将SSL 443 port打开。

· 出现网络联机错误Socket error #10061 

表示服务器忙碌中无法与您建立联机,请稍后再试。

· 出现网络联机错误Socket error #10022 

请您上网更新Windows操作系统组件。Windows NT version 4.0的用户请下载安装 Service Pack 5(含)以上。

· 出现Internal Server Error 

主机忙碌中,请您稍后再试。

· 上传时出现Socket error #10022 Invalid argument. 

请上网更新Windows操作系统组件(windows update)。Windows NT version 4.0的用户请下载安装 Service Pack 5(含)以上。

· 上传时出现socket error #10054 Connection reset by peer 

原因为连接被防火樯或proxy中断"或因为您有安装ip分享器请将ip分享器先拿掉,直接将计算机接adsl的线路后重新上传。

· 上传时出现socket error #10057 Connection reset by peer 

原因为系统文件被破坏,请进行系统的杀毒,关闭杀毒软件、防火墙。


INDY9开发程序中反馈的Socket Errors

下面是Socket Error的错误码和描述:

Socket error 0 - Directly send error 

Socket error
 10004 - Interrupted function call 

Socket error 10013 - Permission denied 

Socket error 10014 - Bad address 

Socket error 10022 - Invalid argument 

Socket error 10024 - Too many open files 

Socket error 10035 - Resource temporarily unavailable 

Socket error 10036 - Operation now in progress 

Socket error 10037 - Operation already in progress 

Socket error 10038 - Socket operation on non-socket 

Socket error
 10039 - Destination address required 

Socket error 10040 - Message too long 

Socket error 10041 - Protocol wrong type for socket 

Socket error
 10042 - Bad protocol option 

Socket error 10043 - Protocol not supported 

Socket error 10044 - Socket type not supported 

Socket error 10045 - Operation not supported 

Socket error 10046 - Protocol family not supported 

Socket error 10047 - Address family not supported by protocol family 

Socket error 10048 - Address already in use 

Socket error 10049 - Cannot assign requested address 

Socket error 10050 - Network is down 

Socket error 10051 - Network is unreachable 

Socket error 10052 - Network dropped connection on reset 

Socket error 10053 - Software caused connection abort 

Socket error 10054 - Connection reset by peer 

Socket error 10055 - No buffer space available 

Socket error 10056 - Socket is already connected 

Socket error 10057 - Socket is not connected 

Socket error 10058 - Cannot send after socket shutdown 

Socket error 10060 - Connection timed out 

Socket error 10061 - Connection refused 

Socket error 10064 - Host is down 

Socket error 10065 - No route to host 

Socket error 10067 - Too many processes 

Socket error 10091 - Network subsystem is unavailable 

Socket error 10092 - WINSOCK.DLL version out of range 

Socket error 10093 - Successful WSAStartup not yet performed 

Socket error 10094 - Graceful shutdown in progress 

Socket error 11001 - Host not found 

Socket error 11002 - Non-authoritative host not found 

Socket error 11003 - This is a non-recoverable error 

Socket error
 11004 - Valid name, no data record of requested type



WSAEADDRINUSE (10048) Address already in use 

WSAECONNABORTED (10053) Software caused connection abort 

WSAECONNREFUSED (10061) Connection refused 

WSAECONNRESET (10054) Connection reset by peer 

WSAEDESTADDRREQ (10039) Destination address required 

WSAEHOSTUNREACH (10065) No route to host 

WSAEMFILE (10024) Too many open files 

WSAENETDOWN (10050) Network is down 

WSAENETRESET (10052) Network dropped connection 

WSAENOBUFS (10055) No buffer space available 

WSAENETUNREACH (10051) Network is unreachable 

WSAETIMEDOUT (10060) Connection timed out 

WSAHOST_NOT_FOUND (11001) Host not found 

WSASYSNOTREADY (10091) Network sub-system is unavailable 

WSANOTINITIALISED (10093) WSAStartup() not performed 

WSANO_DATA (11004) Valid name, no data of that type 

WSANO_RECOVERY (11003) Non-recoverable query error 

WSATRY_AGAIN (11002) Non-authoritative host found 

WSAVERNOTSUPPORTED (10092) Wrong WinSock DLL version

目录
相关文章
|
6月前
|
Shell 数据库
【YashanDB知识库】YAS-00402 failed to connect socket, errno 111, error message "Connection refused"
【YashanDB知识库】YAS-00402 failed to connect socket, errno 111, error message "Connection refused"
【YashanDB知识库】YAS-00402 failed to connect socket, errno 111, error message "Connection refused"
|
分布式计算 Linux Spark
【已解决】Caused by: java.net.SocketException: Connection reset by peer: socket write error
【已解决】Caused by: java.net.SocketException: Connection reset by peer: socket write error
443 0
|
移动开发 小程序 Android开发
支付宝小程序IOS连接mqtt接收AMQJS0007E Socket error
支付宝小程序IOS连接mqtt接收AMQJS0007E Socket error
375 0
|
前端开发 Python
解决报错:Websocket connection to‘ws://127.0.0.1:5000/socket.io/?EIO=4&transport=websocket’failed:Error
报错全文为:Websocket connection to‘ws://127.0.0.1:5000/socket.io/?EIO=4&transport=websocket’failed:Error during Websocket handshake:Unexpected response code:400。如下图所示。
解决报错:Websocket connection to‘ws://127.0.0.1:5000/socket.io/?EIO=4&transport=websocket’failed:Error
|
前端开发 JavaScript Java
惊喜!竟然发现了产生socket write error的原因
惊喜!竟然发现了产生socket write error的原因
444 0
|
网络协议 NoSQL Redis
Start_Redis Nov 21:11:04.422 # Creating Server TCP listening socket 127.0.0.1:6379: bind: No error
启动 redis-server.exe 报错19 Nov 21:11:04.422 # Creating Server TCP listening socket 127.0.0.1:6379: bind: No error
546 0
|
关系型数据库 MySQL PHP
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'...
有时候,当我们使用“mysql”、“mysqladmin”、“mysqldump”等命令管理数据库时,服务器抛出类似如下错误:ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'...
1039 0
|
关系型数据库 MySQL
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
欢迎关注大数据和人工智能技术文章发布的微信公众号:清研学堂,在这里你可以学到夜白(作者笔名)精心整理的笔记,让我们每天进步一点点,让优秀成为一种习惯! 有时候,当我们使用“mysql”、“mysqladmin”、“mysqldump”等命令管理数据库时,服务器抛出类似如下错误: 一、错误现场还原:...
5453 0

热门文章

最新文章