[
https://issues.jboss.org/browse/TEIID-2331?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-2331:
---------------------------------------
I don't see a connection to lobs Ramesh, do you see something? In continuous mode lob
references should always flow to the client (since its a local client) and shouldn't
cause issues on the server side.
I think there should be more to this stacktrace, such as a caused by ... that gives where
the NPE is coming from. If I look at 8.2, 8.1, 8.0, the only branch that matches the 753
line number is 8.0, and there that is a log statement that shouldn't produce an NPE
and should contain a different log message. Can you reproduce this on 8.2 and/or get more
of the log if applicable.
TEIID30019 Unexpected exception for request kfhsdoaNXYfM.1:
java.lang.NullPointerException
------------------------------------------------------------------------------------------
Key: TEIID-2331
URL:
https://issues.jboss.org/browse/TEIID-2331
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.1
Environment: Windows 7
Reporter: Sabina Norderhaug
Assignee: Steven Hawkins
Priority: Minor
We are getting this exception during continious execution. Looks like client cancelling
the execution
16:13:16,171 ERROR [org.teiid.PROCESSOR] (Worker6_QueryProcessorQueue902) TEIID30019
Unexpected exception for request kfhsdoaNXYfM.1: java.lang.NullPointerException
at
org.teiid.dqp.internal.process.RequestWorkItem.sendResultsIfNeeded(RequestWorkItem.java:753)
at
org.teiid.dqp.internal.process.RequestWorkItem$1.flushBatchDirect(RequestWorkItem.java:557)
at org.teiid.query.processor.BatchCollector.flushBatch(BatchCollector.java:191)
at org.teiid.query.processor.BatchCollector.collectTuples(BatchCollector.java:166)
at org.teiid.dqp.internal.process.RequestWorkItem.processMore(RequestWorkItem.java:382)
at org.teiid.dqp.internal.process.RequestWorkItem.process(RequestWorkItem.java:291)
at org.teiid.dqp.internal.process.AbstractWorkItem.run(AbstractWorkItem.java:49)
at org.teiid.dqp.internal.process.RequestWorkItem.run(RequestWorkItem.java:219)
at org.teiid.dqp.internal.process.DQPWorkContext.runInContext(DQPWorkContext.java:249)
at
org.teiid.dqp.internal.process.ThreadReuseExecutor$RunnableWrapper.run(ThreadReuseExecutor.java:123)
at
org.teiid.dqp.internal.process.ThreadReuseExecutor$3.run(ThreadReuseExecutor.java:298)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[rt.jar:1.7.0_03]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[rt.jar:1.7.0_03]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_03]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira