[
https://issues.jboss.org/browse/TEIID-4846?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-4846:
---------------------------------------
To confirm, if you were to just minimally install Teiid, then there would be no exception?
If that's the case, this in general is a websphere issue with parent last
classloading. From your full dependencies, you'll need to see what is packaged with
QName class.
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)