<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Create Context Group does nothing and logs eclipse error in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Create-Context-Group-does-nothing-and-logs-eclipse-error/m-p/2350470#M833</link>
    <description>OS is Win7 Pro&amp;nbsp;&lt;BR /&gt;JDK is jdk1.8.0_101</description>
    <pubDate>Mon, 10 Oct 2016 07:18:14 GMT</pubDate>
    <dc:creator>DL001</dc:creator>
    <dc:date>2016-10-10T07:18:14Z</dc:date>
    <item>
      <title>Create Context Group does nothing and logs eclipse error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Create-Context-Group-does-nothing-and-logs-eclipse-error/m-p/2350468#M831</link>
      <description>Hi 
&lt;BR /&gt;In DI, I am trying to right click Contexts &amp;gt; Create Context Group and this does nothing in the UI, the log is showing: 
&lt;BR /&gt;!ENTRY org.eclipse.ui 4 0 2016-10-06 12:16:56.549 
&lt;BR /&gt;!MESSAGE Unhandled event loop exception 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;java.lang.LinkageError: loader constraint violation: loader (instance of org/eclipse/osgi/internal/loader/EquinoxClassLoader) previously initiated loading for a different type with name "ca/odell/glazedlists/EventList" 
&lt;BR /&gt; at org.eclipse.nebula.widgets.nattable.extension.glazedlists.GlazedListsDataProvider.&amp;lt;init&amp;gt;(GlazedListsDataProvider.java:44) 
&lt;BR /&gt; at org.talend.core.ui.context.ContextTreeTable.createTableControl(ContextTreeTable.java:211) 
&lt;BR /&gt; at org.talend.core.ui.context.ContextTreeTable.createTable(ContextTreeTable.java:150) 
&lt;BR /&gt; at org.talend.core.ui.context.ContextNebulaGridComposite.createNatTable(ContextNebulaGridComposite.java:198) 
&lt;BR /&gt; at org.talend.core.ui.context.ContextNebulaGridComposite.initializeUI(ContextNebulaGridComposite.java:161) 
&lt;BR /&gt; at org.talend.core.ui.context.ContextNebulaGridComposite.&amp;lt;init&amp;gt;(ContextNebulaGridComposite.java:127) 
&lt;BR /&gt; at org.talend.core.ui.context.ContextComposite.initializeUI(ContextComposite.java:154) 
&lt;BR /&gt; at org.talend.core.ui.context.ContextComposite.&amp;lt;init&amp;gt;(ContextComposite.java:79) 
&lt;BR /&gt; at org.talend.core.ui.context.ContextComposite.&amp;lt;init&amp;gt;(ContextComposite.java:66) 
&lt;BR /&gt; at org.talend.metadata.managment.ui.wizard.context.ContextRepositoryComposite.&amp;lt;init&amp;gt;(ContextRepositoryComposite.java:37) 
&lt;BR /&gt; at org.talend.metadata.managment.ui.wizard.context.ContextForm.addFields(ContextForm.java:64) 
&lt;BR /&gt; at org.talend.metadata.managment.ui.wizard.AbstractForm.setupForm(AbstractForm.java:186) 
&lt;BR /&gt; at org.talend.metadata.managment.ui.wizard.AbstractForm.setupForm(AbstractForm.java:170) 
&lt;BR /&gt; at org.talend.metadata.managment.ui.wizard.context.ContextForm.&amp;lt;init&amp;gt;(ContextForm.java:45) 
&lt;BR /&gt; at org.talend.metadata.managment.ui.wizard.context.ContextPage.createControl(ContextPage.java:39) 
&lt;BR /&gt; at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:178) 
&lt;BR /&gt; at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:759) 
&lt;BR /&gt; at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:622) 
&lt;BR /&gt; at org.eclipse.jface.window.Window.create(Window.java:435) 
&lt;BR /&gt; at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1101) 
&lt;BR /&gt; at org.eclipse.jface.window.Window.open(Window.java:797) 
&lt;BR /&gt; at org.talend.repository.ui.actions.context.CreateContextAction.doRun(CreateContextAction.java:100) 
&lt;BR /&gt; at org.talend.repository.ui.actions.AContextualAction$2.run(AContextualAction.java:635) 
&lt;BR /&gt; at org.talend.repository.RepositoryWorkUnit.executeRun(RepositoryWorkUnit.java:99) 
&lt;BR /&gt; at org.talend.core.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(AbstractRepositoryFactory.java:258) 
&lt;BR /&gt; at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(LocalRepositoryFactory.java:3257) 
&lt;BR /&gt; at org.talend.core.repository.model.ProxyRepositoryFactory.executeRepositoryWorkUnit(ProxyRepositoryFactory.java:2053) 
&lt;BR /&gt; at org.talend.repository.ui.actions.AContextualAction.run(AContextualAction.java:641) 
&lt;BR /&gt; at org.eclipse.jface.action.Action.runWithEvent(Action.java:519) 
&lt;BR /&gt; at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595) 
&lt;BR /&gt; at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511) 
&lt;BR /&gt; at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420) 
&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761) 
&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151) 
&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 
&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) 
&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) 
&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) 
&lt;BR /&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) 
&lt;BR /&gt; at org.talend.rcp.intro.Application.start(Application.java:208) 
&lt;BR /&gt; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1465) 
&lt;BR /&gt;Talend DI Version: 6.2.1</description>
      <pubDate>Sat, 16 Nov 2024 10:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Create-Context-Group-does-nothing-and-logs-eclipse-error/m-p/2350468#M831</guid>
      <dc:creator>DL001</dc:creator>
      <dc:date>2024-11-16T10:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create Context Group does nothing and logs eclipse error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Create-Context-Group-does-nothing-and-logs-eclipse-error/m-p/2350469#M832</link>
      <description>Hi&amp;nbsp;
&lt;BR /&gt;I can't reproduce the problem on Windows 7 with Talend DI version 6.2.1, can you please provide the system information? such as OS? JDK version?
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 10 Oct 2016 02:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Create-Context-Group-does-nothing-and-logs-eclipse-error/m-p/2350469#M832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-10T02:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create Context Group does nothing and logs eclipse error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Create-Context-Group-does-nothing-and-logs-eclipse-error/m-p/2350470#M833</link>
      <description>OS is Win7 Pro&amp;nbsp;&lt;BR /&gt;JDK is jdk1.8.0_101</description>
      <pubDate>Mon, 10 Oct 2016 07:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Create-Context-Group-does-nothing-and-logs-eclipse-error/m-p/2350470#M833</guid>
      <dc:creator>DL001</dc:creator>
      <dc:date>2016-10-10T07:18:14Z</dc:date>
    </item>
  </channel>
</rss>

