[JBoss JIRA] (TEIIDDES-2869) NPE's when going thru the file import
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2869?page=com.atlassian.jira.plu... ]
Van Halbert commented on TEIIDDES-2869:
---------------------------------------
Just a note, on the second panel, it appeared blank until I resized it to make it bigger, then the options to select Local File or remote URL showed up.
> NPE's when going thru the file import
> -------------------------------------
>
> Key: TEIIDDES-2869
> URL: https://issues.jboss.org/browse/TEIIDDES-2869
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 10.0.1
> Reporter: Van Halbert
>
> Getting the following NPE when trying to do file import:
> java.lang.NullPointerException
> at org.teiid.designer.transformation.ui.wizards.file.TeiidMetadataImportDataSourcePage.createControl(TeiidMetadataImportDataSourcePage.java:149)
> at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1216)
> at org.eclipse.jface.wizard.WizardDialog.access$4(WizardDialog.java:1208)
> at org.eclipse.jface.wizard.WizardDialog$8.run(WizardDialog.java:1197)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1194)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (TEIIDDES-2869) NPE's when going thru the file import
by Van Halbert (JIRA)
Van Halbert created TEIIDDES-2869:
-------------------------------------
Summary: NPE's when going thru the file import
Key: TEIIDDES-2869
URL: https://issues.jboss.org/browse/TEIIDDES-2869
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 10.0.1
Reporter: Van Halbert
Getting the following NPE when trying to do file import:
java.lang.NullPointerException
at org.teiid.designer.transformation.ui.wizards.file.TeiidMetadataImportDataSourcePage.createControl(TeiidMetadataImportDataSourcePage.java:149)
at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1216)
at org.eclipse.jface.wizard.WizardDialog.access$4(WizardDialog.java:1208)
at org.eclipse.jface.wizard.WizardDialog$8.run(WizardDialog.java:1197)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1194)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (TEIIDDES-2868) texttable parsing error
by Tom Johnston (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2868?page=com.atlassian.jira.plu... ]
Tom Johnston updated TEIIDDES-2868:
-----------------------------------
Attachment: QuickStartSource.xmi
QuickStartViewModel.xmi
marketdata-price.txt
I used the quickstart to reproduce and attach..
See the QuickStartViewModel.new_table2 view it the query is not parsable.
I made it by cloning the other view in the same model (new_table), copying the transformation, clearing the transformation and then paste back the transformation, click validate and the error appears:
The query is not parsable.
Error in parsing of sql - null
> texttable parsing error
> -----------------------
>
> Key: TEIIDDES-2868
> URL: https://issues.jboss.org/browse/TEIIDDES-2868
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0
> Environment: Teiid Designer 10.0.0.Final-v20160413-1817-B4094 org.teiid.designer.feature.feature.group JBoss by Red Hat
> Reporter: Tom Johnston
> Attachments: marketdata-price.txt, QuickStartSource.xmi, QuickStartViewModel.xmi
>
>
> I successfully created a physical table and view using texttable.
> I can query it.
> I then manually created another view to a different file and it kept failing with a very ambiguous error when I tried validating.
> ERROR: Error in parsing of sql - null
> I then created another view with a diff name of the 1st view using the same copy/pasted transformation.. it too resulting with the same error:
> The auto-generated view verbiage that was created and that I re-used was:
> SELECT
> A.OldWAC, A.NewWAC
> FROM
> (EXEC SourceModel.getTextFiles('wac.txt')) AS f, TEXTTABLE(f.file COLUMNS OldWAC string, NewWAC string DELIMITER '|') AS A
> You can also clone the automatically created object, copy the transformation, clear the transformation, paste back the transformation and it too fails with the same error.
> ALSO if I deploy the 1st physical and view models to a vdb I can execute the view transformation that fails in designer fine from squirrel getting data returned.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (TEIIDDES-2868) texttable parsing error
by Tom Johnston (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2868?page=com.atlassian.jira.plu... ]
Tom Johnston commented on TEIIDDES-2868:
----------------------------------------
I'm confused.
Were you not able to reproduce this?
> texttable parsing error
> -----------------------
>
> Key: TEIIDDES-2868
> URL: https://issues.jboss.org/browse/TEIIDDES-2868
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0
> Environment: Teiid Designer 10.0.0.Final-v20160413-1817-B4094 org.teiid.designer.feature.feature.group JBoss by Red Hat
> Reporter: Tom Johnston
>
> I successfully created a physical table and view using texttable.
> I can query it.
> I then manually created another view to a different file and it kept failing with a very ambiguous error when I tried validating.
> ERROR: Error in parsing of sql - null
> I then created another view with a diff name of the 1st view using the same copy/pasted transformation.. it too resulting with the same error:
> The auto-generated view verbiage that was created and that I re-used was:
> SELECT
> A.OldWAC, A.NewWAC
> FROM
> (EXEC SourceModel.getTextFiles('wac.txt')) AS f, TEXTTABLE(f.file COLUMNS OldWAC string, NewWAC string DELIMITER '|') AS A
> You can also clone the automatically created object, copy the transformation, clear the transformation, paste back the transformation and it too fails with the same error.
> ALSO if I deploy the 1st physical and view models to a vdb I can execute the view transformation that fails in designer fine from squirrel getting data returned.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (TEIIDDES-2868) texttable parsing error
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2868?page=com.atlassian.jira.plu... ]
Matus Makovy edited comment on TEIIDDES-2868 at 7/7/16 4:34 AM:
----------------------------------------------------------------
[~virtualdatabase] I think, we will need some additional info in order to be able to fully understand and reproduce this. Could you provide the models you created and text files also if possible?
was (Author: mmakovy):
[~virtualdatabase] I think, we will need some additional info in order to by able to fully understand and reproduce this. Could you provide the models you created and text files also if possible?
> texttable parsing error
> -----------------------
>
> Key: TEIIDDES-2868
> URL: https://issues.jboss.org/browse/TEIIDDES-2868
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0
> Environment: Teiid Designer 10.0.0.Final-v20160413-1817-B4094 org.teiid.designer.feature.feature.group JBoss by Red Hat
> Reporter: Tom Johnston
>
> I successfully created a physical table and view using texttable.
> I can query it.
> I then manually created another view to a different file and it kept failing with a very ambiguous error when I tried validating.
> ERROR: Error in parsing of sql - null
> I then created another view with a diff name of the 1st view using the same copy/pasted transformation.. it too resulting with the same error:
> The auto-generated view verbiage that was created and that I re-used was:
> SELECT
> A.OldWAC, A.NewWAC
> FROM
> (EXEC SourceModel.getTextFiles('wac.txt')) AS f, TEXTTABLE(f.file COLUMNS OldWAC string, NewWAC string DELIMITER '|') AS A
> You can also clone the automatically created object, copy the transformation, clear the transformation, paste back the transformation and it too fails with the same error.
> ALSO if I deploy the 1st physical and view models to a vdb I can execute the view transformation that fails in designer fine from squirrel getting data returned.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (TEIIDDES-2868) texttable parsing error
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2868?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2868:
-----------------------------------
Affects Version/s: 10.0
> texttable parsing error
> -----------------------
>
> Key: TEIIDDES-2868
> URL: https://issues.jboss.org/browse/TEIIDDES-2868
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0
> Environment: Teiid Designer 10.0.0.Final-v20160413-1817-B4094 org.teiid.designer.feature.feature.group JBoss by Red Hat
> Reporter: Tom Johnston
>
> I successfully created a physical table and view using texttable.
> I can query it.
> I then manually created another view to a different file and it kept failing with a very ambiguous error when I tried validating.
> ERROR: Error in parsing of sql - null
> I then created another view with a diff name of the 1st view using the same copy/pasted transformation.. it too resulting with the same error:
> The auto-generated view verbiage that was created and that I re-used was:
> SELECT
> A.OldWAC, A.NewWAC
> FROM
> (EXEC SourceModel.getTextFiles('wac.txt')) AS f, TEXTTABLE(f.file COLUMNS OldWAC string, NewWAC string DELIMITER '|') AS A
> You can also clone the automatically created object, copy the transformation, clear the transformation, paste back the transformation and it too fails with the same error.
> ALSO if I deploy the 1st physical and view models to a vdb I can execute the view transformation that fails in designer fine from squirrel getting data returned.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (TEIIDDES-2868) texttable parsing error
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2868?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2868:
----------------------------------------
[~virtualdatabase] I think, we will need some additional info in order to by able to fully understand and reproduce this. Could you provide the models you created and text files also if possible?
> texttable parsing error
> -----------------------
>
> Key: TEIIDDES-2868
> URL: https://issues.jboss.org/browse/TEIIDDES-2868
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0
> Environment: Teiid Designer 10.0.0.Final-v20160413-1817-B4094 org.teiid.designer.feature.feature.group JBoss by Red Hat
> Reporter: Tom Johnston
>
> I successfully created a physical table and view using texttable.
> I can query it.
> I then manually created another view to a different file and it kept failing with a very ambiguous error when I tried validating.
> ERROR: Error in parsing of sql - null
> I then created another view with a diff name of the 1st view using the same copy/pasted transformation.. it too resulting with the same error:
> The auto-generated view verbiage that was created and that I re-used was:
> SELECT
> A.OldWAC, A.NewWAC
> FROM
> (EXEC SourceModel.getTextFiles('wac.txt')) AS f, TEXTTABLE(f.file COLUMNS OldWAC string, NewWAC string DELIMITER '|') AS A
> You can also clone the automatically created object, copy the transformation, clear the transformation, paste back the transformation and it too fails with the same error.
> ALSO if I deploy the 1st physical and view models to a vdb I can execute the view transformation that fails in designer fine from squirrel getting data returned.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (TEIIDDES-2868) texttable parsing error
by Tom Johnston (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2868?page=com.atlassian.jira.plu... ]
Tom Johnston updated TEIIDDES-2868:
-----------------------------------
Description:
I successfully created a physical table and view using texttable.
I can query it.
I then manually created another view to a different file and it kept failing with a very ambiguous error when I tried validating.
ERROR: Error in parsing of sql - null
I then created another view with a diff name of the 1st view using the same copy/pasted transformation.. it too resulting with the same error:
The auto-generated view verbiage that was created and that I re-used was:
SELECT
A.OldWAC, A.NewWAC
FROM
(EXEC SourceModel.getTextFiles('wac.txt')) AS f, TEXTTABLE(f.file COLUMNS OldWAC string, NewWAC string DELIMITER '|') AS A
You can also clone the automatically created object, copy the transformation, clear the transformation, paste back the transformation and it too fails with the same error.
ALSO if I deploy the 1st physical and view models to a vdb I can execute the view transformation that fails in designer fine from squirrel getting data returned.
was:
I successfully created a physical table and view using texttable.
I can query it.
I then manually created another view to a different file and it kept failing with a very ambiguous error when I tried validating.
ERROR: Error in parsing of sql - null
I then created another view with a diff name of the 1st view using the same copy/pasted transformation.. it too resulting with the same error:
The auto-generated view verbiage that was created and that I re-used was:
SELECT
A.OldWAC, A.NewWAC
FROM
(EXEC SourceModel.getTextFiles('wac.txt')) AS f, TEXTTABLE(f.file COLUMNS OldWAC string, NewWAC string DELIMITER '|') AS A
You can also clone the automatically created object, copy the transformation, clear the transformation, paste back the transformation and it too fails with the same error.
> texttable parsing error
> -----------------------
>
> Key: TEIIDDES-2868
> URL: https://issues.jboss.org/browse/TEIIDDES-2868
> Project: Teiid Designer
> Issue Type: Bug
> Environment: Teiid Designer 10.0.0.Final-v20160413-1817-B4094 org.teiid.designer.feature.feature.group JBoss by Red Hat
> Reporter: Tom Johnston
>
> I successfully created a physical table and view using texttable.
> I can query it.
> I then manually created another view to a different file and it kept failing with a very ambiguous error when I tried validating.
> ERROR: Error in parsing of sql - null
> I then created another view with a diff name of the 1st view using the same copy/pasted transformation.. it too resulting with the same error:
> The auto-generated view verbiage that was created and that I re-used was:
> SELECT
> A.OldWAC, A.NewWAC
> FROM
> (EXEC SourceModel.getTextFiles('wac.txt')) AS f, TEXTTABLE(f.file COLUMNS OldWAC string, NewWAC string DELIMITER '|') AS A
> You can also clone the automatically created object, copy the transformation, clear the transformation, paste back the transformation and it too fails with the same error.
> ALSO if I deploy the 1st physical and view models to a vdb I can execute the view transformation that fails in designer fine from squirrel getting data returned.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (TEIIDDES-2868) texttable parsing error
by Tom Johnston (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2868?page=com.atlassian.jira.plu... ]
Tom Johnston updated TEIIDDES-2868:
-----------------------------------
Description:
I successfully created a physical table and view using texttable.
I can query it.
I then manually created another view to a different file and it kept failing with a very ambiguous error when I tried validating.
ERROR: Error in parsing of sql - null
I then created another view with a diff name of the 1st view using the same copy/pasted transformation.. it too resulting with the same error:
The auto-generated view verbiage that was created and that I re-used was:
SELECT
A.OldWAC, A.NewWAC
FROM
(EXEC SourceModel.getTextFiles('wac.txt')) AS f, TEXTTABLE(f.file COLUMNS OldWAC string, NewWAC string DELIMITER '|') AS A
You can also clone the automatically created object, copy the transformation, clear the transformation, paste back the transformation and it too fails with the same error.
was:
I successfully created a physical table and view using texttable.
I can query it.
I then manually created another view to a different file and it kept failing with a very ambiguous error when I tried validating.
ERROR: Error in parsing of sql - null
I then created another view with a diff name of the 1st view using the same copy/pasted transformation.. it too resulting with the same error:
The auto-generated view verbiage that was created and that I re-used was:
SELECT
A.OldWAC, A.NewWAC
FROM
(EXEC SourceModel.getTextFiles('wac.txt')) AS f, TEXTTABLE(f.file COLUMNS OldWAC string, NewWAC string DELIMITER '|') AS A
> texttable parsing error
> -----------------------
>
> Key: TEIIDDES-2868
> URL: https://issues.jboss.org/browse/TEIIDDES-2868
> Project: Teiid Designer
> Issue Type: Bug
> Environment: Teiid Designer 10.0.0.Final-v20160413-1817-B4094 org.teiid.designer.feature.feature.group JBoss by Red Hat
> Reporter: Tom Johnston
>
> I successfully created a physical table and view using texttable.
> I can query it.
> I then manually created another view to a different file and it kept failing with a very ambiguous error when I tried validating.
> ERROR: Error in parsing of sql - null
> I then created another view with a diff name of the 1st view using the same copy/pasted transformation.. it too resulting with the same error:
> The auto-generated view verbiage that was created and that I re-used was:
> SELECT
> A.OldWAC, A.NewWAC
> FROM
> (EXEC SourceModel.getTextFiles('wac.txt')) AS f, TEXTTABLE(f.file COLUMNS OldWAC string, NewWAC string DELIMITER '|') AS A
> You can also clone the automatically created object, copy the transformation, clear the transformation, paste back the transformation and it too fails with the same error.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months