Bug 780917 (SOA-3379) - NPE using matviews with default profile
Summary: NPE using matviews with default profile
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-3379
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: EDS
Version: 5.2.0.ER3
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: 5.2.0.ER4
Assignee: Van Halbert
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-09-14 18:18 UTC by Steven Hawkins
Modified: 2011-10-21 16:06 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-10-21 16:06:03 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-3379 0 None None None Never

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.


Note You need to log in before you can comment on or make changes to this bug.