[teiid-issues] [JBoss JIRA] (TEIID-4846) Can't use TEIID 9.1.1 with Websphere 8.5.5 + JAVA 8

Steven Hawkins (JIRA) issues at jboss.org
Tue Apr 4 14:05:00 EDT 2017


    [ https://issues.jboss.org/browse/TEIID-4846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13388783#comment-13388783 ] 

Steven Hawkins commented on TEIID-4846:
---------------------------------------

Can you provide the dependency tree of what you are pulling in for the Teiid classpath?

I don't think there's anything in the standard dependencies, but it looks like several libraries include their own versions of QName, such as the Hive standalone driver, that could cause a classloading 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)


More information about the teiid-issues mailing list