[JBoss JIRA] Created: (TEIID-690) SecurityException throws when trying to execute using Embedded Teiid
by Van Halbert (JIRA)
SecurityException throws when trying to execute using Embedded Teiid
--------------------------------------------------------------------
Key: TEIID-690
URL: https://jira.jboss.org/jira/browse/TEIID-690
Project: Teiid
Issue Type: Bug
Environment: Teiid embedded 6.2 snapshot, jdk 1.6.0_11
Reporter: Van Halbert
Assignee: Steven Hawkins
Priority: Blocker
Below is the stacktrace of the problem.
[java] SEVERE: Could not start the embedded engine
[java] java.lang.SecurityException: The SunJCE provider may have been tampe
ed.
[java] at com.sun.crypto.provider.PBEWithMD5AndTripleDESCipher.<init>(D
shoA13*..)
[java] at com.sun.crypto.provider.SunJCE_z.a(DashoA13*..)
[java] at com.sun.crypto.provider.JceKeyStore.engineGetKey(DashoA13*..)
[java] at java.security.KeyStore.getKey(Unknown Source)
[java] at com.metamatrix.common.util.crypto.cipher.SymmetricCryptor.get
ymmectricCryptor(SymmetricCryptor.java:94)
[java] at com.metamatrix.common.util.crypto.CryptoUtil.init(CryptoUtil.
ava:292)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months
[JBoss JIRA] Resolved: (TEIID-114) Execs of xml procedures cannot be used as correlated scalar subqueries
by Steven Hawkins (JIRA)
[ https://jira.jboss.org/jira/browse/TEIID-114?page=com.atlassian.jira.plug... ]
Steven Hawkins resolved TEIID-114.
----------------------------------
Resolution: Deferred
> Execs of xml procedures cannot be used as correlated scalar subqueries
> ----------------------------------------------------------------------
>
> Key: TEIID-114
> URL: https://jira.jboss.org/jira/browse/TEIID-114
> Project: Teiid
> Issue Type: Bug
> Components: XML Planner/Processor
> Affects Versions: 6.x
> Reporter: Steven Hawkins
> Priority: Optional
> Fix For: 7.x
>
>
> Defect Tracker #24364: attempted to run select (exec BooksInfo.getXMLBooksByEdition(edition)) result from booksinfo.booksinfo from the e2e audiobooks and received the following error:
> java.lang.NullPointerException
> at com.metamatrix.query.processor.xml.RelationalPlanExecutor.<init>(RelationalPlanExecutor.java:67)
> at com.metamatrix.query.processor.xml.XMLProcessorEnvironment.createResultExecutor(XMLProcessorEnvironment.java:213)
> at com.metamatrix.query.processor.xml.ExecSqlInstruction.process(ExecSqlInstruction.java:35)
> at com.metamatrix.query.processor.xml.XMLPlan.getNextXMLChunk(XMLPlan.java:320)
> at com.metamatrix.query.processor.xml.XMLPlan.processXML(XMLPlan.java:256)
> at com.metamatrix.query.processor.xml.XMLPlan.nextBatch(XMLPlan.java:187)
> at com.metamatrix.query.processor.relational.SubqueryProcessorUtility.process(SubqueryProcessorUtility.java:231)
> at com.metamatrix.query.processor.relational.DependentProjectNode.prepareToProcessTuple(DependentProjectNode.java:96)
> at com.metamatrix.query.processor.relational.ProjectNode.nextBatchDirect(ProjectNode.java:200)
> at com.metamatrix.query.processor.relational.RelationalNode.nextBatch(RelationalNode.java:244)
> at com.metamatrix.query.processor.relational.RelationalPlan.nextBatch(RelationalPlan.java:143)
> at com.metamatrix.query.processor.QueryProcessor.process(QueryProcessor.java:194)
> at com.metamatrix.dqp.internal.process.ProcessWorker.processDirect(ProcessWorker.java:159)
> at com.metamatrix.dqp.internal.process.ProcessWorker.process(ProcessWorker.java:89)
> at com.metamatrix.common.queue.QueueWorker.run(QueueWorker.java:64)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months