[JBoss JIRA] (TEIID-1969) Missing message for key JDBCQueryExecution.Error_executing_query__1
by Mark Drilling (JIRA)
Mark Drilling created TEIID-1969:
------------------------------------
Summary: Missing message for key JDBCQueryExecution.Error_executing_query__1
Key: TEIID-1969
URL: https://issues.jboss.org/browse/TEIID-1969
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.0
Reporter: Mark Drilling
Assignee: Steven Hawkins
Priority: Minor
Ran into the following missing message when testing Teiid 8.0 Beta1
Code:1146 Message:TEIID11008:<Missing message for key "JDBCQueryExecution.Error_executing_query__1" in: org.teiid.translator.jdbc.i18n>
1 [MySQLSyntaxErrorException]Table 'test12Mar.ACCOUNT' doesn't exist
at org.teiid.translator.jdbc.JDBCQueryExecution.execute(JDBCQueryExecution.java:90)
at org.teiid.dqp.internal.datamgr.ConnectorWorkItem.execute(ConnectorWorkItem.java:235)
at org.teiid.dqp.internal.process.DataTierTupleSource.getResults(DataTierTupleSource.java:355)
at org.teiid.dqp.internal.process.DataTierTupleSource$1.call(DataTierTupleSource.java:144)
at org.teiid.dqp.internal.process.DataTierTupleSource$1.call(DataTierTupleSource.java:141)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] (TEIID-1976) Metadata TYPE_NAME value is null for String Columns
by Mark Drilling (JIRA)
Mark Drilling created TEIID-1976:
------------------------------------
Summary: Metadata TYPE_NAME value is null for String Columns
Key: TEIID-1976
URL: https://issues.jboss.org/browse/TEIID-1976
Project: Teiid
Issue Type: Bug
Components: Common
Affects Versions: 8.0
Reporter: Mark Drilling
Assignee: Ramesh Reddy
The metadata TYPE_NAME value for string datatypes is apparently returning null. I am running against a JBoss AS7.1Final server with Teiid 8.0Beta2.
My application (openshift web client) establishes connection from a DataSource, eg connection = dataSource.getConnection(),
then resultSet = connection.getMetaData().getColumns();
when iterating thru the resultSet, the value for columnName="TYPE_NAME" is null for string types. Other types seem to return a correct value.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] (TEIID-1944) After changing model to replace primary key with a unique key, the deployment of the vdb errors saying PrimaryKey does not exist
by Van Halbert (JIRA)
Van Halbert created TEIID-1944:
----------------------------------
Summary: After changing model to replace primary key with a unique key, the deployment of the vdb errors saying PrimaryKey does not exist
Key: TEIID-1944
URL: https://issues.jboss.org/browse/TEIID-1944
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 7.4.1
Reporter: Van Halbert
Assignee: Steven Hawkins
Attachments: dummy-ds.xml, server.log, Trade.vdb
In designer, I removed a primary key and replaced it with a unique key, and changed the foreign key to now reference the unique key, and all built with no errors. When deploying vdb to server, you see this exception (partial, see attachment for full log):
Caused by: mmuuid:15f67b60-e387-4092-bbc5-0b7726585f52 PrimaryKey does not exist.
at org.teiid.metadata.index.IndexMetadataFactory.getPrimaryKey(IndexMetadataFactory.java:353)
at org.teiid.metadata.index.IndexMetadataFactory.getTables(IndexMetadataFactory.java:295)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] (TEIID-1961) A translator override that is not used by a physical model will cause an exception on the server when the vdb is deployed
by Van Halbert (JIRA)
Van Halbert created TEIID-1961:
----------------------------------
Summary: A translator override that is not used by a physical model will cause an exception on the server when the vdb is deployed
Key: TEIID-1961
URL: https://issues.jboss.org/browse/TEIID-1961
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 7.4.1
Reporter: Van Halbert
Assignee: Steven Hawkins
A previously created translator override was not associated with any physical model during the vdb development process. However, the following error occurred on the server when the vdb was deployed:
org.jboss.deployers.spi.DeploymentException: The parent translator defined not found in configuration "vfszip:/Users/vhalbert/RedHat/platforms/soa/5.3/jboss-soa-p-5-object/jboss-as/server/default/deploy/Trade.vdb/"
at org.teiid.deployers.VDBDeployer.deploy(VDBDeployer.java:102)
at org.teiid.deployers.VDBDeployer.deploy(VDBDeployer.java:60)
>From a usability standpoint, the user shouldn't need to remove translator overrides that are not currently used because they represent a what-if scenario the user is trying and may contain override info they are not done with. The server should just ignore those that are not used. Also, it would be good if the error message indicated the name of the translator/override it was having issues with.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months