help with error
am 25.07.2007 23:56:02 von jason
i have mulitple server in a web farm, application code is same on all.
i am getting this error on the one server via IE
The request failed with HTTP status 404: Not Found.
the status codes in the iis log i see
301 0 0 378 374 34718
and
then
500 0 0 3281 1138 32375
any ideas where i should look?
Re: help with error
am 26.07.2007 07:04:05 von Ken Schaefer
Hi,
301 - object moved. This is a redirect
500 - internal server error
Neither of these two is a 404 (File Not Found). So something else is
returning the 404 to your browser. Do you have a proxy server or something
that might be doing that?
Can you get a network capture to see what exactly is going on between your
client and the server.
Cheers
Ken
"Jason" wrote in message
news:D835DCDA-F019-424D-AC81-675AB9AA95B6@microsoft.com...
>i have mulitple server in a web farm, application code is same on all.
>
> i am getting this error on the one server via IE
> The request failed with HTTP status 404: Not Found.
>
> the status codes in the iis log i see
> 301 0 0 378 374 34718
>
> and
>
> then
>
> 500 0 0 3281 1138 32375
>
> any ideas where i should look?
>
>
>
Re: help with error
am 26.07.2007 18:02:07 von jason
thanks for the reply
i uncovered the issue., the application is calling the webservice w/o fully
qualifying the url, which bring the dns suffixes defined on the server into
play. and they were not set up the same on the servers. it was resolving to
the wrong IP, so it was not getting to the server hosting the webservice
"Ken Schaefer" wrote:
> Hi,
>
> 301 - object moved. This is a redirect
> 500 - internal server error
>
> Neither of these two is a 404 (File Not Found). So something else is
> returning the 404 to your browser. Do you have a proxy server or something
> that might be doing that?
>
> Can you get a network capture to see what exactly is going on between your
> client and the server.
>
> Cheers
> Ken
>
> "Jason" wrote in message
> news:D835DCDA-F019-424D-AC81-675AB9AA95B6@microsoft.com...
> >i have mulitple server in a web farm, application code is same on all.
> >
> > i am getting this error on the one server via IE
> > The request failed with HTTP status 404: Not Found.
> >
> > the status codes in the iis log i see
> > 301 0 0 378 374 34718
> >
> > and
> >
> > then
> >
> > 500 0 0 3281 1138 32375
> >
> > any ideas where i should look?
> >
> >
> >
>
>