Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 42241 invoked from network); 28 Jul 2006 08:00:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2006 08:00:06 -0000 Received: (qmail 13539 invoked by uid 500); 28 Jul 2006 07:59:53 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 13517 invoked by uid 500); 28 Jul 2006 07:59:53 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 13506 invoked by uid 99); 28 Jul 2006 07:59:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 00:59:53 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of raju.balugu@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 00:59:52 -0700 Received: by nf-out-0910.google.com with SMTP id x4so122160nfb for ; Fri, 28 Jul 2006 00:59:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=F3oNYfZb1vym6f0sAa0VOozwukQfLcnPvolAFC/HKns+kCECvslTQqVWRBf9SuKdjpDRyp1n+QFPZfpoZ5yw/DpqwsrSrGjXxlwjQzsFB2cOFdkDKU1dAmIM5ptL8UgpcrMBRw6RP3MlG6Qv5YxV4WP/RbZECC9s4CGIwGBKbYQ= Received: by 10.78.185.7 with SMTP id i7mr804326huf; Fri, 28 Jul 2006 00:59:31 -0700 (PDT) Received: by 10.78.183.17 with HTTP; Fri, 28 Jul 2006 00:59:30 -0700 (PDT) Message-ID: <6dd1671b0607280059m226961acl5b137ae5bc909a03@mail.gmail.com> Date: Fri, 28 Jul 2006 13:29:30 +0530 From: "Raju Balugu" To: "Tomcat Users List" , kuarzo@freebsd.cl Subject: Re: Tomcat 5.5.17 won't Start In-Reply-To: <016f01c6b199$2e52aa80$0a1610ac@prodcave.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2926_29369935.1154073570772" References: <016f01c6b199$2e52aa80$0a1610ac@prodcave.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_2926_29369935.1154073570772 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi , It seems to be the port problem.Can u please let us know what changes you have done for IPv6 activate? Did u change anything in server.xml ?are you working apache also? Regards Raju On 7/27/06, KuArZo wrote: > > This is the error: > > java.net.BindException: Can't assign requested address > at java.net.PlainSocketImpl.socketBind(Native Method) > at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) > at java.net.ServerSocket.bind(ServerSocket.java:319) > at java.net.ServerSocket.(ServerSocket.java:185) > at org.apache.catalina.core.StandardServer.await( > StandardServer.java:372) > at org.apache.catalina.startup.Catalina.await(Catalina.java:615) > at org.apache.catalina.startup.Catalina.start(Catalina.java:575) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke( > NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432) > Jul 27, 2006 12:10:03 PM org.apache.coyote.http11.Http11BaseProtocol pause > > And only change on my System is IPv6 Activate! > > Someone Idea? > > KuArZo > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > ------=_Part_2926_29369935.1154073570772--