If the connections to the external webserver aren't being timed-out and returned to the connection pool, why not wrapper the call in your own timeout loop?
On Mon, Jun 30, 2008 at 2:39 PM, Charlie Stell <[EMAIL PROTECTED]> wrote: > Were using CF8 Std. on Windows 2003 Web Edition > > > > We are using cfinvoke to call the *SendSingleFax method of:* > > > https://www.protusfax.com/protus/xmlwebservices/xmlsubmitter/messaging.asmx?wsdl<http://mdc.hcautomations.com/CFIDE/administrator/extensions/webservices.cfm?wsname=https%3A%2F%2Fwww%2Eprotusfax%2Ecom%2Fprotus%2Fxmlwebservices%2Fxmlsubmitter%2Fmessaging%2Easmx%3Fwsdl&action=edit> > > > > This works for a short amount of time and then begins to return this > AxisFault error. > > Restarting the CF server resolves the issue. > > > > This is there error: > > > > AxisFault > > faultCode: > {http://www.w3.org/2003/05/soap-envelope}Server.userException<http://www.w3.org/2003/05/soap-envelope%7DServer.userException> > > faultSubcode: > > faultString: java.net.SocketException: No buffer space available (maximum > connections reached?): connect > > faultActor: > > faultNode: > > faultDetail: { > http://xml.apache.org/axis/}stackTrace:java.net.SocketException<http://xml.apache.org/axis/%7DstackTrace: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 > com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:548) > > at > com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>... > > > > Anyone have any ideas? > > ------------------------------------------------------------- > To unsubscribe from this list, manage your profile @ > http://www.acfug.org?fa=login.edituserform > > For more info, see http://www.acfug.org/mailinglists > Archive @ http://www.mail-archive.com/discussion%40acfug.org/ > List hosted by FusionLink <http://www.fusionlink.com> > ------------------------------------------------------------- -- Howard Fore, [EMAIL PROTECTED] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
