From owner-freebsd-java@FreeBSD.ORG Sun Feb 20 07:36:48 2005 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 5FE2816A4CE for ; Sun, 20 Feb 2005 07:36:48 +0000 (GMT) Received: from orbit.kuwaitnet.net (orbit.kuwaitnet.net [216.40.249.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE00943D46 for ; Sun, 20 Feb 2005 07:36:47 +0000 (GMT) (envelope-from bashar@kuwaitnet.net) Received: from [62.150.129.102] (helo=[127.0.0.1]) by orbit.kuwaitnet.net with esmtpa (Exim 4.43) id 1D2ldy-00033b-3n; Sun, 20 Feb 2005 10:36:42 +0300 Message-ID: <42183C85.8090804@kuwaitnet.net> Date: Sun, 20 Feb 2005 10:30:13 +0300 From: Bashar Al-Abdulhadi User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathan Chen References: <42136811.1010407@kuwaitnet.net> <20050217044857.GB8548@osiris.chen.org.nz> In-Reply-To: <20050217044857.GB8548@osiris.chen.org.nz> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orbit.kuwaitnet.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - kuwaitnet.net X-Source: X-Source-Args: X-Source-Dir: Content-Type: text/plain; charset=windows-1256; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-java@FreeBSD.org Subject: Re: tomcat segfaulting after installing /usr/ports/java/linux-sun-jdk14/ 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: Sun, 20 Feb 2005 07:36:48 -0000 this is the exact error: keytool error: java.lang.Exception: Input not an X.509 certificate running this command on linux box works but on fbsd doesn't: keytool -import -keystore XXXXXX -storetype JKS -alias XXXXXX -file XXXXXX.cer on the other and running /usr/local/linux-sun-jdk1.4.2/bin/keytool also works, but /usr/local/jdk1.4.2/bin/keytool does not (both on freebsd) KuwaitNET Internet Services Bashar Al-Abdulhadi President/C.E.O. bashar@kuwaitnet.net http://www.KuwaitNET.net Phone: (SL) +965-2647060 Fax: (SL) +965-2637060 Phone: (HQ) +965-4840110 Fax: (HQ) +965-4810026 Phone: (-) 807060 ext.12 Fax: (US) +801-4373934 Mobile:(GSM) +965-7607060 Pager: (KW) 9327060 MSN: bashar@kuwaitnet.net YaHoO ID: kuwaitnets Sales office.: Hawally Binkhaldoun St. AlFaiha complex 1st floor office #6 Head Quarters: Kuwait Free Trade Zone, Future Zone, Al-Arjan Building B Plot 22B offices #6 & 7 "Quality, Stability, Unbeatable Prices and Value" "Think KuwaitNET" Jonathan Chen wrote: >On Wed, Feb 16, 2005 at 06:34:41PM +0300, Bashar Al-Abdulhadi wrote: > > >>Hello all, >>for some reason whenever i start tomcat it works fine but when accessing >>jps pages and submitting some stuff it segfaults and generates the >>following files at /usr/local/jakarta-tomcat5.0 >> >> > >The Linux JVM is known to be unstable under FreeBSD. Use the native JVM. > >[...] > > >>any idea what might be wrong? because when i installed >>/usr/ports/java/jdk14 'keytool' didnt work fine so i had to install the >>linux-sun version and mount the following: >> >> > >keytool works fine for me. What sort of problems are you getting? > >Cheers. > >