[
https://issues.jboss.org/browse/TEIID-1755?page=com.atlassian.jira.plugin...
]
Paul Nittel closed TEIID-1755.
------------------------------
Tested and closed.
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.
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