0x2746 (An existing connection was forcibly closed by the remote host.): Socket Error On Receive

0x2746 (An existing connection was forcibly closed by the remote host.): Socket Error On Receive

am 11.08.2006 15:12:02 von info

Our website was running fine and then due to a power failure the server
was shut down suddenly. When the server rebooted the sites were not
working.... We tried creating the websites again, re-installign tcp/ip,
and any other solutiosn on teh internet.... We still cannot get ti to
work.... WFetch is showing the following:

started....WWWConnect::Connect("localhost","80")\nIP =
"127.0.0.1:80"\nsource port: 1186\r\n
REQUEST: **************\nGET /index.html HTTP/1.0\r\n
Host: localhost\r\n
Accept: */*\r\n
\r\n
RESPONSE: **************\n0x2746 (An existing connection was forcibly
closed by the remote host.): Socket Error On Receive0x2746 (An existing
connection was forcibly closed by the remote host.): Socket Error On
ReceiveWWWConnect::Close("localhost","80")\nclosed source port:
1186\r\n
finished.

We have also verified that port 80 is bound to W3SVC

Our setup is Windows 2003 Server with IIS 6.0, We also have SQL Server,
MySQL and PHP installed on the same.....

What can we do????? PLease help....

Re: 0x2746 (An existing connection was forcibly closed by the remote host.): Socket Error On Receive

am 12.08.2006 03:22:09 von someone

Is there personal security software, like a firewall, that is blocking port
80?

Verify that the request got to IIS6 -- it should show up as error in
HTTPERR.log if it is a connection disconnect:
http://blogs.msdn.com/david.wang/archive/2005/12/31/HOWTO_Ba sics_of_IIS6_Troubleshooting.aspx

If you suspect the power failure caused other disk/data corruption that is
preventing things from working, backup your data and reinstall/reconfigure.
Sometimes, it is the most sure way to recover.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//

wrote in message
news:1155301922.681496.126080@b28g2000cwb.googlegroups.com.. .
> Our website was running fine and then due to a power failure the server
> was shut down suddenly. When the server rebooted the sites were not
> working.... We tried creating the websites again, re-installign tcp/ip,
> and any other solutiosn on teh internet.... We still cannot get ti to
> work.... WFetch is showing the following:
>
> started....WWWConnect::Connect("localhost","80")\nIP =
> "127.0.0.1:80"\nsource port: 1186\r\n
> REQUEST: **************\nGET /index.html HTTP/1.0\r\n
> Host: localhost\r\n
> Accept: */*\r\n
> \r\n
> RESPONSE: **************\n0x2746 (An existing connection was forcibly
> closed by the remote host.): Socket Error On Receive0x2746 (An existing
> connection was forcibly closed by the remote host.): Socket Error On
> ReceiveWWWConnect::Close("localhost","80")\nclosed source port:
> 1186\r\n
> finished.
>
> We have also verified that port 80 is bound to W3SVC
>
> Our setup is Windows 2003 Server with IIS 6.0, We also have SQL Server,
> MySQL and PHP installed on the same.....
>
> What can we do????? PLease help....
>

Re: 0x2746 (An existing connection was forcibly closed by the remote host.)

am 19.12.2007 13:29:38 von Ken Schaefer

Probably not an IIS problem, but check httperr.log file to see if http.sys
is closing the connection for any reason.

Otherwise, you need to look lower in the stack. Check event logs, update NIC
drivers etc

Cheers
Ken

--
My IIS Blog: www.adOpenStatic.com/cs/blogs/ken

wrote in message
news:b984771c-200b-4be4-b93b-13209baf5a53@p69g2000hsa.google groups.com...
> While testing a new server, we have run into a problem. When we access
> a website through IIS with the IP/servername directly, we have no
> problems.
>
> However, when we enable load balancing on just that one address/
> server, we get occasional errors with missing pages, images, etc
> accessing it through the load balanced IP. Using wfetch, the server
> occasionally generates the following error:
>
> 0x2746 (An existing connection was forcibly closed by the remote
> host.): Socket Error On Receive
>
> If we set up the load balancing the exact same way on other servers of
> ours, we do not get this problem. Any ideas what it might be?
>
> For reference, it's a Proliant DL380 with a HP NC373i Multifunction
> Gigabit Server Adapter.
>
> Thanks,
> Alex