From owner-freebsd-database@FreeBSD.ORG Thu Oct 7 07:54:50 2004 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 494A316A4CE for ; Thu, 7 Oct 2004 07:54:50 +0000 (GMT) Received: from sthav01.proact.se (sthav01.proact.se [212.214.215.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id D148843D39 for ; Thu, 7 Oct 2004 07:54:49 +0000 (GMT) (envelope-from mathias.samuelson@proact.se) Received: from sthav01.proact.se (localhost [127.0.0.1]) by localhost.proact.se (Postfix) with ESMTP id 9EF3618E04 for ; Thu, 7 Oct 2004 09:52:37 +0200 (CEST) Received: from semail01.proact.se (semail01.proact.se [192.168.168.234])by sthav01.proact.se (Postfix) with ESMTP id 7D6B518DFBfor ; Thu, 7 Oct 2004 09:52:37 +0200 (CEST) Received: by semail01.proact.se with Internet Mail Service (5.5.2653.19)id <4JYN4ZRX>; Thu, 7 Oct 2004 09:56:14 +0200 Message-ID: <4164F63F.1060302@proact.se> From: Mathias Samuelson To: freebsd-database@freebsd.org Date: Thu, 7 Oct 2004 09:54:39 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset=iso-8859-1 X-imss-version: 2.8 X-imss-result: Passed X-imss-scores: Clean:0.79553 C:37 M:0 S:5 R:5 X-imss-settings: Baseline:1 C:1 M:1 S:1 R:1 (0.0000 0.0000) Subject: Oracle 9i on FreeBSD 4.10 X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 07:54:50 -0000 Hi everyone! I'm trying to install Oracle 9i on FreeBSD 4.10, following the instructions on http://www.shadowcom.net/freebsd-oracle9i/ although that link is for 5.x. When I execute the runInstaller, java crashes with the following message: bash-2.05b# cat hs_err_pid3410.log Unexpected Signal : 11 occurred at PC=0x8067d6a Function name=(N/A) Library=(N/A) NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer to release documentation for possible reason and solutions. Current Java thread: Dynamic libraries: Can not get information for pid = 3410 Local Time = Thu Oct 7 09:32:44 2004 Elapsed Time = 36 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002C4 # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.3.1_02-b02 mixed mode) # I've seen this behaviour previously with "linux" java applications that bundle a jre, and in that case the solution was to refer the application to the native FreeBSD jre. However I can't find a way to this for the runInstaller. Is the anyone out there who has managed to do this exercise? How did you circumvent the problem I'm seeing? Fyi, I failed to install devel/linux_devtools-7 since it reports: ===> linux_devtools-7.1_3 is marked as broken: Missing dependency. Any help would be greatly appreciated Mathias From owner-freebsd-database@FreeBSD.ORG Thu Oct 7 13:42:45 2004 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0D0D16A4CE for ; Thu, 7 Oct 2004 13:42:44 +0000 (GMT) Received: from scotth.emsphone.com (scotth.emsphone.com [199.67.51.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B48A43D54 for ; Thu, 7 Oct 2004 13:42:44 +0000 (GMT) (envelope-from shildret@scotth.emsphone.com) Received: from scotth.emsphone.com (localhost [127.0.0.1]) by scotth.emsphone.com (8.12.10/8.12.3) with ESMTP id i97Dgg8Q077439; Thu, 7 Oct 2004 08:42:42 -0500 (CDT) (envelope-from shildret@scotth.emsphone.com) Received: (from shildret@localhost) by scotth.emsphone.com (8.12.10/8.12.3/Submit) id i97DgfAK077438; Thu, 7 Oct 2004 08:42:41 -0500 (CDT) From: "Scott T. Hildreth" To: Mathias Samuelson In-Reply-To: <4164F63F.1060302@proact.se> References: <4164F63F.1060302@proact.se> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1097156560.86901.98.camel@scotth.emsphone.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 07 Oct 2004 08:42:41 -0500 cc: "freebsd-database@freebsd.org" Subject: Re: Oracle 9i on FreeBSD 4.10 X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 13:42:45 -0000 I don't remember where I read it, but 9i will not run on 4.*. If I find the post I will send it to the list. On Thu, 2004-10-07 at 02:54, Mathias Samuelson wrote: > Hi everyone! > > I'm trying to install Oracle 9i on FreeBSD 4.10, following the > instructions on http://www.shadowcom.net/freebsd-oracle9i/ although that > link is for 5.x. > > When I execute the runInstaller, java crashes with the following message: > > bash-2.05b# cat hs_err_pid3410.log > > Unexpected Signal : 11 occurred at PC=0x8067d6a > Function name=(N/A) > Library=(N/A) > > NOTE: We are unable to locate the function name symbol for the error > just occurred. Please refer to release documentation for possible > reason and solutions. > > > > Current Java thread: > > Dynamic libraries: > Can not get information for pid = 3410 > > Local Time = Thu Oct 7 09:32:44 2004 > Elapsed Time = 36 > # > # HotSpot Virtual Machine Error : 11 > # Error ID : 4F530E43505002C4 > # Please report this error at > # http://java.sun.com/cgi-bin/bugreport.cgi > # > # Java VM: Java HotSpot(TM) Client VM (1.3.1_02-b02 mixed mode) > # > > I've seen this behaviour previously with "linux" java applications that > bundle a jre, and in that case the solution was to refer the application > to the native FreeBSD jre. However I can't find a way to this for the > runInstaller. > > Is the anyone out there who has managed to do this exercise? How did you > circumvent the problem I'm seeing? > > Fyi, I failed to install devel/linux_devtools-7 since it reports: > ===> linux_devtools-7.1_3 is marked as broken: Missing dependency. > > Any help would be greatly appreciated > > Mathias > _______________________________________________ > freebsd-database@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-database > To unsubscribe, send any mail to "freebsd-database-unsubscribe@freebsd.org" From owner-freebsd-database@FreeBSD.ORG Thu Oct 7 23:23:47 2004 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E462D16A4CE for ; Thu, 7 Oct 2004 23:23:47 +0000 (GMT) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id C25A843D49 for ; Thu, 7 Oct 2004 23:23:47 +0000 (GMT) (envelope-from chitt@speakeasy.net) Received: (qmail 32490 invoked from network); 7 Oct 2004 23:23:47 -0000 Received: from unknown (HELO [216.143.148.184]) (chitt@[216.143.148.184]) (envelope-sender ) by mail4.speakeasy.net (qmail-ldap-1.03) with RC4-SHA encrypted SMTP for ; 7 Oct 2004 23:23:47 -0000 In-Reply-To: <1097156560.86901.98.camel@scotth.emsphone.com> References: <4164F63F.1060302@proact.se> <1097156560.86901.98.camel@scotth.emsphone.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sean Chittenden Date: Thu, 7 Oct 2004 16:23:44 -0700 To: "Scott T. Hildreth" X-Mailer: Apple Mail (2.619) cc: "freebsd-database@freebsd.org" Subject: Re: Oracle 9i on FreeBSD 4.10 X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 23:23:48 -0000 > I don't remember where I read it, but 9i will not run on 4.*. If I > find > the post I will send it to the list. I think (been a good year or so) it's because there is no fstat64() call in our 4.X. If you use 5.X, however, there is an fsstat64() call in our linux emulation layer which will let you run Ora9i. Bite (byte?) the bullet and upgrade to 5.X and you'll be quite happy with the results. -sc -- Sean Chittenden