Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unhandled event loop exception - org.eclipse.ui

Hey everyone, I'm opening this thread because I'm encountering an issue while I try to add a job's context into a repository context. I'm currently using TOS 7.1.1.20180829 on centOs 7 using java 1.8.

Message:

Unhandled event loop exception

Stack Trace:

java.lang.NullPointerException
	at org.talend.repository.ui.actions.AContextualAction.initSelection(AContextualAction.java:297)
	at org.talend.repository.ui.actions.AContextualAction.getSelection(AContextualAction.java:255)
	at org.talend.repository.ui.actions.AContextualAction.initCurrentRepositoryNode(AContextualAction.java:430)
	at org.talend.repository.ui.actions.AContextualAction.getCurrentRepositoryNode(AContextualAction.java:403)
	at org.talend.repository.ui.actions.AContextualAction.run(AContextualAction.java:644)
	at org.talend.core.ui.context.nattableTree.ContextMenuItemProviders.handleBuiltInToRepository(ContextMenuItemProviders.java:102)
	at org.talend.core.ui.context.nattableTree.ContextMenuItemProviders.access$3(ContextMenuItemProviders.java:98)
	at org.talend.core.ui.context.nattableTree.ContextMenuItemProviders$1$2.widgetSelected(ContextMenuItemProviders.java:87)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3799)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3409)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.talend.rcp.intro.Application.start(Application.java:265)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)

Session data:

eclipse.buildId=unknown
java.version=1.8.0_181
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en
Command-line arguments:  -os linux -ws gtk -arch x86_64
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

Are you using milestone release for testing? Does this issue repro on v 7.0.1?

Best regards

Sabrina

 

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hello,

Are you using milestone release for testing? Does this issue repro on v 7.0.1?

Best regards

Sabrina

 

Anonymous
Not applicable
Author

I was using TOS 7.1.1.20180829_1603, I changed to version 7.0.1.20180411_1414 and this feature is working fine now! Thank you very much Sabrina! 0683p000009MACJ.png