public inbox for eclipse@sourceware.org
 help / color / mirror / Atom feed
* eclipse : JVM terminated Error 1
@ 2003-12-10 16:03 BERGERO Didier
  2003-12-10 16:15 ` Jeremy Handcock
  0 siblings, 1 reply; 4+ messages in thread
From: BERGERO Didier @ 2003-12-10 16:03 UTC (permalink / raw)
  To: 'eclipse@sources.redhat.com'

Hi,

 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 ?

Thanks,


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: eclipse : JVM terminated Error 1
  2003-12-10 16:03 eclipse : JVM terminated Error 1 BERGERO Didier
@ 2003-12-10 16:15 ` Jeremy Handcock
  0 siblings, 0 replies; 4+ messages in thread
From: Jeremy Handcock @ 2003-12-10 16:15 UTC (permalink / raw)
  To: BERGERO Didier; +Cc: eclipse

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: eclipse : JVM terminated Error 1
       [not found] <1075660158.21265.ezmlm@sources.redhat.com>
@ 2004-02-01 18:59 ` William Garrison
  0 siblings, 0 replies; 4+ messages in thread
From: William Garrison @ 2004-02-01 18:59 UTC (permalink / raw)
  To: eclipse

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: eclipse : JVM terminated Error 1
@ 2003-12-12 21:20 listas
  0 siblings, 0 replies; 4+ messages in thread
From: listas @ 2003-12-12 21:20 UTC (permalink / raw)
  To: Jeremy Handcock, BERGERO Didier; +Cc: eclipse

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-02-01 18:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-10 16:03 eclipse : JVM terminated Error 1 BERGERO Didier
2003-12-10 16:15 ` Jeremy Handcock
2003-12-12 21:20 listas
     [not found] <1075660158.21265.ezmlm@sources.redhat.com>
2004-02-01 18:59 ` William Garrison

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).