On Mon, Feb 23, 2009 at 9:57 AM, Niklas Gustavsson <[email protected]> wrote:
> Does running the MINA or FtpServer unit tests count as a simple
> testcase? :-) If not, I'll attempt to see if I can trim it down to a
> simple JUnit test case.
Using the following code, this exception will be thrown every 10 run or so:
IoAcceptor acceptor = new NioSocketAcceptor();
acceptor.setHandler(new IoHandlerAdapter());
acceptor.bind();
acceptor.unbind();
acceptor.dispose();
This requires MINA and SLF4J on the classpath.
Let me know if I can be of any further help!
/niklas