[twsocket] Address already in use (Error #10048)

2005-04-29 Thread Albert Wiersch

I am using THTTPCli for link checking and a user reported this problem:

I am getting a few of the following Error: Address already in use (Error
#10048) while doing link checks. Most occurs while checking for the jpg,
pdf, ppt links. I repeated a few times the same batch file and I am getting
a different # of these errors in the reports. Which means the reporting of
these errors are not consistent.

Any ideas? I have not seen this myself or had other reports of it. Could it
be caused by some firewall software the user is running?

--
Albert Wiersch
AI Internet Solutions
[EMAIL PROTECTED]
http://www.htmlvalidator.com/


-- 
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


Re: [twsocket] Address already in use (Error #10048)

2005-04-29 Thread Francois PIETTE
Strange: error 10048 normally occurs when listening on a given port.
Error 10048 occurs when you try to reuse a port that is already in use.
Maybe your user is launching your program twice ?
Also, have a look at this article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;319502

--
[EMAIL PROTECTED]
http://www.overbyte.be


- Original Message - 
From: Albert Wiersch [EMAIL PROTECTED]
To: 'ICS support mailing' twsocket@elists.org
Sent: Friday, April 29, 2005 7:31 PM
Subject: [twsocket] Address already in use (Error #10048)



 I am using THTTPCli for link checking and a user reported this problem:

 I am getting a few of the following Error: Address already in use (Error
 #10048) while doing link checks. Most occurs while checking for the jpg,
 pdf, ppt links. I repeated a few times the same batch file and I am
getting
 a different # of these errors in the reports. Which means the reporting of
 these errors are not consistent.

 Any ideas? I have not seen this myself or had other reports of it. Could
it
 be caused by some firewall software the user is running?

 --
 Albert Wiersch
 AI Internet Solutions
 [EMAIL PROTECTED]
 http://www.htmlvalidator.com/


 -- 
 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


Re: [twsocket] Address already in use (Error #10048)

2005-04-29 Thread Stadin, Benjamin

Just an idea, maybe it's related. The problem might be a curiosity in
Windows XP with Service Pack 2 installed. I have a similar Problem with Palm
OS Development Studio. It's a Java application (based on Eclipse) from which
you can call a external debugger, but the debugger throws the same error. I
found that the Java application is generating a random port number, then the
Java application checks if this port number is available and assigns it to
the debugger. 
The curious thing here is that although the port is freed again by the Java
app, the debugger app tries to bind to this address but fails. 

So just as an idea, maybe you're reassigning this address to fast for
Windows XP SP2 ;-)



Albert Wiersch wrote:


 I am using THTTPCli for link checking and a user reported this problem:

 I am getting a few of the following Error: Address already in use (Error
 #10048) while doing link checks. Most occurs while checking for the jpg,
 pdf, ppt links. I repeated a few times the same batch file and I am
getting
 a different # of these errors in the reports. Which means the reporting of
 these errors are not consistent.

 Any ideas? I have not seen this myself or had other reports of it. Could
it
 be caused by some firewall software the user is running?

 -- 
 Albert Wiersch
 AI Internet Solutions
 [EMAIL PROTECTED]
 http://www.htmlvalidator.com/

 -- 
 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