> > > I do have a problem with ICS HTTP server I am not able to solve. My
> > > application is ruinning all the time. The server refuses to answer
> > > some time. It happened irregulary - mostly once in one month so it's
> > > pretty dificuly to catch ... There is 401 error message on the client
> > > side trying to get any documents. When it happen not all connections
> > > are closed - this is the only information I have.
> > > I would appreciate any help where and how to search the reason of
> > > freezing of a server...

> > 401 error doesn't mean the server doesn't listen anymore but that
> > authentication failed. Check the code you have in the OnAuthXYZ events.

> I am sorry, I was mistaken. The error is 404 of course.

No problem. 404 doesn't means the server doesn't listen anymore. It means
the server can't access the resource pointed by the URL used by the client.
If the serveur doesn't listen anymore, you get error 10061. The 404 response
is generated by the HTTP server component if it can't find the requested
document or - if you are using dynamic pages - when you event handler
generate that answer.

Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be



----- Original Message ----- 
From: "Igor Pokorny" <[EMAIL PROTECTED]>
To: "ICS support mailing" <[email protected]>
Sent: Monday, November 06, 2006 11:53 PM
Subject: Re: [twsocket] HTTP Server seems not to listen sometime


> Hello Francois,
>
> I am sorry, I was mistaken. The error is 404 of course.
> Igor
>
> On 11/5/06, Francois PIETTE <[EMAIL PROTECTED]> wrote:
> > 401 error doesn't mean the server doesn't listen anymore but that
> > authentication failed. Check the code you have in the OnAuthXYZ events.
> >
> >
> > --
> > Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
> > --
> > [EMAIL PROTECTED]
> > http://www.overbyte.be
> >
> >
> >
> > ----- Original Message -----
> > From: "Igor Pokorny" <[EMAIL PROTECTED]>
> > To: "ICS support mailing" <[email protected]>
> > Sent: Sunday, November 05, 2006 1:46 AM
> > Subject: [twsocket] HTTP Server seems not to listen sometime
> >
> >
> > > Hello guys,
> > >
> > > I do have a problem with ICS HTTP server I am not able to solve. My
> > > application is ruinning all the time. The server refuses to answer
> > > some time. It happened irregulary - mostly once in one month so it's
> > > pretty dificuly to catch ... There is 401 error message on the client
> > > side trying to get any documents. When it happen not all connections
> > > are closed - this is the only information I have.
> > > I would appreciate any help where and how to search the reason of
> > > freezing of a server...
> > > Thank you
> > >
> > > Igor
> > > --
> > > To unsubscribe or change your settings for TWSocket mailing list
> > > please goto http://www.elists.org/mailman/listinfo/twsocket
> > > Visit our website at http://www.overbyte.be
> >
> > --
> > To unsubscribe or change your settings for TWSocket mailing list
> > please goto http://www.elists.org/mailman/listinfo/twsocket
> > Visit our website at http://www.overbyte.be
> >
> -- 
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to