Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swtbot-dev] Exception in thread "Worker-3" Exception in thread "Worker-5"

Hi,
I face this exception when I try to share project in my tests and my application gets stuck.
this is what I see in Console:

!ENTRY org.eclipse.core.jobs 4 2 2013-08-28 14:17:52.174
!MESSAGE An internal error occurred during: "Decoration Calculation".
Exception in thread "Worker-3" Exception in thread "Worker-5" 
!ENTRY org.eclipse.ui 4 0 2013-08-28 14:17:56.629
!MESSAGE Unhandled event loop exception
Error while logging event loop exception:

!ENTRY org.eclipse.ui 4 0 2013-08-28 14:17:57.819
!MESSAGE Unhandled event loop exception
Error while logging event loop exception:

!ENTRY org.eclipse.core.jobs 4 2 2013-08-28 14:17:59.435
!MESSAGE An internal error occurred during: "Removing problem markers...".
Exception in thread "Worker-2" 
!ENTRY org.eclipse.core.jobs 4 2 2013-08-28 14:18:00.201
!MESSAGE An internal error occurred during: "Removing problem markers...".
Exception in thread "Worker-6" 
!ENTRY org.eclipse.core.jobs 4 2 2013-08-28 14:18:01.180
!MESSAGE An internal error occurred during: "Removing problem markers...".
Exception in thread "Worker-4" 
!ENTRY org.eclipse.e4.ui.workbench 4 0 2013-08-28 14:18:01.942
!MESSAGE Error disposing widget for : org.eclipse.e4.ui.model.application.ui.menu.impl.MenuImpl null

!ENTRY org.eclipse.equinox.event 4 0 2013-08-28 14:18:02.180
!MESSAGE Exception while dispatching event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UIElement/widget/SET] to handler org.eclipse.e4.ui.services.internal.events.UIEventHandler@71a13621

!ENTRY org.eclipse.e4.ui.workbench.swt 4 2 2013-08-28 14:18:02.671
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.e4.ui.workbench.swt".
Exception in thread "WorkbenchTestable" 


Do you have any idea what I have to do in order to fix the problem?

Thanks



Back to the top