From owner-freebsd-java Fri Mar 7 2:18:28 2003 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 BB86737B401 for ; Fri, 7 Mar 2003 02:18:27 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id E02AC43FBD for ; Fri, 7 Mar 2003 02:18:24 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h27CT3mJ076608; Fri, 7 Mar 2003 12:29:03 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h27APARZ067810; Fri, 7 Mar 2003 12:25:10 +0200 (EET) (envelope-from ml) Date: Fri, 7 Mar 2003 12:25:10 +0200 From: Alexey Zelkin To: Andrey Guskov Cc: freebsd-java@FreeBSD.ORG Subject: Re: linux-sun-jdk1.4.1 problem Message-ID: <20030307122510.A67777@phantom.cris.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from andrey.guskov@mail.ru on Fri, Mar 07, 2003 at 12:58:52PM +0300 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Fri, Mar 07, 2003 at 12:58:52PM +0300, Andrey Guskov wrote: > Hi > May be that's newbie question, but I'm not too experienced > in using FreeBSD... > I installed Resin2.1.6 and got the following problem. > I compiled it under linux-sun-jdk1.4.1 and FreeBSD 4.3 with Apache. Resin's default pages worked fine, except that Resin generated a lot (more than 20) of java-processes in process list. It is ok. Because each java thread in Linux mode is mapped to separate process. That's how LinuxThreads works. > And after that every time Resin restarted (that's why server was hanged). > FreeBSD reports only "fstat64 function.. or not implemeted" errors. You may want to request addition of fstat64() to linuxalator via PR. > How to handle that problem? > > Is there any reasons to use native FreeBSD jdk1.3 (as more stable) > instead of jdk1.4 for linux? Try native jdk14 port which I have committed yesterday. It work ok for complex applications under Tomcat and JBoss, therefore I think it should work for Resign as well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message