Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 60439 invoked from network); 24 Jan 2006 05:51:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Jan 2006 05:51:55 -0000 Received: (qmail 93113 invoked by uid 500); 24 Jan 2006 05:51:54 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 93059 invoked by uid 500); 24 Jan 2006 05:51:54 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 93048 invoked by uid 99); 24 Jan 2006 05:51:53 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 21:51:53 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 9E211E0 for ; Tue, 24 Jan 2006 06:51:32 +0100 (CET) Message-ID: <432620397.1138081892645.JavaMail.jira@ajax.apache.org> Date: Tue, 24 Jan 2006 06:51:32 +0100 (CET) From: "Trustin Lee (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRMINA-163) Build fails with failed SocketBindTest In-Reply-To: <2144730091.1136944099963.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DIRMINA-163?page=all ] Trustin Lee updated DIRMINA-163: -------------------------------- Fix Version: 0.9.2 (was: 0.9.1) Let's investigate into this issue more and release 0.9.1 without resolving it for now. > Build fails with failed SocketBindTest > -------------------------------------- > > Key: DIRMINA-163 > URL: http://issues.apache.org/jira/browse/DIRMINA-163 > Project: Directory MINA > Type: Bug > Environment: Windows XP Pro > Version 2002 > Service Pack 2 > $ java -version > java version "1.5.0_06" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) > Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing) > $ mvn -version > Maven version: 2.0.1 > Reporter: Alex Karasulu > Assignee: Niklas Therning > Fix For: 0.9.2 > > $ less org.apache.mina.transport.socket.nio.SocketBindTest.txt > ------------------------------------------------------------------------------- > Battery: org.apache.mina.transport.socket.nio.SocketBindTest > ------------------------------------------------------------------------------- > Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 4.078 sec > testUnbindDisconnectsClients(org.apache.mina.transport.socket.nio.SocketBindTest > ) Time elapsed: 0.047 sec <<< ERROR! > ... > [ stacktrace ] ----------------------------------------------------------- > java.net.BindException: Cannot assign requested address: no further information > at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) > at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:525 > ) > at org.apache.mina.transport.socket.nio.support.SocketConnectorDelegate. > processSessions(SocketConnectorDelegate.java:223) > at org.apache.mina.transport.socket.nio.support.SocketConnectorDelegate. > access$800(SocketConnectorDelegate.java:49) > at org.apache.mina.transport.socket.nio.support.SocketConnectorDelegate$ > Worker.run(SocketConnectorDelegate.java:321) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira