[teiid-issues] [JBoss JIRA] Resolved: (TEIID-1755) NPE using matviews with default profile

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Wed Sep 14 15:21:26 EDT 2011


     [ https://issues.jboss.org/browse/TEIID-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-1755.
-----------------------------------

    Fix Version/s:     (was: 7.6)
       Resolution: Done


added a null check prior to calling touchTable.  This is not an issue in 7.6 as the replication logic has changed.

> NPE using matviews with default profile
> ---------------------------------------
>
>                 Key: TEIID-1755
>                 URL: https://issues.jboss.org/browse/TEIID-1755
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 7.4.1
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>            Priority: Blocker
>             Fix For: 7.4.1
>
>
> Since we are not explicitly requiring the all profile the code should be safe to use in the default profile.
> If distributed caching is not enabled we get the following:
> 2011-09-14 16:59:33,369 ERROR [org.teiid.PROCESSOR] (Worker3_QueryProcessorQueue45) Unexpected exception for request acP+ZR0GKpav.12
> java.lang.NullPointerException
>  at org.teiid.query.tempdata.TempTableDataManager.touchTable(TempTableDataManager.java:639)
>  at org.teiid.query.tempdata.TempTableDataManager.handleSystemProcedures(TempTableDataManager.java:341)
>  at org.teiid.query.tempdata.TempTableDataManager.registerRequest(TempTableDataManager.java:194)
>  at org.teiid.query.tempdata.TempTableDataManager.registerRequest(TempTableDataManager.java:176)
>  at org.teiid.query.processor.relational.AccessNode.registerRequest(AccessNode.java:358)
>  at org.teiid.query.processor.relational.AccessNode.open(AccessNode.java:156)
>  at org.teiid.query.processor.relational.RelationalNode.open(RelationalNode.java:251)
>  at org.teiid.query.processor.relational.RelationalPlan.open(RelationalPlan.java:153)
> ...

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