2 Replies Latest reply on Jun 25, 2007 2:17 AM by ron_sigal

    error getting client socket connection from pool

    mazz

      Anyone know what this remoting exception means? This is part of a test that I know worked under 2.0.0 (and I even think it worked in 2.2.SP4). But now it is failing. I know the server is up and listening.

      Specifically, what does this mean: "Can not obtain client socket connection from pool. Have waited 0 milliseconds for available connection (0in use)"

      org.jboss.remoting.CannotConnectException: Can not get connection to server. Pro
      blem establishing socket connection for InvokerLocator [sslsocket://127.0.0.1:11
      111/]
       at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transpor
      t(MicroSocketClientInvoker.java:530)
       at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientI
      nvoker.java:122)
       at org.jboss.remoting.Client.invoke(Client.java:1550)
       at org.jboss.remoting.Client.invoke(Client.java:530)
       ...
      Caused by: java.net.SocketException: Can not obtain client socket connection from pool. Have waited 0 milliseconds for available connection (0in use)
       at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.getConne
      ction(MicroSocketClientInvoker.java:848)
       at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transpor
      t(MicroSocketClientInvoker.java:526)
       ... 10 more