From owner-freebsd-stable@FreeBSD.ORG Fri Mar 16 16:23:07 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFBB116A405 for ; Fri, 16 Mar 2007 16:23:07 +0000 (UTC) (envelope-from chung@chunglien.org) Received: from mail.chunglien.org (softbank219012102040.bbtec.net [219.12.102.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6E35213C459 for ; Fri, 16 Mar 2007 16:23:07 +0000 (UTC) (envelope-from chung@chunglien.org) Received: from mail.chunglien.org (localhost [127.0.0.1]) by mail.chunglien.org (Postfix) with ESMTP id 9A4F011465 for ; Sat, 17 Mar 2007 00:56:39 +0900 (JST) Received: from www.chunglien.org (localhost [127.0.0.1]) by mail.chunglien.org (Postfix) with ESMTP id 5E7FB11432 for ; Sat, 17 Mar 2007 00:56:39 +0900 (JST) Received: from phpmailer ([192.168.0.200]) by www.chunglien.org with HTTP (PHPMailer); Sat, 17 Mar 2007 00:56:39 +0900 Date: Sat, 17 Mar 2007 00:56:39 +0900 To: freebsd-stable@freebsd.org From: Huynh Van Chung Message-ID: <5c6d04049644e6f98fab553194a275d6@www.chunglien.org> X-Priority: 3 X-Mailer: PHPMailer [version 1.71] X-Mailer: FeLaMiMail version 0.9.5 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Virus-Scanned: ClamAV using ClamSMTP Subject: Problem in tomcat 5.5 and 6.0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2007 16:23:07 -0000 Hi all. I have a server with FreeBSD 6.1 and i try to install tomcat. But the = tomcat daemon can't run. And the error is=20 2007/03/17 0:47:27 org.apache.catalina.core.StandardServer await =E8=87=B4=E5=91=BD=E7=9A=84: StandardServer.await: create[8005]:=20 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:373) at org.apache.catalina.startup.Catalina.await(Catalina.java:616) at org.apache.catalina.startup.Catalina.start(Catalina.java:576) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:= 39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm= pl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) Please help me. Thank a lot