[teiid-issues] [JBoss JIRA] (TEIID-2218) Exception Executing WS Query via View

Ted Jones (JIRA) jira-events at lists.jboss.org
Mon Sep 17 11:55:35 EDT 2012


Ted Jones created TEIID-2218:
--------------------------------

             Summary: Exception Executing WS Query via View
                 Key: TEIID-2218
                 URL: https://issues.jboss.org/browse/TEIID-2218
             Project: Teiid
          Issue Type: Bug
          Components: Query Engine
    Affects Versions: 8.2
            Reporter: Ted Jones
            Assignee: Steven Hawkins


Using Teiid 8.2 Alpha1 on Openshift, I encounter the following exception querying a view with a web service as a source:
 
2012/09/17 11:41:09,541 ERROR [org.teiid.PROCESSOR] (http-127.8.133.129/127.8.133.129:8080-2) TEIID30019 Unexpected exception for request mRknOBSXBt1k.10: org.teiid.core.TeiidRuntimeException: Alread closed
        at org.teiid.query.processor.relational.XMLTableNode$1.run(XMLTableNode.java:233)
        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_05-icedtea]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_05-icedtea]
        at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_05-icedtea]
Caused by: java.lang.IllegalStateException: Alread closed
        at org.teiid.common.buffer.FileStore$FileStoreOutputStream.checkOpen(FileStore.java:129)
        at org.teiid.common.buffer.FileStore$FileStoreOutputStream.flushBuffer(FileStore.java:84)
        at org.teiid.common.buffer.FileStore$FileStoreOutputStream.flush(FileStore.java:111)
        at org.teiid.common.buffer.FileStore$FileStoreOutputStream.close(FileStore.java:117)
        at org.teiid.dqp.internal.process.SaveOnReadInputStream.close(SaveOnReadInputStream.java:132)
        at java.io.FilterInputStream.close(FilterInputStream.java:181) [rt.jar:1.7.0_05-icedtea]
        at org.teiid.translator.WSConnection$Util.closeSource(WSConnection.java:64) [teiid-api-8.2.0.Alpha1-SNAPSHOT.jar:8.2.0.Alpha1-SNAPSHOT]
        at org.teiid.query.xquery.saxon.SaxonXQueryExpression$Result.close(SaxonXQueryExpression.java:119)
        at org.teiid.query.xquery.saxon.XQueryEvaluator.evaluateXQuery(XQueryEvaluator.java:166)
        at org.teiid.query.processor.relational.XMLTableNode$1.run(XMLTableNode.java:225)
        ... 6 more


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


More information about the teiid-issues mailing list