[teiid-issues] [JBoss JIRA] (TEIID-2024) DataTierManager.could_not_obtain_connector_binding error says it can't find Connection Factory

Van Halbert (JIRA) jira-events at lists.jboss.org
Wed May 2 11:44:17 EDT 2012


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

Van Halbert commented on TEIID-2024:
------------------------------------

The issue I had was that I had incorrectly edited my dynamic vdb.xml file and the "name" attribute was missing, example:

<source  translator-name="object-1" connection-jndi-name="MyDataSource"/>

and once I added:  name="Team", example:  

<source name="Team" translator-name="object-1" connection-jndi-name="MyDataSource"/>

the error was resolved.  But, a correction to the error message will make resolving this easier.
                
> DataTierManager.could_not_obtain_connector_binding error says it can't find Connection Factory
> ----------------------------------------------------------------------------------------------
>
>                 Key: TEIID-2024
>                 URL: https://issues.jboss.org/browse/TEIID-2024
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 7.7.1
>            Reporter: Van Halbert
>            Assignee: Steven Hawkins
>            Priority: Minor
>
> Got this error: 
> [TeiidComponentException]Could not obtain connection factory for model EDG in VDB name= hotrod, version 1
> 	at org.teiid.dqp.internal.process.DataTierManagerImpl.createRequest(DataTierManagerImpl.java:569)
> 	at org.teiid.dqp.internal.process.DataTierManagerImpl.registerRequest(DataTierManagerImpl.java:183
> and looking at the code, it appears the source names defined for the model are null or empty.  I think the message is alluding to the wrong thing it can't find.

--
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

        


More information about the teiid-issues mailing list