[teiid-issues] [JBoss JIRA] Commented: (TEIID-1490) In the process of loading the schema metadata and duplicate table is found, add a suggestion to the error message to use FQN option

Van Halbert (JIRA) jira-events at lists.jboss.org
Wed Mar 2 15:08:05 EST 2011


    [ https://issues.jboss.org/browse/TEIID-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585521#comment-12585521 ] 

Van Halbert commented on TEIID-1490:
------------------------------------

Stacktrace from error:

Unhandled throwable for runnable: org.teiid.deployers.VDBDeployer$1 at e18da86
java.lang.AssertionError: Duplicate Table RAS_USER_CHECK
	at org.teiid.metadata.Schema.addTable(Schema.java:42)
	at
org.teiid.metadata.MetadataFactory.addTable(MetadataFactory.java:82)
	at
org.teiid.translator.jdbc.JDBCMetdataProcessor.getTables(JDBCMetdataProcessor.java:195)
	at
org.teiid.translator.jdbc.JDBCMetdataProcessor.getConnectorMetadata(JDBCMetdataProcessor.java:110)
	at
org.teiid.translator.jdbc.JDBCExecutionFactory.getMetadata(JDBCExecutionFactory.java:268)
	at
org.teiid.translator.jdbc.JDBCExecutionFactory.getMetadata(JDBCExecutionFactory.java:80)
	at
org.teiid.dqp.internal.datamgr.ConnectorManager.getMetadata(ConnectorManager.java:125)
	at
org.teiid.deployers.VDBDeployer.loadMetadata(VDBDeployer.java:310)
	at org.teiid.deployers.VDBDeployer.access$000(VDBDeployer.java:59)
	at org.teiid.deployers.VDBDeployer$1.run(VDBDeployer.java:293)
	at
org.jboss.util.threadpool.RunnableTaskWrapper.run(RunnableTaskWrapper.java:147)
	at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)

> In the process of loading the schema metadata and duplicate table is found, add a suggestion to the error message to use FQN option 
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TEIID-1490
>                 URL: https://issues.jboss.org/browse/TEIID-1490
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Server
>    Affects Versions: 7.1.1
>            Reporter: Van Halbert
>            Assignee: Steven Hawkins
>            Priority: Minor
>
> When the dynamic vdb was triggering loading the metadata, a duplicate table was encountered and an exception was thrown indicating as such.   It would be good to suggest in the message that the user should change the FQN option to true.  This would help lead the user to resolving this issue.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list