From owner-freebsd-java@FreeBSD.ORG Tue Nov 1 07:59:06 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 226A216A41F for ; Tue, 1 Nov 2005 07:59:06 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA0C43D46 for ; Tue, 1 Nov 2005 07:59:04 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id jA17x39V098401; Tue, 1 Nov 2005 09:59:03 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (pc158.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id jA17xFWa030774; Tue, 1 Nov 2005 09:59:15 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <43672017.4080404@ebs.gr> Date: Tue, 01 Nov 2005 09:58:15 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051008) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael VInce References: <43670FA7.8030902@roq.com> In-Reply-To: <43670FA7.8030902@roq.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: Tomcat jdk 1.4 crash X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 07:59:06 -0000 Michael VInce wrote: > Hi guys, > I have Tomcat based web app that crashed today and the log said post it > to the mailing list so here it is :) > I don't know what it is but I figured I should probably give the Java > process more memory. Definitely. There might have been some OutOfMemoryErrors shown prior to the crash. I've seen it once. > Does any one believe using 1.5 Java would be better > for Tomcat and what about using it on AMD64 ? jdk15 has many bugfixes and improvements from Sun, over jdk14. FreeBSD-wise they appear more or less equally stable from my experience. I can't comment on amd64 though. > Also what about using 6.0 > Release the current machine is 5.4-STABLE on a Dual P4 Dell i386. Although not related to the reported crash, that would also be a good plan. Cheers, Panagiotis