From owner-freebsd-java@FreeBSD.ORG Fri Aug 8 07:27:12 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2312C106566B for ; Fri, 8 Aug 2008 07:27:12 +0000 (UTC) (envelope-from gdoe6545@yahoo.it) Received: from n24.bullet.mail.ukl.yahoo.com (n24.bullet.mail.ukl.yahoo.com [87.248.110.141]) by mx1.freebsd.org (Postfix) with SMTP id 6A8BE8FC1D for ; Fri, 8 Aug 2008 07:27:11 +0000 (UTC) (envelope-from gdoe6545@yahoo.it) Received: from [217.146.182.180] by n24.bullet.mail.ukl.yahoo.com with NNFMP; 08 Aug 2008 07:27:10 -0000 Received: from [87.248.111.150] by t6.bullet.ukl.yahoo.com with NNFMP; 08 Aug 2008 07:27:10 -0000 Received: from [127.0.0.1] by omp207.mail.ukl.yahoo.com with NNFMP; 08 Aug 2008 07:27:10 -0000 X-Yahoo-Newman-Id: 48538.713.bm@omp207.mail.ukl.yahoo.com Received: (qmail 53107 invoked from network); 8 Aug 2008 07:27:09 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.it; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Cc:Message-Id:From:To:In-Reply-To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer; b=p1tp9CcPc1pbEfysEL3cdWumqREOUpXx1tk5RJixyXlx6sFr2j28ht/TEDhit2I9Ey+cGkebHrx7ETN+mTJ06sxTzjNEpZXYuYrYygkDfIngyfigxOsZ2IbY0OUeUfWBqlPLSGPxSJF5ldiCsiFhJmyRa2oKjKLcH8sM0HFrrbg= ; Received: from unknown (HELO zao.smersh.casa) (gdoe6545@88.149.154.198 with plain) by smtp004.mail.ukl.yahoo.com with SMTP; 8 Aug 2008 07:27:08 -0000 X-YMail-OSG: dRoGWQkVM1mZAIyG2SecdVwPlra8frwcuA9kjp0P3M.1eMTf9fKzKtlvQomm3P3c1JSB372oLf2WNHaD3DDEi4I8reqbqxbUzbJ.1rC25Q-- X-Yahoo-Newman-Property: ymail-3 Message-Id: <3CE9C0C4-8FB9-4216-BE2B-F615C768CC08@yahoo.it> From: Gianni Doe To: freebsd-java@freebsd.org In-Reply-To: <20080808084004.2d8b786f@portable> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Date: Fri, 8 Aug 2008 09:26:51 +0200 References: <200808071141.m77Bf5WW088121@post.frank-behrens.de> <3A501A78-304B-4934-9F2B-B6B07F65EFEC@yahoo.it> <20080807160250.793609da@portable> <20080808084004.2d8b786f@portable> X-Mailer: Apple Mail (2.926) Cc: David DURIEUX Subject: Re: tomcat-native any success? 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: Fri, 08 Aug 2008 07:27:12 -0000 >> >> On 07/ago/08, at 16:02, David DURIEUX wrote: >>> We have seen that rebuil kernel on freebsd 7.0 64Bits will have some >>> problems with java. Before the build binaries releases since few >>> weeks, >>> the compilation came with errors. Since binaries, java can be >>> installed >>> but some applications based on java can't be installed or have >>> problems >>> at the execution like Open Office. >>> >>> I think a module is missing in the kernel conf and that's why we >>> have >>> problems with rebuild kernel on 64 bits ONLY >> >> interesting ...yes I have rebuilt my kernel, any ideas which module >> might be missing? >> I've also tried compiling tomcat-native from source against the >> apache22 apr, rather than devel/apr with exactly the same result - >> tomcat won't start. >> -Gianni > > No Idea, I have try many things and rebuild but no result :/ I managed to get it working by installing the java/jdk16 port even though I'm still starting Tomcat with the diablo-jdk1.6.0_07 binaries. Maybe the jdk16 port installed some dependency required by tomcat- native that was not identified by the port ? -Gianni