From owner-freebsd-current Mon Jan 13 8:18:51 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 634C537B401 for ; Mon, 13 Jan 2003 08:18:50 -0800 (PST) Received: from weed.daren.ca (CPE014320028330.cpe.net.cable.rogers.com [24.102.94.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id C80E743F18 for ; Mon, 13 Jan 2003 08:18:38 -0800 (PST) (envelope-from desjardins@canada.com) Received: from weed.daren.ca (localhost [127.0.0.1]) by weed.daren.ca (8.12.6/8.12.6) with ESMTP id h0DGIUHD005294 for ; Mon, 13 Jan 2003 11:18:30 -0500 (EST) (envelope-from desjardins@canada.com) Received: (from daren@localhost) by weed.daren.ca (8.12.6/8.12.6/Submit) id h0DGITOR005293 for freebsd-current@FreeBSD.ORG; Mon, 13 Jan 2003 11:18:29 -0500 (EST) X-Authentication-Warning: weed.daren.ca: daren set sender to desjardins@canada.com using -f Subject: Re: Problems installing apps that use a Java installer From: Daren Desjardins Reply-To: desjardins@canada.com To: freebsd-current Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Message-Id: <1042474708.5221.2.camel@weed.daren.ca> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 13 Jan 2003 11:18:29 -0500 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I found what is causing their JDK's to seg fault. I happen to try coping over the Sun JDK to where the weblogic files were in /tmp. When I tried running the JDK from /tmp it began crashing with a segfault. So I moved the extracted WL files to /usr/local, and ran it. In order to run some other app I had to make tmp a symlink to /usr/tmp to allow for more space. Apparantly the JDK cant handle the sym link and seg faults. The Weblogic installer now launches, but freezes after the splash screen. If I run the installer using the Sun jdk it runs fine. On Mon, 2003-01-13 at 10:03, Daren Desjardins wrote: > Ive been trying to install JBuilder 7 and Weblogic 7 and have been > having no luck. Both apps extract themselves and then try to use their > own JDK to start the installer, however they both then seg fault. I > tried running the 'java' that they include and found that it is the > cause of the seg fault. I was able to get JBuilder installed by > replacing its JDK with the FreeBSD port. However I still have not been > able to get Weblogic to install. > > I do have the BSD JDK port, 1.3.1-p7, installed and it works fine. > > Any ideas what would cause these Java installers using their own JDK to > seg fault all the time? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message