[JBoss JIRA] (TEIIDDES-2429) Teiid Designer do not compatible with Teiid 8.10
by Kylin Soong (JIRA)
Kylin Soong created TEIIDDES-2429:
-------------------------------------
Summary: Teiid Designer do not compatible with Teiid 8.10
Key: TEIIDDES-2429
URL: https://issues.jboss.org/browse/TEIIDDES-2429
Project: Teiid Designer
Issue Type: Feature Request
Components: Diagrams
Affects Versions: 9.0
Environment: Teiid 8.10.Beta2
JBDS 8.0(https://devstudio.jboss.com/updates/8.0/integration-stack/)
Reporter: Kylin Soong
Import Metadata from JDBC Data source through the following error:
Caused by: java.lang.Exception: No ExecutionAdmin factory registered for teiid instance version 8.10.0.
at org.teiid.designer.runtime.registry.TeiidRuntimeRegistry.getQueryService(TeiidRuntimeRegistry.java:148)
at org.teiid.designer.core.ModelerCore.getTeiidQueryService(ModelerCore.java:2215)
Does this should be a feature request?
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 10 months
[JBoss JIRA] (TEIIDDES-1635) Designer is not showing the same error in the server log
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1635?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-1635:
----------------------------------------
Teiid server/runtime controls the validation and error processing at runtime. This may or may not be consistent with what they provide in the query validation at design time.
Not sure what we can do in the Designer to improve or fix this
> Designer is not showing the same error in the server log
> --------------------------------------------------------
>
> Key: TEIIDDES-1635
> URL: https://issues.jboss.org/browse/TEIIDDES-1635
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Usability
> Affects Versions: 7.4
> Reporter: Van Halbert
> Assignee: Barry LaFond
>
> JBoss developer studio is not returning complete error stack trace. For example, running a query throws error in the designer which is different from error in server log and we would like to get the error whatever is there in the server.log to troubleshoot and fix the issues.
> It's really difficult for developers to understand and fix the issues with the way error is shown in the designer compared to more useful error shown in the server.log.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 10 months
[JBoss JIRA] (TEIIDDES-2428) Import -> JDBC Database -> Select Database Metadata >> Unhandled event loop exception
by Leslie Mann (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2428?page=com.atlassian.jira.plu... ]
Leslie Mann commented on TEIIDDES-2428:
---------------------------------------
I've done a clean Designer 9.0 install and started a new workspace in case issues with an existing project. "Import Database via JDBC" wizard works without issue in this version
> Import -> JDBC Database -> Select Database Metadata >> Unhandled event loop exception
> -------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2428
> URL: https://issues.jboss.org/browse/TEIIDDES-2428
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 9.0.1
> Reporter: Leslie Mann
>
> I'm receiving an "Unhandled event loop exception - java.lang.StackOverflowError" when attempting to import a SQLServer 2008 database via JDBC when creating a source model using the Wizard. Error is occurring during the 'Select Database Metadata' step.
> If I elect to not close Eclipse I can click the 'Next' button but the Wizard then complains with the error 'Specifiy the folder in which to create the new file'.
> Interestingly enough I can proceed without issue on a separate SQL Server 2012 database. I'm using the MS 2012 JDBC driver with password authentication on the 2012 database while the 2008 database uses integrated authentication. The 2008 JDBC connection works fine when 'Testing Connection' and in the 'Database Development' view. I see that the password field is accessible while the username field is not, I would have expected both to be not available when using integrated authentication. Tried using jTDS driver but same issue, can browse catalogs in Database Development view, execute queries, etc without issue but can't get beyond the 'Select Database Metadata' step.
> Last week I was able to import the 2008 database using Designer 9.0 without issue.
> System is Win 7, eclipse.buildId=4.4.1.M20140925-0400, Teiid Designer = 9.0.1.
> Stack trace
> java.lang.StackOverflowError
> at org.eclipse.swt.internal.win32.OS.SendMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.SendMessage(OS.java:3302)
> at org.eclipse.swt.widgets.Button.getSelection(Button.java:722)
> at org.teiid.designer.jdbc.ui.wizards.JdbcImportObjectsPage.refresh(JdbcImportObjectsPage.java:510)
> at org.teiid.designer.jdbc.ui.wizards.JdbcImportObjectsPage.refresh(JdbcImportObjectsPage.java:513)
> at org.teiid.designer.jdbc.ui.wizards.JdbcImportObjectsPage.refresh(JdbcImportObjectsPage.java:513)
> with "at org.teiid.designer.jdbc.ui.wizards.JdbcImportObjectsPage.refresh(JdbcImportObjectsPage.java:513)" repeated many many times to end of trace...
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months
[JBoss JIRA] (TEIIDDES-2428) Import -> JDBC Database -> Select Database Metadata >> Unhandled event loop exception
by Leslie Mann (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2428?page=com.atlassian.jira.plu... ]
Leslie Mann updated TEIIDDES-2428:
----------------------------------
Description:
I'm receiving an "Unhandled event loop exception - java.lang.StackOverflowError" when attempting to import a SQLServer 2008 database via JDBC when creating a source model using the Wizard. Error is occurring during the 'Select Database Metadata' step.
If I elect to not close Eclipse I can click the 'Next' button but the Wizard then complains with the error 'Specifiy the folder in which to create the new file'.
Interestingly enough I can proceed without issue on a separate SQL Server 2012 database. I'm using the MS 2012 JDBC driver with password authentication on the 2012 database while the 2008 database uses integrated authentication. The 2008 JDBC connection works fine when 'Testing Connection' and in the 'Database Development' view. I see that the password field is accessible while the username field is not, I would have expected both to be not available when using integrated authentication. Tried using jTDS driver but same issue, can browse catalogs in Database Development view, execute queries, etc without issue but can't get beyond the 'Select Database Metadata' step.
Last week I was able to import the 2008 database using Designer 9.0 without issue.
System is Win 7, eclipse.buildId=4.4.1.M20140925-0400, Teiid Designer = 9.0.1.
Stack trace
java.lang.StackOverflowError
at org.eclipse.swt.internal.win32.OS.SendMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.SendMessage(OS.java:3302)
at org.eclipse.swt.widgets.Button.getSelection(Button.java:722)
at org.teiid.designer.jdbc.ui.wizards.JdbcImportObjectsPage.refresh(JdbcImportObjectsPage.java:510)
at org.teiid.designer.jdbc.ui.wizards.JdbcImportObjectsPage.refresh(JdbcImportObjectsPage.java:513)
at org.teiid.designer.jdbc.ui.wizards.JdbcImportObjectsPage.refresh(JdbcImportObjectsPage.java:513)
with "at org.teiid.designer.jdbc.ui.wizards.JdbcImportObjectsPage.refresh(JdbcImportObjectsPage.java:513)" repeated many many times to end of trace...
> Import -> JDBC Database -> Select Database Metadata >> Unhandled event loop exception
> -------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2428
> URL: https://issues.jboss.org/browse/TEIIDDES-2428
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 9.0.1
> Reporter: Leslie Mann
>
> I'm receiving an "Unhandled event loop exception - java.lang.StackOverflowError" when attempting to import a SQLServer 2008 database via JDBC when creating a source model using the Wizard. Error is occurring during the 'Select Database Metadata' step.
> If I elect to not close Eclipse I can click the 'Next' button but the Wizard then complains with the error 'Specifiy the folder in which to create the new file'.
> Interestingly enough I can proceed without issue on a separate SQL Server 2012 database. I'm using the MS 2012 JDBC driver with password authentication on the 2012 database while the 2008 database uses integrated authentication. The 2008 JDBC connection works fine when 'Testing Connection' and in the 'Database Development' view. I see that the password field is accessible while the username field is not, I would have expected both to be not available when using integrated authentication. Tried using jTDS driver but same issue, can browse catalogs in Database Development view, execute queries, etc without issue but can't get beyond the 'Select Database Metadata' step.
> Last week I was able to import the 2008 database using Designer 9.0 without issue.
> System is Win 7, eclipse.buildId=4.4.1.M20140925-0400, Teiid Designer = 9.0.1.
> Stack trace
> java.lang.StackOverflowError
> at org.eclipse.swt.internal.win32.OS.SendMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.SendMessage(OS.java:3302)
> at org.eclipse.swt.widgets.Button.getSelection(Button.java:722)
> at org.teiid.designer.jdbc.ui.wizards.JdbcImportObjectsPage.refresh(JdbcImportObjectsPage.java:510)
> at org.teiid.designer.jdbc.ui.wizards.JdbcImportObjectsPage.refresh(JdbcImportObjectsPage.java:513)
> at org.teiid.designer.jdbc.ui.wizards.JdbcImportObjectsPage.refresh(JdbcImportObjectsPage.java:513)
> with "at org.teiid.designer.jdbc.ui.wizards.JdbcImportObjectsPage.refresh(JdbcImportObjectsPage.java:513)" repeated many many times to end of trace...
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months
[JBoss JIRA] (TEIIDDES-2415) Import -> Web Service Source >> Source and View Model (REST) Parameter handling and parsing errors
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2415?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-2415:
--------------------------------
Fix Version/s: 8.6.1
9.0.1
(was: 8.6.2)
(was: 9.0.2)
> Import -> Web Service Source >> Source and View Model (REST) Parameter handling and parsing errors
> --------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2415
> URL: https://issues.jboss.org/browse/TEIIDDES-2415
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Web Services Support
> Affects Versions: 9.0
> Environment: Ubuntu 14.04 LTS
> OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu0.14.04.1)
> OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
> Eclipse Luna Service Release 1 (4.4.1)
> Build id: 20140925-1800
> Teiid Designer 9.0.0.Final-v20141216-2002-B3222
> Reporter: Wladislaw Mitzel
> Assignee: Ted Jones
> Fix For: 8.6.1, 9.0.1
>
> Attachments: 2014-12-29_14-59-13.png, new_connection_maximized.png, new_connection_normal.png
>
>
> The import wizard for {{Web Service Source >> Source and View Model (REST)}} has various errors regarding the handling of parameters. The initial creation dialog {{New connection profile}} does not show buttons for addition or removal of parameters. The {{connection properties}} dialog displays the buttons, but the changes are not persisted.
> Furthermore there is a parsing error for the following JSON response:
> {code}
> {
> "md5": "37a6259cc0c1dae299a7866489dff0bd",
> "original": "null"
> }
> {code}
> Please see "Steps to reproduce" for further explanation.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months
[JBoss JIRA] (TEIIDDES-2415) Import -> Web Service Source >> Source and View Model (REST) Parameter handling and parsing errors
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2415?page=com.atlassian.jira.plu... ]
Ted Jones resolved TEIIDDES-2415.
---------------------------------
Resolution: Done
> Import -> Web Service Source >> Source and View Model (REST) Parameter handling and parsing errors
> --------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2415
> URL: https://issues.jboss.org/browse/TEIIDDES-2415
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Web Services Support
> Affects Versions: 9.0
> Environment: Ubuntu 14.04 LTS
> OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu0.14.04.1)
> OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
> Eclipse Luna Service Release 1 (4.4.1)
> Build id: 20140925-1800
> Teiid Designer 9.0.0.Final-v20141216-2002-B3222
> Reporter: Wladislaw Mitzel
> Assignee: Ted Jones
> Fix For: 8.6.1, 9.0.1
>
> Attachments: 2014-12-29_14-59-13.png, new_connection_maximized.png, new_connection_normal.png
>
>
> The import wizard for {{Web Service Source >> Source and View Model (REST)}} has various errors regarding the handling of parameters. The initial creation dialog {{New connection profile}} does not show buttons for addition or removal of parameters. The {{connection properties}} dialog displays the buttons, but the changes are not persisted.
> Furthermore there is a parsing error for the following JSON response:
> {code}
> {
> "md5": "37a6259cc0c1dae299a7866489dff0bd",
> "original": "null"
> }
> {code}
> Please see "Steps to reproduce" for further explanation.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months
[JBoss JIRA] (TEIIDDES-2415) Import -> Web Service Source >> Source and View Model (REST) Parameter handling and parsing errors
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2415?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-2415:
--------------------------------
Fix Version/s: 9.0.2
8.6.2
(was: 8.6.1)
(was: 9.0.1)
> Import -> Web Service Source >> Source and View Model (REST) Parameter handling and parsing errors
> --------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2415
> URL: https://issues.jboss.org/browse/TEIIDDES-2415
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Web Services Support
> Affects Versions: 9.0
> Environment: Ubuntu 14.04 LTS
> OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu0.14.04.1)
> OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
> Eclipse Luna Service Release 1 (4.4.1)
> Build id: 20140925-1800
> Teiid Designer 9.0.0.Final-v20141216-2002-B3222
> Reporter: Wladislaw Mitzel
> Assignee: Ted Jones
> Fix For: 9.0.2, 8.6.2
>
> Attachments: 2014-12-29_14-59-13.png, new_connection_maximized.png, new_connection_normal.png
>
>
> The import wizard for {{Web Service Source >> Source and View Model (REST)}} has various errors regarding the handling of parameters. The initial creation dialog {{New connection profile}} does not show buttons for addition or removal of parameters. The {{connection properties}} dialog displays the buttons, but the changes are not persisted.
> Furthermore there is a parsing error for the following JSON response:
> {code}
> {
> "md5": "37a6259cc0c1dae299a7866489dff0bd",
> "original": "null"
> }
> {code}
> Please see "Steps to reproduce" for further explanation.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months
[JBoss JIRA] (TEIIDDES-2415) Import -> Web Service Source >> Source and View Model (REST) Parameter handling and parsing errors
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2415?page=com.atlassian.jira.plu... ]
Ted Jones reopened TEIIDDES-2415:
---------------------------------
> Import -> Web Service Source >> Source and View Model (REST) Parameter handling and parsing errors
> --------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2415
> URL: https://issues.jboss.org/browse/TEIIDDES-2415
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Web Services Support
> Affects Versions: 9.0
> Environment: Ubuntu 14.04 LTS
> OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu0.14.04.1)
> OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
> Eclipse Luna Service Release 1 (4.4.1)
> Build id: 20140925-1800
> Teiid Designer 9.0.0.Final-v20141216-2002-B3222
> Reporter: Wladislaw Mitzel
> Assignee: Ted Jones
> Fix For: 8.6.1, 9.0.1
>
> Attachments: 2014-12-29_14-59-13.png, new_connection_maximized.png, new_connection_normal.png
>
>
> The import wizard for {{Web Service Source >> Source and View Model (REST)}} has various errors regarding the handling of parameters. The initial creation dialog {{New connection profile}} does not show buttons for addition or removal of parameters. The {{connection properties}} dialog displays the buttons, but the changes are not persisted.
> Furthermore there is a parsing error for the following JSON response:
> {code}
> {
> "md5": "37a6259cc0c1dae299a7866489dff0bd",
> "original": "null"
> }
> {code}
> Please see "Steps to reproduce" for further explanation.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months