From owner-freebsd-java@FreeBSD.ORG Fri Feb 13 22:29:42 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CE0116A4CE; Fri, 13 Feb 2004 22:29:42 -0800 (PST) Received: from gddsn.org.cn (mail.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D32B43D1F; Fri, 13 Feb 2004 22:29:42 -0800 (PST) (envelope-from wsk@gddsn.org.cn) Received: from gddsn.org.cn (unknown [192.168.168.138]) by gddsn.org.cn (Postfix) with ESMTP id 74C4F38CB53; Sat, 14 Feb 2004 14:29:29 +0800 (CST) Message-ID: <402DC049.8050005@gddsn.org.cn> Date: Sat, 14 Feb 2004 14:29:29 +0800 From: Suken Woo User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; zh-CN; rv:1.6) Gecko/20040117 X-Accept-Language: zh-cn,zh MIME-Version: 1.0 To: java@freebsd.org, databases@freebsd.org, hackers@freebsd.org Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Subject: a very very wierd problem....... X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 06:29:42 -0000 hi list: using the JDBC(MySQL JDBC CONNECTOR 3.0.10-stable) connect to mysql under 4.9R+jdk1.4.2-p6 i ifconfig fxp0 down for a few hours and ifconfig fxp0 up again. the socket will occured : %sockstat | grep 3306 mysql mysqld 157 5 tcp4 *:3306 *:* root java 1671 7 tcp4 192.168.168.138:3306 192.168.168.138:3306 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ why the socket will with the same port to connect itself???????? and the mysql didn't report any exceptions&errors........ thanks any info.............