Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Frozen application when switching from Eclipse 3.7 to 4.4(E3 compatibility bridge, Eclipse 3.7, Eclipse 4.4)
Frozen application when switching from Eclipse 3.7 to 4.4 [message #1550204] Wed, 07 January 2015 00:16 Go to next message
Akash Peri is currently offline Akash PeriFriend
Messages: 2
Registered: January 2015
Junior Member
I've recently begun migrating my RCP application from Eclipse 3.7 to Eclipse 4.4.
It is a Wizard based application (so I'm not actually using any of the Eclipse views or perspectives).

After importing my projects into Eclipse 4.4, I found that launching the product failed with lots of missing dependencies.
I went into the Run Configuration, and changed it to use all plugins in the workspace.

After that, the UI loads, but I can't click on anything at all. The entire UI appears frozen. In addition, in the top right hand corner, there is are truncated minimize/maximize icons that weren't there before, making me suspect it's being treated like a View or something, but I don't know how to verify that.
The menu options are still there, and work as expected.

When I run it, I see no errors in the console logs.
I do see the messages at the bottom of the post.

Searching about them hasn't given me much info on why they are occuring. One post suggested it was because org.eclipse.e4.ui.workbench.addons.swt was missing, but I made sure that particular plugin was present.

For a problem like this, where would I start?
I'm not familiar with e4, so I'm not too sure where to look for resources either.
My goal is to get my application to work on e4 with the least effort, so I though the E3 compatibility bridge would be best, but I haven't had any luck with it.

!ENTRY org.eclipse.core.resources 2 10035 2015-01-06 17:11:21.795
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.

!ENTRY org.eclipse.e4.ui.workbench 4 0 2015-01-06 17:11:22.861
!MESSAGE Unable to retrieve the bundle from the URI: bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.MarkDuplicateElementIdsHandler

!ENTRY org.eclipse.e4.ui.workbench 4 0 2015-01-06 17:11:22.863
!MESSAGE Unable to retrieve the bundle from the URI: bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.MarkDuplicateLabelsHandler

!ENTRY org.eclipse.e4.ui.workbench 4 0 2015-01-06 17:11:22.865
!MESSAGE Unable to retrieve the bundle from the URI: bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.MarkDuplicateAttributesHandler

!ENTRY org.eclipse.e4.ui.workbench 4 0 2015-01-06 17:11:22.866
!MESSAGE Unable to retrieve the bundle from the URI: bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.RepairDuplicateItemsHandler

!ENTRY org.eclipse.e4.ui.workbench 4 0 2015-01-06 17:11:22.866
!MESSAGE Unable to retrieve the bundle from the URI: bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.UnmarkItemsHandler

!ENTRY org.eclipse.e4.ui.workbench 4 0 2015-01-06 17:11:22.867
!MESSAGE Unable to retrieve the bundle from the URI: bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.AutosizeColumnsHandler

!ENTRY org.eclipse.e4.ui.workbench 4 0 2015-01-06 17:11:22.868
!MESSAGE Unable to retrieve the bundle from the URI: bundleclass://org.eclipse.e4.tools.emf.ui/org.eclipse.e4.tools.emf.ui.internal.handlers.ResetToDefaultHandler

!ENTRY org.eclipse.e4.ui.workbench 4 0 2015-01-06 17:11:22.869
!MESSAGE Unable to retrieve the bundle from the URI: bundleclass://org.eclipse.e4.tools.spy/org.eclipse.e4.tools.spy.SpyHandler
Re: Frozen application when switching from Eclipse 3.7 to 4.4 [message #1567859 is a reply to message #1550204] Fri, 16 January 2015 16:19 Go to previous message
Aurélien Pupier is currently offline Aurélien PupierFriend
Messages: 637
Registered: July 2009
Location: Grenoble, FRANCE
Senior Member

Hi,

your error makes me thinking about two possibilities:
- the cached target platform is corrupted and some classes are missing for org.eclipse.e4.tools.emf.ui --> try to reload the Target Platform
- there are still some missing plugins/services/imported packages. --> try to launch the application with an OSGi console (-console option) and try to start some bundles you might have more information of potential dependencies issue.

Regards,



Aurélien Pupier - Red Hat
Senior Software Engineer in Fuse Tooling team
Previous Topic:Sometimes NPE in PartActivationHistory.activate
Next Topic:http download link does not work
Goto Forum:
  


Current Time: Wed Apr 24 16:48:05 GMT 2024

Powered by FUDForum. Page generated in 0.04977 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top