Skip to main content

developerWorks >  Rational  >  Forums  >  Installing/Configuring/Administering Rational Products  >  developerWorks

Problem at RAD 7.5 on ubuntu 9.10 karmic koala 32bit    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is not answered.

Permlink Replies: 6 - Pages: 1 - Last Post: Nov 19, 2009 8:27 PM Last Post By: fadela@eg.ibm.com Threads: [ Previous | Next ]
Alex_Azarov

Posts: 2
Registered: Oct 31, 2009 04:31:24 AM
Problem at RAD 7.5 on ubuntu 9.10 karmic koala 32bit
Posted: Oct 31, 2009 04:58:28 AM
 
Click to report abuse...   Click to reply to this thread Reply
Attachment Run.log (31.1 KB)
Thanks for the advice to corep about the libstdc++5 in the subject "rational application developer 7.5 on ubuntu 9.10 karmic koala 64bit"

When you try to run RAD after selecting Workspace to Workspace Launcher by pressing the OK button the message "An error has occurred. See the log file /home/madnick/test/.metadata/.log."

Log file contains:
---8<---
eclipse.buildId=unknown
java.fullversion=J2RE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260sr5ifx-20090821_410
76 (JIT enabled, AOT enabled)
J9VM - 20090821_041076_lHdSMr
JIT - r9_20090518_2017
GC - 20090417_AA
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=ru_RU
Framework arguments: -product com.ibm.rational.rad.product.v75.ide
Command-line arguments: -os linux -ws gtk -arch x86 -product com.ibm.rational.r
ad.product.v75.ide

!ENTRY org.eclipse.ui.workbench 4 0 2009-10-31 11:40:44.070
!MESSAGE Widget disposed too early!
!STACK 0
java.lang.RuntimeException: Widget disposed too early!
at org.eclipse.ui.internal.WorkbenchPartReference$1.widgetDisposed(Unkno
wn Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
...
Several messages "!MESSAGE Widget disposed too early!"
---8<---
Please'll show how to solve this problem.
Flipse

Posts: 2
Registered: Nov 06, 2009 08:14:19 AM
Re: Problem at RAD 7.5 on ubuntu 9.10 karmic koala 32bit
Posted: Nov 06, 2009 08:17:48 AM   in response to: Alex_Azarov in response to: Alex_Azarov's post
 
Click to report abuse...   Click to reply to this thread Reply
I have the same problem.
I also installed the libstdc++5_3.3.6-18_i386 on my Ubuntu 9.10 32-Bit. I installed RAD 7.5.3 and got the same error.
Today i installed the Version 7.5.4 and there was also the same error.

Have someone a solution for this problem?
pquiring

Posts: 14
Registered: Aug 10, 2004 09:06:05 AM
Re: Problem at RAD 7.5 on ubuntu 9.10 karmic koala 32bit
Posted: Nov 06, 2009 09:17:29 AM   in response to: Flipse in response to: Flipse's post
 
Click to report abuse...   Click to reply to this thread Reply
The Installation Manager (also an eclipse program) had the following issues/workarounds:

An existing Eclipse bug #287307 describes this problem: https://bugs.eclipse.org/bugs/show_bug.cgi?id=287307

Likewise the GTK folks know about it (see http://git.gnome.org/cgit/gtk+/commit/?id=a79f929dd6c89fceea f0d9039e5a10cad9d87d2f)

And this bug: https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/443004

The workaround for that is:
export GDK_NATIVE_WINDOWS=1
Kevin_Cormier

Posts: 1
Registered: Jul 14, 2009 07:08:29 PM
Re: Problem at RAD 7.5 on ubuntu 9.10 karmic koala 32bit
Posted: Nov 06, 2009 02:25:56 PM   in response to: pquiring in response to: pquiring's post
 
Click to report abuse...   Click to reply to this thread Reply
The "export GDK_NATIVE_WINDOWS=1" workaround did not work for me; however, I was able to get RAD started by copying over the .metadata folder from an existing Eclipse workspace.

It seems to be a problem with the Welcome screen, though (which makes sense since one of the linked articles mentions issues with xulrunner), so if you activate the Welcome screen it crashes again and then crashes on restart as well.
Flipse

Posts: 2
Registered: Nov 06, 2009 08:14:19 AM
Re: Problem at RAD 7.5 on ubuntu 9.10 karmic koala 32bit
Posted: Nov 06, 2009 09:56:50 PM   in response to: Kevin_Cormier in response to: Kevin_Cormier's post
 
Click to report abuse...   Click to reply to this thread Reply
> {quote:title=Kevin_Cormier wrote:}{quote}
> The "export GDK_NATIVE_WINDOWS=1" workaround did not work for me; however, I was able to get RAD started by copying over the .metadata folder from an existing Eclipse workspace.

Thanks for this advice, to copy the .metadata folder works for me too.

The Export GDK_NATIVE_WINDOWS=1 also didn't work in my case.
alex2008

Posts: 1
Registered: Feb 25, 2009 08:34:14 AM
Re: Problem at RAD 7.5 on ubuntu 9.10 karmic koala 32bit
Posted: Nov 11, 2009 02:26:54 PM   in response to: Alex_Azarov in response to: Alex_Azarov's post
 
Click to report abuse...   Click to reply to this thread Reply
Hi Alex!

I got the same issue with RSA 7.5.4 on Karmic 32bit.
I've found the workaround at http://employees.org/~abhinav/blog/2009/10/getting-eclipse-3-4-x-working-on-ubuntu-karmic-beta/ :

'To get this working, just add the following to eclipse.ini on a separate line:

-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner

Where /usr/lib/xulrunner is the location of version 1.9'

For my RSA it worked fine:)
fadela@eg.ibm.com

Posts: 106
Registered: Mar 02, 2006 08:53:11 AM
Re: Problem at RAD 7.5 on ubuntu 9.10 karmic koala 32bit
Posted: Nov 19, 2009 08:27:29 PM   in response to: Alex_Azarov in response to: Alex_Azarov's post
 
Click to report abuse...   Click to reply to this thread Reply
I was facing same errors and things worked after I installed xulrunner 1.8 using Synaptic and then ran command update-alternatives --config xulrunner to set the active xulrunner to 1.8 instead of 1.9
 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums