Bug 780917 (SOA-3379)

Summary: NPE using matviews with default profile
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Steven Hawkins <shawkins>
Component: EDSAssignee: Van Halbert <vhalbert>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: urgent Docs Contact:
Priority: urgent    
Version: 5.2.0.ER3CC: kejohnso, vhalbert
Target Milestone: ---   
Target Release: 5.2.0.ER4   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-3379
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-21 16:06:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Steven Hawkins 2011-09-14 18:18:30 UTC
project_key: SOA

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

Comment 1 Van Halbert 2011-09-14 18:18:30 UTC
Link: Added: This issue Cloned from TEIID-1755


Comment 2 Van Halbert 2011-09-14 18:19:02 UTC
Security: Added: Public


Comment 5 Van Halbert 2011-09-14 19:28:47 UTC
Teiid committed fix to 7.4.x branch:  Revision: 3496.

Should be in ER4.

Comment 6 Paul Nittel 2011-10-21 16:06:03 UTC
Tested and closed.