Thanks for the suggestion Jason. That did not fix it, unfortunately. I also changed the test teardown to shut down the SshServer immediately .stop(true) -- still experiencing the same issue.
I'm using mina-core 2.0.4 The test connects with the first JSch client, and when it tries to connect the second JSch client is when the bind failure occurs. I suppose I'll have to go grab a Linux VM and try to debug it there. -----Original Message----- From: Jason Weinstein [mailto:[email protected]] Sent: Tuesday, September 20, 2011 2:31 PM To: [email protected] Subject: Re: java.net.BindingException: Address already in use Just a quick thought, but you may want to try setReuseAddress(true)
