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

Ivan Chan (JIRA) issues at jboss.org
Tue Apr 4 13:08:00 EDT 2017


Ivan Chan created TEIID-4846:
--------------------------------

             Summary: 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