[infinispan-issues] [JBoss JIRA] (ISPN-7002) NPE in QueryEngine.java:629 when deployed in WF10

Pavol Loffay (JIRA) issues at jboss.org
Tue Sep 6 08:52:00 EDT 2016


     [ https://issues.jboss.org/browse/ISPN-7002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavol Loffay updated ISPN-7002:
-------------------------------
    Steps to Reproduce: 
git clone https://github.com/pavolloffay/infinispan-wildfly10
git checkout 70e9a02

mvn clean install

deploy war to wildfly-10.0.0.Final
add to standalone.xml:

<cache-container name="apm" default-cache="local-query" jndi-name="infinispan/APM" module="org.hibernate.infinispan">
    <local-cache name="stringsContainer">
    </local-cache>
</cache-container>


bin/standalone.sh

curl -ivX GET 'http://localhost:8080/stringContainer?q=hallo'     -> see server.log

  was:
git clone https://github.com/pavolloffay/infinispan-widfly10
git checkout 70e9a02

mvn clean install

deploy war to wildfly-10.0.0.Final
add to standalone.xml:

<cache-container name="apm" default-cache="local-query" jndi-name="infinispan/APM" module="org.hibernate.infinispan">
    <local-cache name="stringsContainer">
    </local-cache>
</cache-container>


bin/standalone.sh

curl -ivX GET 'http://localhost:8080/stringContainer?q=hallo'     -> see server.log



> NPE in QueryEngine.java:629 when deployed in WF10
> -------------------------------------------------
>
>                 Key: ISPN-7002
>                 URL: https://issues.jboss.org/browse/ISPN-7002
>             Project: Infinispan
>          Issue Type: Bug
>    Affects Versions: 8.1.0.Final
>         Environment: Fedora 24
> openjdk version "1.8.0_102"
> OpenJDK Runtime Environment (build 1.8.0_102-b14)
> OpenJDK 64-Bit Server VM (build 25.102-b14, mixed mode)
>            Reporter: Pavol Loffay
>            Priority: Blocker
>
> Null pointer exception in QueryEngine.java:629. Source code: https://github.com/pavolloffay/infinispan-widfly10



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list