Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

socket closed exception code=10055

1 view
Skip to first unread message

Ursula Clementi

unread,
Apr 1, 2004, 4:27:13 AM4/1/04
to
Hallo,
our application with java and a many threads (about 12) make a
high parallel select to the dateabase with jdbc.
Because we have an Middleware Mappingtoold (TOPLINK) the connection will be
pooled.
If i take 5 connection after some seconds the exception appears


EXCEPTION DESCRIPTION: java.sql.SQLException: [Microsoft]
[SQLServer 2000 Driver for JDBC]socket closed
code=10055)
After that the connection is closed.

I cannot find the error code 10055 in the doumentation.
Can anybody help me

Ursula Clementi


Carb Simien [MSFT]

unread,
Apr 13, 2004, 1:54:06 PM4/13/04
to
Hello,

Windows Sockets does have an error code 10055 that is defined as follows:

WSAENOBUFS (10055)
No buffer space available.
An operation on a socket could not be performed because the system lacked
sufficient buffer space or because a queue was full.

I'm not sure what course of action needs to be taken here, but it may be
worth monitoring system memory and possibly capturing a network trace while
reproducing the problem. This error code is discussed further in MSDN:

Windows Sockets 2.0: Write Scalable Winsock Apps Using Completion Ports
http://msdn.microsoft.com/msdnmag/issues/1000/Winsock/default.aspx

Carb Simien, MCSE MCDBA MCAD
Microsoft Developer Support - Web Data

Please reply only to the newsgroups.
This posting is provided "AS IS" with no warranties, and confers no rights.

Are you secure? For information about the Strategic Technology Protection
Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.

--------------------
| From: "Ursula Clementi" <u...@cim.de>
| Subject: socket closed exception code=10055
| Date: Thu, 1 Apr 2004 11:27:13 +0200
| Lines: 19
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <uiK$Eu8FEH...@TK2MSFTNGP10.phx.gbl>
| Newsgroups: microsoft.public.sqlserver.jdbcdriver
| NNTP-Posting-Host: pd9e917bc.dip0.t-ipconnect.de 217.233.23.188
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.sqlserver.jdbcdriver:5830
| X-Tomcat-NG: microsoft.public.sqlserver.jdbcdriver

0 new messages