[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:
----------------------------------
Last working combination is using Teiid 8.12.3 with Infinispan-core-5.12 on Websphere 8.5.5
I have included the whole dependency tree. [^dependencytree.txt]
And I have tried to exclude stax-12.0, staxmapper, xml-apis, xml-apis-ext, and xmlbeans, but still no luck.
> 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)
8 years, 9 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 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)
8 years, 9 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)
8 years, 9 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)
8 years, 9 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)
8 years, 9 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)
8 years, 9 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)
8 years, 9 months