If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > The TCP/IP call connect returned errno 10048

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-24-07, 22:30
qxz qxz is offline
Registered User
 
Join Date: Apr 2002
Posts: 84
Question The TCP/IP call connect returned errno 10048

Dear All,

We encounter the following error with DB2, which will hang the web server (Sun Java web server). Any advise about what the problem is? Is it an issue with DB2, or MS Windows Server 2003, or the web server?

TIA.

------------------------------------------------------------------
2007-01-09-09.45.28.765000 InstanceB2 Node:000
PID:2680(webservd.exe) TID:456 Appid:*LOCAL.DB2.070109021916
common_communication sqlcctcpconnr Probe:101
DIA3202C The TCP/IP call "connect" returned an errno="10048".
Reply With Quote
  #2 (permalink)  
Old 01-25-07, 04:29
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
connect

try manuel connect from client (as) to db2 from command window and see complete sqlcode/retcode
according the message something todo with ip/port
see message and codes/2 for description of 10048
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
Reply With Quote
  #3 (permalink)  
Old 01-31-07, 20:14
qxz qxz is offline
Registered User
 
Join Date: Apr 2002
Posts: 84
errno 10048: Address already in use

I saw the explanation for error 10048 in db2 manual. Don't quite understand. It is something to do with the application, the configuration of DB2, or the network connectivity?


WSAEADDRINUSE (10048): Address already in use. Only one usage of each socket address (protocol/IP address/port) is normally permitted. This error occurs if an application attempts to bind() a socket to an IP address/port that has already been used for an existing socket, or a socket that wasn't closed properly, or one that is still in the process of closing.


Quote:
Originally Posted by guyprzytula
try manuel connect from client (as) to db2 from command window and see complete sqlcode/retcode
according the message something todo with ip/port
see message and codes/2 for description of 10048
Reply With Quote
  #4 (permalink)  
Old 02-01-07, 03:46
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
tcpip

So, did you do the manuel connect ? and the result ?
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
Reply With Quote
  #5 (permalink)  
Old 02-06-07, 04:33
qxz qxz is offline
Registered User
 
Join Date: Apr 2002
Posts: 84
yeap. no problem with manual connection.

Quote:
Originally Posted by guyprzytula
So, did you do the manuel connect ? and the result ?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On