Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 61148 invoked from network); 28 Feb 2008 14:25:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2008 14:25:37 -0000 Received: (qmail 59339 invoked by uid 500); 28 Feb 2008 14:25:29 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 59276 invoked by uid 500); 28 Feb 2008 14:25:28 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 59265 invoked by uid 500); 28 Feb 2008 14:25:28 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 59262 invoked by uid 99); 28 Feb 2008 14:25:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 06:25:28 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 14:25:03 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 6FCEC234C010; Thu, 28 Feb 2008 06:24:37 -0800 (PST) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: [Bug 44505] New: socket bindexception in tomcat 6 on pure ipv6 solaris X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 6 X-Bugzilla-Component: Catalina X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: mallixhere@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tomcat-dev@jakarta.apache.org X-Bugzilla-Target-Milestone: default X-Bugzilla-Changed-Fields: Message-ID: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 28 Feb 2008 06:24:37 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=44505 Summary: socket bindexception in tomcat 6 on pure ipv6 solaris Product: Tomcat 6 Version: 6.0.13 Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: mallixhere@gmail.com I tried many ports. I am sure that all the ports I tried were free. And this port is a shut down port. My machine:SunOS uni6505l1-sun1 5.10 Generic sun4u sparc SUNW,Sun-Fire-V440 2008-02-28 13:22:21,380 6047 [main] ERROR org.apache.catalina.core.StandardServer - StandardServer.await: create[17008]: java.net.BindException: Cannot assign requested address at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(Unknown Source) at java.net.ServerSocket.bind(Unknown Source) at java.net.ServerSocket.(Unknown Source) at org.apache.catalina.core.StandardServer.await(StandardServer.java:373) at org.apache.catalina.startup.Catalina.await(Catalina.java:630) at org.apache.catalina.startup.Catalina.start(Catalina.java:590) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) below is my ifconfig -a. removed some parts of the address. 1 inet6 ::1/128 ce0: flags=2000841 mtu 1500 index 2 inet6 fe80::214:4fff:fe74:dc80/10 ether 0:14:4f:74:dc:80 ce0:1: flags=2080841 mtu 1500 index 2 inet6 2001:d(removed this part)c80/64 ce0:2: flags=2080841 mtu 1500 index 2 inet6 2002(removed this part)dc80/64 ce0:3: flags=2000841 mtu 1500 index 2 inet6 fd00(removed this part)dc80/128 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6206527 <<<< is this something to do? thanks. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org