From owner-freebsd-questions@FreeBSD.ORG Sat Nov 13 13:23:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF89516A4CE for ; Sat, 13 Nov 2004 13:23:42 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43FF043D2D for ; Sat, 13 Nov 2004 13:23:40 +0000 (GMT) (envelope-from junkmail@sensewave.com) Received: from tove (la3sg.net [217.13.29.172]) by mail.broadpark.no (Postfix) with ESMTP id 49E8E1D00 for ; Sat, 13 Nov 2004 14:23:39 +0100 (MET) From: "Kjell Midtseter" To: freebsd-questions@freebsd.org Date: Sat, 13 Nov 2004 14:23:40 +0100 MIME-Version: 1.0 Message-ID: <419618EC.28868.116D347@localhost> Priority: normal X-mailer: Pegasus Mail for Windows (v4.12a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: Installing zendstudio fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2004 13:23:42 -0000 List members! I started out with a clean install from a 5.3R CD. Then I cvsup'ed and built a new GENERIC kernel and new ports followed by installing PHP5/Apache13 After fetching the latest linux glib2.1 server/client zendstudio package from the zend.com site, I went through the make, make install sequence and ended up with the following: ================================== sexy# make install ===> Installing for ZendStudio-3.5.2 ===> ZendStudio-3.5.2 depends on file: /compat/linux/etc/redhat-release - found ===> Generating temporary packing list ===> Checking if devel/zendstudio already installed /usr/ports/devel/zendstudio/work/ZendStudio-3_5_2/ZendStudio-3_5_2.bin Preparing to install... Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... Launching installer... Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX) Stack Trace: java.lang.NoClassDefFoundError at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source) at java.awt.Window.init(Unknown Source) at java.awt.Window.(Unknown Source) at java.awt.Frame.(Unknown Source) at java.awt.Frame.(Unknown Source) at com.zerog.ia.installer.LifeCycleManager.f(DashoA8113) at com.zerog.ia.installer.LifeCycleManager.g(DashoA8113) at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113) at com.zerog.ia.installer.Main.main(DashoA8113) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.zerog.lax.LAX.launch(DashoA8113) at com.zerog.lax.LAX.main(DashoA8113) This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX) *** Error code 255 Stop in /usr/ports/devel/zendstudio. ==================================== Any hints of what causes the "InvocationTargetException" are much appreciated! Kjell