[JBoss JIRA] (TEIID-2066) Duplicate Record Exception is occuring during startup
by Ramesh Reddy (JIRA)
Ramesh Reddy created TEIID-2066:
-----------------------------------
Summary: Duplicate Record Exception is occuring during startup
Key: TEIID-2066
URL: https://issues.jboss.org/browse/TEIID-2066
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 8.1
Reporter: Ramesh Reddy
Assignee: Steven Hawkins
Fix For: 8.1
Once the VDB is deployed, if the server is stopped and restarted sometime I see the below exception
{code}
13:41:55,056 ERROR [org.jboss.threads.executor] (teiid-async-threads - 2) Task execution failed for task org.teiid.jboss.VDBService$3@79447bb5: org.teiid.metadata.DuplicateRecordException: TEIID60012 Duplicate Schema TextData
at org.teiid.metadata.MetadataStore.addSchema(MetadataStore.java:55) [teiid-api-8.1.0.Alpha2-SNAPSHOT.jar:8.1.0.Alpha2-SNAPSHOT]
at org.teiid.metadata.MetadataFactory.mergeInto(MetadataFactory.java:346) [teiid-api-8.1.0.Alpha2-SNAPSHOT.jar:8.1.0.Alpha2-SNAPSHOT]
at org.teiid.jboss.VDBService$3.run(VDBService.java:380) [teiid-jboss-integration-8.1.0.Alpha2-SNAPSHOT.jar:8.1.0.Alpha2-SNAPSHOT]
at org.jboss.threads.SimpleDirectExecutor.execute(SimpleDirectExecutor.java:33)
at org.jboss.threads.QueueExecutor.runTask(QueueExecutor.java:801)
at org.jboss.threads.QueueExecutor.access$100(QueueExecutor.java:45)
at org.jboss.threads.QueueExecutor$Worker.run(QueueExecutor.java:821)
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_26]
at org.jboss.threads.JBossThread.run(JBossThread.java:122)
{code}
--
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
12 years, 4 months
[JBoss JIRA] (TEIID-2045) SQL Error occurs trying to load External Materialized table when the 2 source models are using the same -ds.xml
by Debbie Steigner (JIRA)
Debbie Steigner created TEIID-2045:
--------------------------------------
Summary: SQL Error occurs trying to load External Materialized table when the 2 source models are using the same -ds.xml
Key: TEIID-2045
URL: https://issues.jboss.org/browse/TEIID-2045
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.4.1
Reporter: Debbie Steigner
Assignee: Steven Hawkins
Attachments: Parts3.vdb
A Customer was testing external materialization in Teiid/EDS, he created physical model mv_views based on External_CacheViews.supplierinfo (Parts3.vdb attached, uses the partssupplier db). Supplierinfo is a join between parts SourceB and SourceA, well if you assign the same Datasource (using the same ds.xml file) it errors trying to load the table.
INSERT INTO mv_views.supplierinfo
SELECT * FROM External_CacheViews.supplierinfo OPTION NOCACHE
Error: org.teiid.query.sql.symbol.AllSymbol cannot be cast to org.teiid.query.sql.symbol.SingleElementSymbol
SQLState: 38000
ErrorCode: 0
--
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
12 years, 4 months
[JBoss JIRA] (TEIID-2022) Refine error codes and messages
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2022:
-------------------------------------
Summary: Refine error codes and messages
Key: TEIID-2022
URL: https://issues.jboss.org/browse/TEIID-2022
Project: Teiid
Issue Type: Quality Risk
Affects Versions: 8.1
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.1
With TEIID-1889 we have nearly 1000 error codes. There are numerous codes that don't have associated messages and some duplicated messages. In both of those instances we should see if a unique code is needed or if it can actually be removed. For comparison Postgresql use only about 250 error codes. As we work TEIID-1386 it will be important to minimize the number of error codes.
--
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
12 years, 4 months