Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

No buffer space available (maximum connections reached?)

New Here ,
Jan 25, 2011 Jan 25, 2011

I keep getting the error below on my website.  I am on a shared host, running IIS 7.0 and Coldfusion 8.  I called my hosting company and they told me it was a scripting error, but I can't see how that is.  I have the same scripts running on my local server with no issues, and when I had the site on a different host a few months ago I never had this problem.  Can someone help, even if you can reassure me that it's not a scripting error I would appreciate it

Error Message :

Error Executing Database Query.

Communications link failure due to underlying exception: ** BEGIN NESTED EXCEPTION ** java.net.SocketException MESSAGE: No buffer space available (maximum connections reached?): connect STACKTRACE: java.net.SocketException: No buffer space available (maximum connections reached?): connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at java.net.Socket.connect(Socket.java:519) at java.net.Socket.connect(Socket.java:469) at java.net.Socket.(Socket.java:366) at java.net.Socket.(Socket.java:209) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:173) at com.mysql.jdbc.MysqlIO.(MysqlIO.java:267) at com.mysql.jdbc.Connection.createNewIO(Connection.java:2739) at com.mysql.jdbc....

4.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Jan 26, 2011 Jan 26, 2011

Whoever you talked to at your hosting company is either stupid or disingenuous.  This is - clearly - a problem with

your DB config, the DSN config or the driver itself.

And nothing to do with you CF code.

I suggest escalating the issue to the line manager of whomever you were talking to @ the hosting company.  Both your issue, and how the tech responded to you.

--

Adam

Translate
LEGEND ,
Jan 26, 2011 Jan 26, 2011

Whoever you talked to at your hosting company is either stupid or disingenuous.  This is - clearly - a problem with

your DB config, the DSN config or the driver itself.

And nothing to do with you CF code.

I suggest escalating the issue to the line manager of whomever you were talking to @ the hosting company.  Both your issue, and how the tech responded to you.

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 26, 2011 Jan 26, 2011

Thank you for the help.  I found this link and sent it to them... haven't heard from them as to whether they used it or not, but the error messages stopped about an hour after I sent it.

http://kb2.adobe.com/cps/400/kb400700.html

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 26, 2011 Jan 26, 2011
LATEST

Thank you for the help.  I found this link and sent it to them... haven't heard from them as to whether they used it or not, but the error messages stopped about an hour after I sent it.

http://kb2.adobe.com/cps/400/kb400700.html

Their (lack of ~) reaction doesn't surprise me.  Email them back saying you noticed the problem has resolved, so you presume the fix you sent them worked.

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources