[JBoss JIRA] (TEIIDDES-2837) Server in TD looks like it is not connected after start
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2837?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2837:
-----------------------------------
Labels: release_notes verified_jbdsis-9.0.1 (was: )
> Server in TD looks like it is not connected after start
> -------------------------------------------------------
>
> Key: TEIIDDES-2837
> URL: https://issues.jboss.org/browse/TEIIDDES-2837
> Project: Teiid Designer
> Issue Type: Bug
> Components: Teiid Integration
> Affects Versions: 10.0.1
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Priority: Critical
> Labels: release_notes, verified_jbdsis-9.0.1
> Fix For: 10.0.1
>
> Attachments: Screen Shot 2016-05-09 at 9.42.34.png, Screen Shot 2016-05-09 at 9.43.02.png
>
>
> When I start new server in TD (or try to connect to running server) it looks like TD is not connected to server / teiid instance, even though the server status is [Started, Synchronized].
> I have to refresh the server, to make it work.
> See attached screenshots.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2837) Server in TD looks like it is not connected after start
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2837?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2837.
----------------------------------
> Server in TD looks like it is not connected after start
> -------------------------------------------------------
>
> Key: TEIIDDES-2837
> URL: https://issues.jboss.org/browse/TEIIDDES-2837
> Project: Teiid Designer
> Issue Type: Bug
> Components: Teiid Integration
> Affects Versions: 10.0.1
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Priority: Critical
> Labels: release_notes, verified_jbdsis-9.0.1
> Fix For: 10.0.1
>
> Attachments: Screen Shot 2016-05-09 at 9.42.34.png, Screen Shot 2016-05-09 at 9.43.02.png
>
>
> When I start new server in TD (or try to connect to running server) it looks like TD is not connected to server / teiid instance, even though the server status is [Started, Synchronized].
> I have to refresh the server, to make it work.
> See attached screenshots.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2842) NPE when trying to edit Data Role created during importing of dynamic VDB
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2842?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2842.
----------------------------------
> NPE when trying to edit Data Role created during importing of dynamic VDB
> -------------------------------------------------------------------------
>
> Key: TEIIDDES-2842
> URL: https://issues.jboss.org/browse/TEIIDDES-2842
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0, 9.0.6
> Environment: MAC
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Priority: Blocker
> Labels: release_notes, verified_jbdsis-9.0.1
> Fix For: 10.0.1
>
> Attachments: importexport-vdb(1).xml
>
>
> I got a NPE after importing attached VDB, generating TD VDB and trying to edit one existing data role.
> Stack trace:
> {code:java}
> java.lang.NullPointerException
> at org.teiid.designer.roles.ui.wizard.DataRoleWizard.<init>(DataRoleWizard.java:164)
> at org.teiid.designer.vdb.ui.editor.panels.DataRolesPanel$1.selected(DataRolesPanel.java:175)
> at org.teiid.designer.vdb.ui.editor.panels.DataRolesPanel$2.doubleClicked(DataRolesPanel.java:218)
> at org.teiid.designer.vdb.ui.editor.panels.DataRolesPanel$2.doubleClicked(DataRolesPanel.java:1)
> at org.teiid.designer.ui.common.table.TableAndToolBar$1.doubleClick(TableAndToolBar.java:79)
> at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:832)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:829)
> at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:1150)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1263)
> at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:252)
> at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:249)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:311)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4230)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1491)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1514)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1499)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1299)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4072)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3698)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> 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(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2842) NPE when trying to edit Data Role created during importing of dynamic VDB
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2842?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2842:
-----------------------------------
Labels: release_notes verified_jbdsis-9.0.1 (was: )
> NPE when trying to edit Data Role created during importing of dynamic VDB
> -------------------------------------------------------------------------
>
> Key: TEIIDDES-2842
> URL: https://issues.jboss.org/browse/TEIIDDES-2842
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0, 9.0.6
> Environment: MAC
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Priority: Blocker
> Labels: release_notes, verified_jbdsis-9.0.1
> Fix For: 10.0.1
>
> Attachments: importexport-vdb(1).xml
>
>
> I got a NPE after importing attached VDB, generating TD VDB and trying to edit one existing data role.
> Stack trace:
> {code:java}
> java.lang.NullPointerException
> at org.teiid.designer.roles.ui.wizard.DataRoleWizard.<init>(DataRoleWizard.java:164)
> at org.teiid.designer.vdb.ui.editor.panels.DataRolesPanel$1.selected(DataRolesPanel.java:175)
> at org.teiid.designer.vdb.ui.editor.panels.DataRolesPanel$2.doubleClicked(DataRolesPanel.java:218)
> at org.teiid.designer.vdb.ui.editor.panels.DataRolesPanel$2.doubleClicked(DataRolesPanel.java:1)
> at org.teiid.designer.ui.common.table.TableAndToolBar$1.doubleClick(TableAndToolBar.java:79)
> at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:832)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:829)
> at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:1150)
> at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1263)
> at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:252)
> at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:249)
> at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:311)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4230)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1491)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1514)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1499)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1299)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4072)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3698)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> 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(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2844) Quick fix on imported TD VDB produces exception
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2844?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2844:
-----------------------------------
Labels: release_notes verified_jbdsis-9.0.1 (was: )
> Quick fix on imported TD VDB produces exception
> -----------------------------------------------
>
> Key: TEIIDDES-2844
> URL: https://issues.jboss.org/browse/TEIIDDES-2844
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, VDB & Execution
> Affects Versions: 10.0
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Labels: release_notes, verified_jbdsis-9.0.1
> Fix For: 10.0.1
>
> Attachments: Screen Shot 2016-05-17 at 12.02.43.png, VDB1.vdb
>
>
> When you import attached VDB to a project in TD, there will be a warning that "The VDB's model file "SourceModel" does not exist in the workspace.". After you try to apply quick fix, there is an exception(See screenshot).
> Problem is that the model is in 2 folders (project/folder2/view/ViewModel.xmi). When you have a model that is directly in project folder or a model that is in one folder quick fix works.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (TEIIDDES-2844) Quick fix on imported TD VDB produces exception
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2844?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2844.
----------------------------------
> Quick fix on imported TD VDB produces exception
> -----------------------------------------------
>
> Key: TEIIDDES-2844
> URL: https://issues.jboss.org/browse/TEIIDDES-2844
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, VDB & Execution
> Affects Versions: 10.0
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Labels: release_notes, verified_jbdsis-9.0.1
> Fix For: 10.0.1
>
> Attachments: Screen Shot 2016-05-17 at 12.02.43.png, VDB1.vdb
>
>
> When you import attached VDB to a project in TD, there will be a warning that "The VDB's model file "SourceModel" does not exist in the workspace.". After you try to apply quick fix, there is an exception(See screenshot).
> Problem is that the model is in 2 folders (project/folder2/view/ViewModel.xmi). When you have a model that is directly in project folder or a model that is in one folder quick fix works.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months