出現(xiàn)網(wǎng)絡(luò)聯(lián)機(jī)錯(cuò)誤Socket error #11001
表示您的計(jì)算機(jī)無(wú)法連上服務(wù)器,請(qǐng)檢查您的Proxy設(shè)定以及Proxy相關(guān)賬號(hào),或暫時(shí)取消您防毒軟件的「?jìng)€(gè)人防火墻」。
· 出現(xiàn)網(wǎng)絡(luò)聯(lián)機(jī)錯(cuò)誤Socket error #11004
應(yīng)該是網(wǎng)絡(luò)聯(lián)機(jī)狀態(tài)問(wèn)題,請(qǐng)用戶檢查網(wǎng)絡(luò)聯(lián)機(jī)是否正常。
· 出現(xiàn)網(wǎng)絡(luò)聯(lián)機(jī)錯(cuò)誤Socket error #10060 Connection Timed Out
表示您與服務(wù)器發(fā)生聯(lián)機(jī)逾時(shí)錯(cuò)誤,請(qǐng)檢查您的Proxy相關(guān)設(shè)定,以及Proxy Server是否已將SSL 443 port打開(kāi)。
· 出現(xiàn)網(wǎng)絡(luò)聯(lián)機(jī)錯(cuò)誤Socket error #10061
表示服務(wù)器忙碌中無(wú)法與您建立聯(lián)機(jī),請(qǐng)稍后再試。
· 出現(xiàn)網(wǎng)絡(luò)聯(lián)機(jī)錯(cuò)誤Socket error #10022
請(qǐng)您上網(wǎng)更新Windows操作系統(tǒng)組件。Windows NT version 4.0的用戶請(qǐng)下載安裝 Service Pack 5(含)以上。
· 出現(xiàn)Internal Server Error
主機(jī)忙碌中,請(qǐng)您稍后再試。
· 上傳時(shí)出現(xiàn)Socket error #10022 Invalid argument.
請(qǐng)上網(wǎng)更新Windows操作系統(tǒng)組件(windows update)。Windows NT version 4.0的用戶請(qǐng)下載安裝 Service Pack 5(含)以上。
· 上傳時(shí)出現(xiàn)socket error #10054 Connection reset by peer
原因?yàn)檫B接被防火檣或proxy中斷"或因?yàn)槟邪惭bip分享器請(qǐng)將ip分享器先拿掉,直接將計(jì)算機(jī)接adsl的線路后重新上傳。
· 上傳時(shí)出現(xiàn)socket error #10057 Connection reset by peer
原因?yàn)橄到y(tǒng)文件被破壞,請(qǐng)進(jìn)行系統(tǒng)的殺毒,關(guān)閉殺毒軟件、防火墻。
INDY9開(kāi)發(fā)程序中反饋的Socket Errors
下面是Socket Error的錯(cuò)誤碼和描述:
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
在命令提示符下輸入:net helpmsg 1xxxx
就能夠得到Windows系統(tǒng)提供的錯(cuò)誤提示的詳細(xì)解釋。