[JBoss JIRA] (TEIIDDES-3109) The Exported DDL show the DDL if for Oracle 8.1.6
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3109?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-3109.
----------------------------------
> The Exported DDL show the DDL if for Oracle 8.1.6
> -------------------------------------------------
>
> Key: TEIIDDES-3109
> URL: https://issues.jboss.org/browse/TEIIDDES-3109
> Project: Teiid Designer
> Issue Type: Quality Risk
> Environment: JBDS 10.4 under JDV 6.3
> Reporter: Kylin Soong
>
> Once export the DDL, the file shows the DDL is for Oracle 8
> {code}
> - Build Script
> -- RDBMS : Oracle 8.1.6
> -- Generated With :
> -- Generated On : 2017-09-18 10:55:51
> -- Generation Options
> -- Generate Drop Statements : false
> -- Convert Table Descriptions to COMMENT ON Statements : true
> -- Convert Column Descriptions to COMMENT ON Statements : true
> --
> -- Uncomment the following line for use of the logging facility (see last line also)
> --spool .log
> -- ----------------------------------------------------------------------------------------------------------------
> -- Generate From
> -- Model : /PetroChinaTest/FederatedDataLayer/A1_EPDM_FBL.xmi
> -- Model Type : Virtual
> -- Metamodel : relational (http://www.metamatrix.com/metamodels/Relational)
> -- Model UUID : mmuuid:d614916d-8573-47b1-933f-78d183716404
> -- ----------------------------------------------------------------------------------------------------------------
> -- (generated from CD_ACTIVITY)
> CREATE TABLE CD_ACTIVITY
> (
> ACTIVITY_ID VARCHAR2(32) NOT NULL,
> PARENT_ID VARCHAR2(32),
> {code}
> Customer are confused whether this DDL is fine for exec against Oracle 11
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (TEIIDDES-3096) !MESSAGE Unhandled event loop exception in JBDS with Teiid Designer
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3096?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-3096.
----------------------------------
> !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.5.0#75005)
6 years, 4 months
[JBoss JIRA] (TEIIDDES-3079) teiid designer fails in Linux
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3079?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-3079.
----------------------------------
> teiid designer fails in Linux
> -----------------------------
>
> Key: TEIIDDES-3079
> URL: https://issues.jboss.org/browse/TEIIDDES-3079
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dialogs
> Affects Versions: 11.0.1
> Environment: JBoss Developer Studio 10.3.0
> Reporter: Michael Echevarria
> Attachments: Screenshot from 2017-05-03 10-04-15.png
>
>
> On Linux, the following error crashes the designer within a minute of usage
> Exception in thread "org.teiid.designer.ui.common.viewsupport.UiBusyIndicator runnable parent thread" org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (TEIIDDES-3075) teiid designer fails to import excel file
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3075?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-3075.
----------------------------------
> teiid designer fails to import excel file
> -----------------------------------------
>
> Key: TEIIDDES-3075
> URL: https://issues.jboss.org/browse/TEIIDDES-3075
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.0.1
> Environment: JBoss Developer Studio 10.3.0 with teiid designer 11.0.1 on Linux
> Reporter: Michael Echevarria
> Assignee: Barry LaFond
> Attachments: colors.xlsx
>
>
> After importing an excel file, attempting to preview the data results in the following error:
> Connector worker process failed for atomic-request=9241FCRcB/yA.0.0.1: org.teiid.translator.TranslatorException: TEIID23007 OPTIONS property CELL_NUMBER is required and it not defined on column ROW_ID
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (TEIIDDES-2916) Create temporary table results in "Error in parsing of sql - null"
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2916?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-2916.
----------------------------------
It looks a similar like https://issues.jboss.org/browse/TEIIDDES-2782
> Create temporary table results in "Error in parsing of sql - null"
> ------------------------------------------------------------------
>
> Key: TEIIDDES-2916
> URL: https://issues.jboss.org/browse/TEIIDDES-2916
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.1
> Environment: Windows 7, Eclipse mars.2 64 bit with teiid designer 10.1.0.Final-v20160815-1405-B4103
> Reporter: Bram Gadeyne
> Priority: Critical
>
> Hi,
> I'm trying to create a virtual procedure in a view model.
> I've first developed the procedure script but when I paste it I get the same error over and over again.
> I've then reduced it to the following content (which is the start of the script).
> BEGIN
> create temporary table tmp_cohort(
> patientid integer not null,
> prod boolean not null,
> PRIMARY KEY(patientid)
> );
> END
> The designer does not seem to accept the sql and it fails with the message "ERROR: Error in parsing of sql - null"
> There a no messages in the eclipse log file.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months