BindingException after trying to bind 28231 client connections

tsuna tsunanet at gmail.com
Thu Nov 25 01:42:03 EST 2010


On Wed, Nov 24, 2010 at 5:55 PM, Tim McCauley <nettytim at gmail.com> wrote:
> I am trying to create over 60,000 client connections from one box
> running Ubuntu 10.4 to a server also running Ubunto 10.4 server that
> are connected on the same subnet.  The protocol is RESTful and the
> client once connected must stay connected because of Https and having
> to send data to the server every 100 seconds.

> After the 28231 client connection to the same host and port I get the
> following exception:
>
>  java.net.BindException: Cannot assign requested address

Looks like you're running out of ephemeral ports?

-- 
Benoit "tsuna" Sigoure
Software Engineer @ www.StumbleUpon.com



More information about the netty-users mailing list