[JBoss JIRA] (TEIID-4846) Can't use TEIID 9.1.1 with Websphere 8.5.5 + JAVA 8
by Ivan Chan (JIRA)
[ https://issues.jboss.org/browse/TEIID-4846?page=com.atlassian.jira.plugin... ]
Ivan Chan updated TEIID-4846:
-----------------------------
Attachment: dependencytree.txt
> Can't use TEIID 9.1.1 with Websphere 8.5.5 + JAVA 8
> ---------------------------------------------------
>
> Key: TEIID-4846
> URL: https://issues.jboss.org/browse/TEIID-4846
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 9.1.1
> Reporter: Ivan Chan
> Assignee: Steven Hawkins
> Attachments: dependencytree.txt
>
>
> After I deploy Teiid 9.1.1 with websphere 8.5.5 + JAVA 8, Teiid embedded server cannot start. It throws the following exception:
> Caused by: java.lang.VerifyError: JVMVRFY013 class loading constraint violated; class=org/infinispan/configuration/parsing/XMLExtendedStreamReaderImpl, method=getAttributeName(I)Ljavax/xml/namespace/QName;, pc=0
> at org.infinispan.configuration.parsing.ParserRegistry.parse(ParserRegistry.java:117)
> at org.infinispan.configuration.parsing.ParserRegistry.parse(ParserRegistry.java:105)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:275)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:248)
> at org.teiid.runtime.EmbeddedConfiguration.getCacheFactory(EmbeddedConfiguration.java:183)
> at org.teiid.runtime.EmbeddedServer.start(EmbeddedServer.java:397)
> at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.teiid.TeiidEmbeddedServer.<init>(TeiidEmbeddedServer.java:113)
> at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.impl.TeiidVirtualDataSourceQueryServiceImpl.startServer(TeiidVirtualDataSourceQueryServiceImpl.java:515)
> at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.impl.TeiidVirtualDataSourceQueryServiceImpl.init(TeiidVirtualDataSourceQueryServiceImpl.java:510)
> at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.impl.TeiidVirtualDataSourceQueryServiceImpl.afterPropertiesSet(TeiidVirtualDataSourceQueryServiceImpl.java:755)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1573)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1511)
> ... 89 more
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (TEIID-4846) Can't use TEIID 9.1.1 with Websphere 8.5.5 + JAVA 8
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4846?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-4846:
---------------------------------------
What about any other project level dependencies that you are pulling in - for example the hive standalone jar?
Or have you tested with just a minimal Teiid and seen the same issue?
> Can't use TEIID 9.1.1 with Websphere 8.5.5 + JAVA 8
> ---------------------------------------------------
>
> Key: TEIID-4846
> URL: https://issues.jboss.org/browse/TEIID-4846
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 9.1.1
> Reporter: Ivan Chan
> Assignee: Steven Hawkins
>
> After I deploy Teiid 9.1.1 with websphere 8.5.5 + JAVA 8, Teiid embedded server cannot start. It throws the following exception:
> Caused by: java.lang.VerifyError: JVMVRFY013 class loading constraint violated; class=org/infinispan/configuration/parsing/XMLExtendedStreamReaderImpl, method=getAttributeName(I)Ljavax/xml/namespace/QName;, pc=0
> at org.infinispan.configuration.parsing.ParserRegistry.parse(ParserRegistry.java:117)
> at org.infinispan.configuration.parsing.ParserRegistry.parse(ParserRegistry.java:105)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:275)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:248)
> at org.teiid.runtime.EmbeddedConfiguration.getCacheFactory(EmbeddedConfiguration.java:183)
> at org.teiid.runtime.EmbeddedServer.start(EmbeddedServer.java:397)
> at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.teiid.TeiidEmbeddedServer.<init>(TeiidEmbeddedServer.java:113)
> at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.impl.TeiidVirtualDataSourceQueryServiceImpl.startServer(TeiidVirtualDataSourceQueryServiceImpl.java:515)
> at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.impl.TeiidVirtualDataSourceQueryServiceImpl.init(TeiidVirtualDataSourceQueryServiceImpl.java:510)
> at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.impl.TeiidVirtualDataSourceQueryServiceImpl.afterPropertiesSet(TeiidVirtualDataSourceQueryServiceImpl.java:755)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1573)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1511)
> ... 89 more
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (TEIID-4846) Can't use TEIID 9.1.1 with Websphere 8.5.5 + JAVA 8
by Ivan Chan (JIRA)
[ https://issues.jboss.org/browse/TEIID-4846?page=com.atlassian.jira.plugin... ]
Ivan Chan commented on TEIID-4846:
----------------------------------
[INFO] | | +- org.jboss.teiid:teiid-engine:jar:9.1.1:compile
[INFO] | | | +- org.jboss.spec.javax.resource:jboss-connector-api_1.7_spec:jar:1.0.0.Final:compile
[INFO] | | | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:compile
[INFO] | | | +- org.jboss:jboss-vfs:jar:3.2.11.Final:compile
[INFO] | | | +- com.vividsolutions:jts:jar:1.13:compile
[INFO] | | | +- org.wololo:jts2geojson:jar:0.7.0:compile
[INFO] | | | +- org.osgeo:proj4j:jar:0.1.0:compile
[INFO] | | | +- com.io7m.xom:xom:jar:1.2.10:compile
[INFO] | | | \- jaxen:jaxen:jar:1.1-beta-8:compile (version managed from 1.1.6)
[INFO] | | +- org.jboss.teiid:teiid-runtime:jar:9.1.1:compile
[INFO] | | | +- io.netty:netty-all:jar:4.0.32.Final:compile
[INFO] | | | +- org.infinispan:infinispan-core:jar:8.1.0.Final:compile
[INFO] | | | | \- org.infinispan:infinispan-commons:jar:8.1.0.Final:compile
[INFO] | | | +- org.jboss.narayana.jta:narayana-jta:jar:5.2.12.Final:compile
[INFO] | | | +- org.jboss.marshalling:jboss-marshalling-river:jar:1.4.10.Final:compile
[INFO] | | | +- org.jboss.marshalling:jboss-marshalling:jar:1.4.10.Final:compile
[INFO] | | | \- org.jboss:staxmapper:jar:1.2.0.Final:compile
[INFO] | | +- org.jboss.teiid:teiid-admin:jar:9.1.1:compile
[INFO] | | +- org.jboss.teiid:teiid-api:jar:9.1.1:compile
[INFO] | | \- org.jboss.teiid:teiid-common-core:jar:9.1.1:compile
[INFO] | | +- org.jboss.teiid:teiid-client:jar:9.1.1:compile
[INFO] | | +- org.jboss.teiid:teiid-metadata:jar:9.1.1:compile
[INFO] | | +- org.jboss.teiid.connectors:translator-jdbc:jar:9.1.1:compile
[INFO] | | +- org.apache.thrift:libthrift:jar:0.9.0:compile
[INFO] | | +- org.jboss.teiid.connectors:translator-cassandra:jar:9.1.1:compile
[INFO] | | +- org.jboss.teiid.connectors:translator-hive:jar:9.1.1:compile
> Can't use TEIID 9.1.1 with Websphere 8.5.5 + JAVA 8
> ---------------------------------------------------
>
> Key: TEIID-4846
> URL: https://issues.jboss.org/browse/TEIID-4846
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 9.1.1
> Reporter: Ivan Chan
> Assignee: Steven Hawkins
>
> After I deploy Teiid 9.1.1 with websphere 8.5.5 + JAVA 8, Teiid embedded server cannot start. It throws the following exception:
> Caused by: java.lang.VerifyError: JVMVRFY013 class loading constraint violated; class=org/infinispan/configuration/parsing/XMLExtendedStreamReaderImpl, method=getAttributeName(I)Ljavax/xml/namespace/QName;, pc=0
> at org.infinispan.configuration.parsing.ParserRegistry.parse(ParserRegistry.java:117)
> at org.infinispan.configuration.parsing.ParserRegistry.parse(ParserRegistry.java:105)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:275)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:248)
> at org.teiid.runtime.EmbeddedConfiguration.getCacheFactory(EmbeddedConfiguration.java:183)
> at org.teiid.runtime.EmbeddedServer.start(EmbeddedServer.java:397)
> at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.teiid.TeiidEmbeddedServer.<init>(TeiidEmbeddedServer.java:113)
> at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.impl.TeiidVirtualDataSourceQueryServiceImpl.startServer(TeiidVirtualDataSourceQueryServiceImpl.java:515)
> at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.impl.TeiidVirtualDataSourceQueryServiceImpl.init(TeiidVirtualDataSourceQueryServiceImpl.java:510)
> at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.impl.TeiidVirtualDataSourceQueryServiceImpl.afterPropertiesSet(TeiidVirtualDataSourceQueryServiceImpl.java:755)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1573)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1511)
> ... 89 more
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (TEIID-4846) Can't use TEIID 9.1.1 with Websphere 8.5.5 + JAVA 8
by Ivan Chan (JIRA)
[ https://issues.jboss.org/browse/TEIID-4846?page=com.atlassian.jira.plugin... ]
Ivan Chan commented on TEIID-4846:
----------------------------------
It is pulling the following jar files:
netty-all-4.0.32.Final
infinispan-commons-8.1.0.Final.jar
infinispan-core-8.1.0.Final.jar
jboss-connector-api_1.7_spec-1.0.0.Final.jar
jboss-transaction-api_1.2_spec-1.0.0.Final.jar
jboss-vfs-3.2.11.Final.jar
teiid-admin-9.1.1.jar
teiid-api-9.1.1.jar
teiid-client-9.1.1.jar
teiid-common-core-9.1.1.jar
teiid-engine-9.1.1.jar
teiid-metadata-9.1.1.jar
teiid-runtime-9.1.1.jar
staxmapper-1.2.0.Final
> Can't use TEIID 9.1.1 with Websphere 8.5.5 + JAVA 8
> ---------------------------------------------------
>
> Key: TEIID-4846
> URL: https://issues.jboss.org/browse/TEIID-4846
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 9.1.1
> Reporter: Ivan Chan
> Assignee: Steven Hawkins
>
> After I deploy Teiid 9.1.1 with websphere 8.5.5 + JAVA 8, Teiid embedded server cannot start. It throws the following exception:
> Caused by: java.lang.VerifyError: JVMVRFY013 class loading constraint violated; class=org/infinispan/configuration/parsing/XMLExtendedStreamReaderImpl, method=getAttributeName(I)Ljavax/xml/namespace/QName;, pc=0
> at org.infinispan.configuration.parsing.ParserRegistry.parse(ParserRegistry.java:117)
> at org.infinispan.configuration.parsing.ParserRegistry.parse(ParserRegistry.java:105)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:275)
> at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:248)
> at org.teiid.runtime.EmbeddedConfiguration.getCacheFactory(EmbeddedConfiguration.java:183)
> at org.teiid.runtime.EmbeddedServer.start(EmbeddedServer.java:397)
> at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.teiid.TeiidEmbeddedServer.<init>(TeiidEmbeddedServer.java:113)
> at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.impl.TeiidVirtualDataSourceQueryServiceImpl.startServer(TeiidVirtualDataSourceQueryServiceImpl.java:515)
> at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.impl.TeiidVirtualDataSourceQueryServiceImpl.init(TeiidVirtualDataSourceQueryServiceImpl.java:510)
> at com.jaspersoft.jasperserver.api.engine.common.virtualdatasourcequery.impl.TeiidVirtualDataSourceQueryServiceImpl.afterPropertiesSet(TeiidVirtualDataSourceQueryServiceImpl.java:755)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1573)
> at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1511)
> ... 89 more
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (TEIID-4733) Streamline JDG integration
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-4733?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-4733:
-------------------------------------
The Infinispan code change is required to make further progress on this issue.
> Streamline JDG integration
> --------------------------
>
> Key: TEIID-4733
> URL: https://issues.jboss.org/browse/TEIID-4733
> Project: Teiid
> Issue Type: Feature Request
> Components: JDG Connector
> Reporter: Van Halbert
> Assignee: Ramesh Reddy
> Fix For: 9.3
>
>
> This jira is to discuss the issues based on current design that inhibit the ability to stream line JDG integration and/or to recommend changes that would enable the use/access of a JDG cache in an automated way.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (TEIID-4780) Clone TEIID-4734 (Backwards compatible solution)
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-4780?page=com.atlassian.jira.plugin... ]
Ramesh Reddy resolved TEIID-4780.
---------------------------------
Resolution: Done
Marking to resolved as no further action will be taken on this. If needed open new JIRA with the defined scenario.
> Clone TEIID-4734 (Backwards compatible solution)
> ------------------------------------------------
>
> Key: TEIID-4780
> URL: https://issues.jboss.org/browse/TEIID-4780
> Project: Teiid
> Issue Type: Sub-task
> Components: Common
> Affects Versions: 9.1.2
> Reporter: Pedro Inácio
> Assignee: Ramesh Reddy
> Fix For: 8.12.10.6_3, 9.1.4, 9.2.1
>
>
> This is clone of TEIID-4734, however the solution provided through it is a breaking change. This JIRA is logged to provide a non-breaking change for released Teiid versions based on comments from TEIID-4734
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (TEIID-4651) SybaseIQ translator: different order of arguments in LOCATE function
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-4651?page=com.atlassian.jira.plugin... ]
Van Halbert updated TEIID-4651:
-------------------------------
Git Pull Request: https://github.com/teiid/teiid/pull/937
PR for backport to 8.12.x-6.4.
> SybaseIQ translator: different order of arguments in LOCATE function
> --------------------------------------------------------------------
>
> Key: TEIID-4651
> URL: https://issues.jboss.org/browse/TEIID-4651
> Project: Teiid
> Issue Type: Bug
> Components: JDBC Connector
> Affects Versions: 8.12.8.6_3
> Reporter: Jan Stastny
> Assignee: Steven Hawkins
> Priority: Critical
> Fix For: 9.1.2, 9.2, 8.12.x-6.4
>
>
> Teiid's and SAP IQ's LOCATE function differs in order of arguments. Translator is pushing the LOCATE function as is into the source, which results in undesirable results. This is critical issue, as the queries seemingly work, but are not producing correct results.
> See [SAP IQ LOCATE function docs|http://help.sap.com/saphelp_iq1611_iqrefbb/helpdata/en/a5/5fae8484f2...]
> Query:
> {code:sql}
> SELECT INTKEY, STRINGNUM, LOCATE(1,STRINGNUM) FROM BQT1.SmallA ORDER BY intkey
> {code}
> being pushed as:
> {code:sql}
> [SELECT g_0."intkey" AS c_0, g_0."stringnum" AS c_1, locate('1', g_0."stringnum") AS c_2 FROM "bqt-server"."dvqe"."SmallA" AS g_0 ORDER BY c_0]
> {code}
> Results in:
> || intkey || stringnum || expr3 ||
> |0 | -24 | 0|
> |1 | <null> | <null>|
> |2 | -22 | 0|
> |3 | -21 | 0|
> |4 | -20 | 0|
> |5 | -19 | 0|
> |6 | -18 | 0|
> |7 | -17 | 0|
> |8 | -16 | 0|
> |9 | -15 | 0|
> |10 | -14 | 0|
> |11 | -13 | 0|
> |12 | -12 | 0|
> |13 | -11 | 0|
> |14 | -10 | 0|
> |15 | -9 | 0|
> |16 | -8 | 0|
> |17 | <null> | <null>|
> |18 | -6 | 0|
> |19 | -5 | 0|
> |20 | -4 | 0|
> |21 | -3 | 0|
> |22 | -2 | 0|
> |23 | -1 | 0|
> |24 | 0 | 0|
> |25 | 1 | 1|
> |26 | 2 | 0|
> |27 | 3 | 0|
> |28 | 4 | 0|
> |29 | 5 | 0|
> |30 | 6 | 0|
> |31 | 7 | 0|
> |32 | 8 | 0|
> |33 | <null> | <null>|
> |34 | 10 | 0|
> |35 | 11 | 0|
> |36 | 12 | 0|
> |37 | 13 | 0|
> |38 | 14 | 0|
> |39 | 15 | 0|
> |40 | 16 | 0|
> |41 | 17 | 0|
> |42 | 18 | 0|
> |43 | 19 | 0|
> |44 | 20 | 0|
> |45 | 21 | 0|
> |46 | 22 | 0|
> |47 | 23 | 0|
> |48 | 24 | 0|
> |49 | <null> | <null> |
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months