[JBoss JIRA] (TEIIDDES-3099) Data sources cannot be created
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3099?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-3099.
------------------------------------
Resolution: Done
> Data sources cannot be created
> ------------------------------
>
> Key: TEIIDDES-3099
> URL: https://issues.jboss.org/browse/TEIIDDES-3099
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.1
> Reporter: Mario Majernik
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 11.1
>
> Attachments: screen1.png, screen2.png
>
>
> Data Source cannot be created because in new version of designer are changed properties of data sources.
> For example: (screen1.png --> right window) I chose salesforce as example. There are the same 3 important parameters in Data Source Properties for all drivers (why?) :
> * connection-url
> * user-name
> * password
> and for salesforce we have these parameters in connection profile : (screen2.png)
> So how should I create data source when I do not have a "connection-url" (or how I can create a connection-url). The same problem is with more data sources. For example google spreadsheet (screen2.png) there are 4 properties.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 3 months
[JBoss JIRA] (TEIIDDES-3099) Data sources cannot be created
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3099?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-3099:
----------------------------------------
master: https://github.com/Teiid-Designer/teiid-designer/commit/ddba469848b10e203...
> Data sources cannot be created
> ------------------------------
>
> Key: TEIIDDES-3099
> URL: https://issues.jboss.org/browse/TEIIDDES-3099
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.1
> Reporter: Mario Majernik
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 11.1
>
> Attachments: screen1.png, screen2.png
>
>
> Data Source cannot be created because in new version of designer are changed properties of data sources.
> For example: (screen1.png --> right window) I chose salesforce as example. There are the same 3 important parameters in Data Source Properties for all drivers (why?) :
> * connection-url
> * user-name
> * password
> and for salesforce we have these parameters in connection profile : (screen2.png)
> So how should I create data source when I do not have a "connection-url" (or how I can create a connection-url). The same problem is with more data sources. For example google spreadsheet (screen2.png) there are 4 properties.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 3 months
[JBoss JIRA] (TEIIDDES-3099) Data sources cannot be created
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3099?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-3099:
-----------------------------------
Fix Version/s: 11.1
> Data sources cannot be created
> ------------------------------
>
> Key: TEIIDDES-3099
> URL: https://issues.jboss.org/browse/TEIIDDES-3099
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.1
> Reporter: Mario Majernik
> Priority: Blocker
> Fix For: 11.1
>
> Attachments: screen1.png, screen2.png
>
>
> Data Source cannot be created because in new version of designer are changed properties of data sources.
> For example: (screen1.png --> right window) I chose salesforce as example. There are the same 3 important parameters in Data Source Properties for all drivers (why?) :
> * connection-url
> * user-name
> * password
> and for salesforce we have these parameters in connection profile : (screen2.png)
> So how should I create data source when I do not have a "connection-url" (or how I can create a connection-url). The same problem is with more data sources. For example google spreadsheet (screen2.png) there are 4 properties.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 3 months
[JBoss JIRA] (TEIIDDES-3099) Data sources cannot be created
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3099?page=com.atlassian.jira.plu... ]
Barry LaFond reassigned TEIIDDES-3099:
--------------------------------------
Assignee: Barry LaFond
> Data sources cannot be created
> ------------------------------
>
> Key: TEIIDDES-3099
> URL: https://issues.jboss.org/browse/TEIIDDES-3099
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.1
> Reporter: Mario Majernik
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 11.1
>
> Attachments: screen1.png, screen2.png
>
>
> Data Source cannot be created because in new version of designer are changed properties of data sources.
> For example: (screen1.png --> right window) I chose salesforce as example. There are the same 3 important parameters in Data Source Properties for all drivers (why?) :
> * connection-url
> * user-name
> * password
> and for salesforce we have these parameters in connection profile : (screen2.png)
> So how should I create data source when I do not have a "connection-url" (or how I can create a connection-url). The same problem is with more data sources. For example google spreadsheet (screen2.png) there are 4 properties.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 3 months
[JBoss JIRA] (TEIIDDES-3099) Data sources cannot be created
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3099?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-3099:
----------------------------------------
[~mmajerni] The configuration properties for a connection in the standalone.xml file for a server are not necessarily the same connection properties defined in *Eclipse* connection profiles. Designer uses the *Eclipse* connection properties as the design-time objects for these properties. The *Create Data Source* dialog (screen1.png) is the way users can create a *<data-source>* or a <resource-adapter> entry in the standalone.xml, but it's done through the Teiid Admin API. The dialog accesses a list of associated property definitions (data source properties table) which the user can fill out and *submit* for deployment.
Note that in the new *Connections* view, users can run *Create Data Source* from a selected *Connection Profile* (i.e. Local connection), or from a selected *Deployed* data source but I think there may be confusion launching the *Create* action from the *Deployed* node in the tree, which is the same wizard.
> Data sources cannot be created
> ------------------------------
>
> Key: TEIIDDES-3099
> URL: https://issues.jboss.org/browse/TEIIDDES-3099
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.1
> Reporter: Mario Majernik
> Priority: Blocker
> Attachments: screen1.png, screen2.png
>
>
> Data Source cannot be created because in new version of designer are changed properties of data sources.
> For example: (screen1.png --> right window) I chose salesforce as example. There are the same 3 important parameters in Data Source Properties for all drivers (why?) :
> * connection-url
> * user-name
> * password
> and for salesforce we have these parameters in connection profile : (screen2.png)
> So how should I create data source when I do not have a "connection-url" (or how I can create a connection-url). The same problem is with more data sources. For example google spreadsheet (screen2.png) there are 4 properties.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 3 months
[JBoss JIRA] (TEIIDDES-3099) Data sources cannot be created
by Mario Majernik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3099?page=com.atlassian.jira.plu... ]
Mario Majernik updated TEIIDDES-3099:
-------------------------------------
Description:
Data Source cannot be created because in new version of designer are changed properties of data sources.
For example: (screen1.png --> right window) I chose salesforce as example. There are the same 3 important parameters in Data Source Properties for all drivers (why?) :
* connection-url
* user-name
* password
and for salesforce we have these parameters in connection profile : (screen2.png)
So how should I create data source when I do not have a "connection-url" (or how I can create a connection-url). The same problem is with more data sources. For example google spreadsheet (screen2.png) there are 4 properties.
was:
Data Source cannot be created because in new version of designer are changed properties of data sources.
For example: (screen1.png --> right window) I chose salesforce as example. There are the same 3 important parameters in Data Source Properties for all drivers (why?) :
* connection-url
* user-name
* password
and for salesforce we have these parameters in connection profile : (screen2.png)
So how should I create data source when I do not have a "connection-url" (or how I can create a connection-url). The same problem is with more data sources. For example google spreadsheet (screen2.png) there are 4 properties.
> Data sources cannot be created
> ------------------------------
>
> Key: TEIIDDES-3099
> URL: https://issues.jboss.org/browse/TEIIDDES-3099
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.1
> Reporter: Mario Majernik
> Priority: Blocker
> Attachments: screen1.png, screen2.png
>
>
> Data Source cannot be created because in new version of designer are changed properties of data sources.
> For example: (screen1.png --> right window) I chose salesforce as example. There are the same 3 important parameters in Data Source Properties for all drivers (why?) :
> * connection-url
> * user-name
> * password
> and for salesforce we have these parameters in connection profile : (screen2.png)
> So how should I create data source when I do not have a "connection-url" (or how I can create a connection-url). The same problem is with more data sources. For example google spreadsheet (screen2.png) there are 4 properties.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 3 months
[JBoss JIRA] (TEIIDDES-3099) Data sources cannot be created
by Mario Majernik (JIRA)
Mario Majernik created TEIIDDES-3099:
----------------------------------------
Summary: Data sources cannot be created
Key: TEIIDDES-3099
URL: https://issues.jboss.org/browse/TEIIDDES-3099
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 11.1
Reporter: Mario Majernik
Priority: Blocker
Attachments: screen1.png, screen2.png
Data Source cannot be created because in new version of designer are changed properties of data sources.
For example: (screen1.png --> right window) I chose salesforce as example. There are the same 3 important parameters in Data Source Properties for all drivers (why?) :
* connection-url
* user-name
* password
and for salesforce we have these parameters in connection profile : (screen2.png)
So how should I create data source when I do not have a "connection-url" (or how I can create a connection-url). The same problem is with more data sources. For example google spreadsheet (screen2.png) there are 4 properties.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 3 months
[JBoss JIRA] (TEIIDDES-3096) !MESSAGE Unhandled event loop exception in JBDS with Teiid Designer
by Kylin Soong (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3096?page=com.atlassian.jira.plu... ]
Kylin Soong commented on TEIIDDES-3096:
---------------------------------------
I have test with devstudio-10.4.0.GA-installer-standalone.jar, *not* install designer plugin, the 'Unhandled event loop exception' still exist, I use the fedora 26, probably the issue only exist on fedora. I set this reject to resolved the issue.
> !MESSAGE Unhandled event loop exception in JBDS with Teiid Designer
> -------------------------------------------------------------------
>
> Key: TEIIDDES-3096
> URL: https://issues.jboss.org/browse/TEIIDDES-3096
> Project: Teiid Designer
> Issue Type: Bug
> Components: Eclipse Integration
> Affects Versions: 11.0.1
> Environment: * devstudio-10.4.0.GA-installer-standalone.jar
> Reporter: Kylin Soong
> Priority: Blocker
> Attachments: error-1.png, error-2.png
>
>
> This should be a eclipse bug, but strongly affect user experience, I was be blocked in a customer poc testing,
> * once I started the server, from the server panel, there are lots of logs output to console panel.
> * then I try to switch to Server panel, the JBDS crash. the error logs like
> {code}
> !ENTRY org.eclipse.ui 4 0 2017-08-22 18:41:42.865
> !MESSAGE Unhandled event loop exception
> !STACK 0
> org.eclipse.swt.SWTError: No more handles
> at org.eclipse.swt.SWT.error(SWT.java:4559)
> at org.eclipse.swt.SWT.error(SWT.java:4448)
> at org.eclipse.swt.SWT.error(SWT.java:4419)
> at org.eclipse.swt.graphics.Cursor.<init>(Cursor.java:173)
> at org.eclipse.swt.widgets.Display.getSystemCursor(Display.java:2688)
> at org.eclipse.e4.ui.workbench.addons.dndaddon.DragAgent.dragFinished(DragAgent.java:157)
> at org.eclipse.e4.ui.workbench.addons.dndaddon.PartDragAgent.dragFinished(PartDragAgent.java:93)
> at org.eclipse.e4.ui.workbench.addons.dndaddon.DnDManager.finishDrag(DnDManager.java:285)
> at org.eclipse.e4.ui.workbench.addons.dndaddon.DnDManager.startDrag(DnDManager.java:252)
> at org.eclipse.e4.ui.workbench.addons.dndaddon.DnDManager$1.dragDetected(DnDManager.java:89)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:128)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
> 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:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (TEIIDDES-3096) !MESSAGE Unhandled event loop exception in JBDS with Teiid Designer
by Kylin Soong (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3096?page=com.atlassian.jira.plu... ]
Kylin Soong resolved TEIIDDES-3096.
-----------------------------------
Resolution: Rejected
> !MESSAGE Unhandled event loop exception in JBDS with Teiid Designer
> -------------------------------------------------------------------
>
> Key: TEIIDDES-3096
> URL: https://issues.jboss.org/browse/TEIIDDES-3096
> Project: Teiid Designer
> Issue Type: Bug
> Components: Eclipse Integration
> Affects Versions: 11.0.1
> Environment: * devstudio-10.4.0.GA-installer-standalone.jar
> Reporter: Kylin Soong
> Priority: Blocker
> Attachments: error-1.png, error-2.png
>
>
> This should be a eclipse bug, but strongly affect user experience, I was be blocked in a customer poc testing,
> * once I started the server, from the server panel, there are lots of logs output to console panel.
> * then I try to switch to Server panel, the JBDS crash. the error logs like
> {code}
> !ENTRY org.eclipse.ui 4 0 2017-08-22 18:41:42.865
> !MESSAGE Unhandled event loop exception
> !STACK 0
> org.eclipse.swt.SWTError: No more handles
> at org.eclipse.swt.SWT.error(SWT.java:4559)
> at org.eclipse.swt.SWT.error(SWT.java:4448)
> at org.eclipse.swt.SWT.error(SWT.java:4419)
> at org.eclipse.swt.graphics.Cursor.<init>(Cursor.java:173)
> at org.eclipse.swt.widgets.Display.getSystemCursor(Display.java:2688)
> at org.eclipse.e4.ui.workbench.addons.dndaddon.DragAgent.dragFinished(DragAgent.java:157)
> at org.eclipse.e4.ui.workbench.addons.dndaddon.PartDragAgent.dragFinished(PartDragAgent.java:93)
> at org.eclipse.e4.ui.workbench.addons.dndaddon.DnDManager.finishDrag(DnDManager.java:285)
> at org.eclipse.e4.ui.workbench.addons.dndaddon.DnDManager.startDrag(DnDManager.java:252)
> at org.eclipse.e4.ui.workbench.addons.dndaddon.DnDManager$1.dragDetected(DnDManager.java:89)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:128)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
> 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:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (TEIIDDES-3096) !MESSAGE Unhandled event loop exception in JBDS with Teiid Designer
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3096?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-3096:
----------------------------------------
[~kylin] I'm still not clear.... if you did *not* install Designer into JBDS and were able to start a server without the error...... and then install Designer and the error *does* occur.. than wouldn't that error be caused by Designer?
> !MESSAGE Unhandled event loop exception in JBDS with Teiid Designer
> -------------------------------------------------------------------
>
> Key: TEIIDDES-3096
> URL: https://issues.jboss.org/browse/TEIIDDES-3096
> Project: Teiid Designer
> Issue Type: Bug
> Components: Eclipse Integration
> Affects Versions: 11.0.1
> Environment: * devstudio-10.4.0.GA-installer-standalone.jar
> Reporter: Kylin Soong
> Priority: Blocker
> Attachments: error-1.png, error-2.png
>
>
> This should be a eclipse bug, but strongly affect user experience, I was be blocked in a customer poc testing,
> * once I started the server, from the server panel, there are lots of logs output to console panel.
> * then I try to switch to Server panel, the JBDS crash. the error logs like
> {code}
> !ENTRY org.eclipse.ui 4 0 2017-08-22 18:41:42.865
> !MESSAGE Unhandled event loop exception
> !STACK 0
> org.eclipse.swt.SWTError: No more handles
> at org.eclipse.swt.SWT.error(SWT.java:4559)
> at org.eclipse.swt.SWT.error(SWT.java:4448)
> at org.eclipse.swt.SWT.error(SWT.java:4419)
> at org.eclipse.swt.graphics.Cursor.<init>(Cursor.java:173)
> at org.eclipse.swt.widgets.Display.getSystemCursor(Display.java:2688)
> at org.eclipse.e4.ui.workbench.addons.dndaddon.DragAgent.dragFinished(DragAgent.java:157)
> at org.eclipse.e4.ui.workbench.addons.dndaddon.PartDragAgent.dragFinished(PartDragAgent.java:93)
> at org.eclipse.e4.ui.workbench.addons.dndaddon.DnDManager.finishDrag(DnDManager.java:285)
> at org.eclipse.e4.ui.workbench.addons.dndaddon.DnDManager.startDrag(DnDManager.java:252)
> at org.eclipse.e4.ui.workbench.addons.dndaddon.DnDManager$1.dragDetected(DnDManager.java:89)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:128)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5227)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4561)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4151)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
> 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:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months