From owner-freebsd-java@FreeBSD.ORG Tue Dec 14 11:36:27 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 1D58A16A4CE for ; Tue, 14 Dec 2004 11:36:27 +0000 (GMT) Received: from gollum.cambrium.nl (mx1.cambrium.nl [217.19.16.130]) by mx1.FreeBSD.org (Postfix) with SMTP id 5044243D55 for ; Tue, 14 Dec 2004 11:36:26 +0000 (GMT) (envelope-from j.verschoor@nefli.nl) Received: (qmail 28843 invoked from network); 14 Dec 2004 11:36:17 -0000 Received: from 217-19-20-68.dsl.cambrium.nl (HELO ?192.168.1.142?) (217.19.20.68) by gollum.cambrium.nl with SMTP; 14 Dec 2004 11:36:17 -0000 Message-ID: <41BED057.8080802@nefli.nl> Date: Tue, 14 Dec 2004 12:36:55 +0100 From: Joris Verschoor Organization: Nefli B.V. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <41BDBC4B.40505@nefli.nl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD 5.3-RELEASE + JDK1.4 native in a Jail -> hangs 99% cpu on kserel 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: Tue, 14 Dec 2004 11:36:27 -0000 > Try to check how many open files you have. > And if you do kill -3 (or kill -QUIT) check the log files of the java > app. > How many tcp connections do have to your db-server? Do you have a > connection leak somewhere? Ok, I removed the webapp, just a clean resin server. I send killall -3 java, and it also goes in the loop