From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5170 invoked by alias); 1 Feb 2004 18:59:52 -0000 Mailing-List: contact eclipse-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: eclipse-owner@sources.redhat.com Received: (qmail 5161 invoked from network); 1 Feb 2004 18:59:51 -0000 Message-ID: <401D4CC1.7030600@mobydisk.com> Date: Sun, 01 Feb 2004 18:59:00 -0000 From: William Garrison User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: eclipse@sources.redhat.com Subject: Re: eclipse : JVM terminated Error 1 References: <1075660158.21265.ezmlm@sources.redhat.com> In-Reply-To: <1075660158.21265.ezmlm@sources.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q1/txt/msg00005.txt.bz2 I found this on the Oct-Dec archives. I have the same problem. My system is RH9 + kernel 2.6.1. I am using the packages from http://people.redhat.com/~jhealy/eclipse/ as much as I can. I needed some other dependencies resolved, so here is what I installed to get gcj-eclipse to install. The ones marked with a * are directly from jhealy's page. ctags-5.5.2-1.i386.rpm ctags_5.4-2_i386.rpm db4-4.1.25-0.rh73.3.1.i386.rpm *libgcc-ssa-3.5ssa-0.20030801.39.i386.rpm *libgcj-ssa-3.5ssa-0.20030801.39.i386.rpm *libstdc++-ssa-3.5ssa-0.20030801.39.i386.rpm *oprofile-0.5.4-12.i386.rpm *snapshot-20030802-eclipse-2.1.0-12.i386.rpm I first tried ctags 5.4 then found that 5.5 was the latest. I had LOTS of trouble finding an RPM for libdb4 4.1. 4.0 was no problem, but eclipse said it needed 4.1. The one I found was a RH7.3 update (????) but it is the only one I could find. I suspect that if there is a package problem, that this is it. But somehow, this seems like more than a simple package problem. The specific behavior of eclipse is this: 1) run eclipse (tried icon and command-line) 2) eclipse displays a splash screen 3) splash-screen vanishes 4) splash-screen re-appears 5) error message says: JVM terminated. Exit code=1 /usr/lib/eclipse/gcjlauncher -cp /usr/lib/eclipse/startup.jar org.eclipse.core.launcher.Main -os linux -ws gtk -arch x86 -showsplash /usr/lib/eclipse/eclipse -showsplash 600 6) I click "close" on the error message 7) The splash-screen remains 8) I wait a few minutes, then decide to kill the eclipse process that is displaying the splash-screen. No HD activity is going on so I know it isn't doing anything. 9) After exit, I see that an empty workspace directory is created. It is the current directory that I launched eclipse from, not in ~/workspace. I tried running as a user, and as root. > From: listas at lozano dot eti dot br > Cc: eclipse at sources dot redhat dot com > Date: Fri, 12 Dec 2003 20:20:39 -0200 > Subject: Re: eclipse : JVM terminated Error 1 > > Hi there, > > I got these error because i had different versions for some libraries, like > oprofile. Upgrading (or downgrading) to the same ones from the snapshot dowload > solved the problems. > > []s, Fernando Lozano > >> On Wed, Dec 10, 2003 at 05:04:00PM +0100, BERGERO Didier wrote: >> > I've installed the RPM snapshot for eclipse built with gcj on REDHAT 9 >> > >> > But when I launch "/usr/bin/eclipse" I've a window with "JVM terminated >> > Exit code=1.../usr/lib/eclipse/gcjlauncher...." !! >> > >> > What can I do ? >> >> Do you have anything in your ~/workspace/.metadata/.log file? If so, >> attach it here. It may offer some hints. >> >> Jeremy