Bug 1224681 - Cannot create Data Source on the server
Summary: Cannot create Data Source on the server
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Virtualization 6
Classification: JBoss
Component: Tooling
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Barry LaFond
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-05-25 10:34 UTC by Andrej Smigala
Modified: 2015-11-17 18:04 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-17 18:04:59 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker TEIIDDES-2540 0 Critical Closed Cannot create Data Source on the server 2015-06-16 12:55:58 UTC

Description Andrej Smigala 2015-05-25 10:34:12 UTC
Right clicking Data Sources under the Teiid Instance in Servers view and selecting Create Data Source fails with an empty error message.

This is caused by a NPE in the code on lines 125 - 133 here: https://github.com/Teiid-Designer/teiid-designer/blob/f28c49b8dafe2a7351e3c040c6567257a3bbcfff/plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/connection/CreateDataSourceAction.java

Stacktrace:

java.lang.NullPointerException

	at org.teiid.designer.runtime.ui.connection.CreateDataSourceAction.run(CreateDataSourceAction.java:130)

	at org.teiid.designer.runtime.ui.views.TeiidServerActionProvider$7.run(TeiidServerActionProvider.java:359)

	at org.eclipse.jface.action.Action.runWithEvent(Action.java:519)

	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)

	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)

	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)

	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.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)

	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:57)

	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

	at java.lang.reflect.Method.invoke(Method.java:606)

	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)

Comment 2 Barry LaFond 2015-05-28 15:26:22 UTC
Fix for DV 6.2, but recommend push to 9.0.3 patch release

Comment 3 JBoss JIRA Server 2015-05-28 15:27:18 UTC
Barry LaFond <blafond> updated the status of jira TEIIDDES-2540 to Resolved

Comment 4 JBoss JIRA Server 2015-06-10 07:36:04 UTC
Andrej Šmigala <asmigala> updated the status of jira TEIIDDES-2540 to Reopened

Comment 5 Andrej Smigala 2015-06-11 08:42:45 UTC
Given the fix for this is extremely simple, I would suggest to include this if there will be a new build.

Comment 6 JBoss JIRA Server 2015-06-16 11:54:12 UTC
Andrej Šmigala <asmigala> updated the status of jira TEIIDDES-2540 to Closed

Comment 7 Andrej Smigala 2015-06-16 11:54:41 UTC
Verified with the latest 9.0.2 build

Comment 8 JBoss JIRA Server 2015-06-16 12:55:48 UTC
Andrej Šmigala <asmigala> updated the status of jira TEIIDDES-2540 to Reopened

Comment 9 JBoss JIRA Server 2015-06-16 12:55:58 UTC
Andrej Šmigala <asmigala> updated the status of jira TEIIDDES-2540 to Closed


Note You need to log in before you can comment on or make changes to this bug.