3 Replies Latest reply: Jan 26, 2011 12:52 AM by alucidgeeked RSS

    No buffer space available (maximum connections reached?)

    alucidgeeked Community Member

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