[JBoss JIRA] (ISPN-10229) NullPointerException when enabling cache statistics in Hibernate Cache
by Jive JIRA Integration (Jira)
[ https://issues.jboss.org/browse/ISPN-10229?page=com.atlassian.jira.plugin... ]
Jive JIRA Integration updated ISPN-10229:
-----------------------------------------
Forum Reference: https://developer.jboss.org/message/989323#989323
> NullPointerException when enabling cache statistics in Hibernate Cache
> ----------------------------------------------------------------------
>
> Key: ISPN-10229
> URL: https://issues.jboss.org/browse/ISPN-10229
> Project: Infinispan
> Issue Type: Bug
> Components: Hibernate Cache
> Affects Versions: 10.0.0.Beta3, 9.4.13.Final
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Priority: Major
>
> Seems it'd only happen when clustered:
> e.g.
> {code}
> ERROR [org.infinispan.interceptors.impl.InvocationContextInterceptor] (httpWorkerThreads task-1) ISPN000136: Error executing command ReadWriteKeyCommand, writing keys [com.dematic.wms.appdemo.caching.entity.CachedEntity#5]: java.lang.NullPointerException
> at org.infinispan@9.4.12.Final//org.infinispan.interceptors.impl.CacheMgmtInterceptor.lambda$updateStatisticsReadWrite$11(CacheMgmtInterceptor.java:331)
> at org.infinispan@9.4.12.Final//org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextThenApply(BaseAsyncInterceptor.java:81)
> at org.infinispan@9.4.12.Final//org.infinispan.interceptors.impl.CacheMgmtInterceptor.updateStatisticsReadWrite(CacheMgmtInterceptor.java:327)
> at org.infinispan@9.4.12.Final//org.infinispan.interceptors.impl.CacheMgmtInterceptor.visitReadWriteKeyCommand(CacheMgmtInterceptor.java:351)
> at org.infinispan@9.4.12.Final//org.infinispan.commands.functional.ReadWriteKeyCommand.acceptVisitor(ReadWriteKeyCommand.java:113)
> at org.infinispan@9.4.12.Final//org.infinispan.interceptors.BaseAsyncInterceptor.invokeNext(BaseAsyncInterceptor.java:54)
> at org.infinispan@9.4.12.Final//org.infinispan.interceptors.DDAsyncInterceptor.handleDefault(DDAsyncInterceptor.java:54)
> at org.infinispan@9.4.12.Final//org.infinispan.interceptors.DDAsyncInterceptor.visitReadWriteKeyCommand(DDAsyncInterceptor.java:207)
> at org.infinispan@9.4.12.Final//org.infinispan.commands.functional.ReadWriteKeyCommand.acceptVisitor(ReadWriteKeyCommand.java:113)
> at org.infinispan@9.4.12.Final//org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextAndExceptionally(BaseAsyncInterceptor.java:123)
> at org.infinispan@9.4.12.Final//org.infinispan.interceptors.impl.InvocationContextInterceptor.visitCommand(InvocationContextInterceptor.java:90)
> at org.infinispan@9.4.12.Final//org.infinispan.interceptors.BaseAsyncInterceptor.invokeNext(BaseAsyncInterceptor.java:56)
> at org.infinispan@9.4.12.Final//org.infinispan.interceptors.DDAsyncInterceptor.handleDefault(DDAsyncInterceptor.java:54)
> at org.infinispan@9.4.12.Final//org.infinispan.interceptors.DDAsyncInterceptor.visitReadWriteKeyCommand(DDAsyncInterceptor.java:207)
> at org.infinispan@9.4.12.Final//org.infinispan.commands.functional.ReadWriteKeyCommand.acceptVisitor(ReadWriteKeyCommand.java:113)
> at org.infinispan@9.4.12.Final//org.infinispan.interceptors.DDAsyncInterceptor.visitCommand(DDAsyncInterceptor.java:50)
> at org.infinispan@9.4.12.Final//org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invokeAsync(AsyncInterceptorChainImpl.java:234)
> at org.infinispan@9.4.12.Final//org.infinispan.functional.impl.AbstractFunctionalMap.invokeAsync(AbstractFunctionalMap.java:127)
> at org.infinispan@9.4.12.Final//org.infinispan.functional.impl.ReadWriteMapImpl.eval(ReadWriteMapImpl.java:56)
> at org.infinispan.hibernate-cache@9.4.12.Final//org.infinispan.hibernate.cache.commons.access.TombstoneAccessDelegate.putFromLoad(TombstoneAccessDelegate.java:102)
> at org.infinispan.hibernate-cache@9.4.12.Final//org.infinispan.hibernate.cache.v53.impl.ReadOnlyEntityDataAccess.putFromLoad(ReadOnlyEntityDataAccess.java:30)
> at org.hibernate//org.hibernate.engine.internal.TwoPhaseLoad.doInitializeEntity(TwoPhaseLoad.java:226)
> at org.hibernate//org.hibernate.engine.internal.TwoPhaseLoad.initializeEntity(TwoPhaseLoad.java:129)
> at org.hibernate//org.hibernate.loader.plan.exec.process.internal.AbstractRowReader.performTwoPhaseLoad(AbstractRowReader.java:241)
> at org.hibernate//org.hibernate.loader.plan.exec.process.internal.AbstractRowReader.finishUp(AbstractRowReader.java:209)
> at org.hibernate//org.hibernate.loader.plan.exec.process.internal.ResultSetProcessorImpl.extractResults(ResultSetProcessorImpl.java:133)
> at org.hibernate//org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:122)
> at org.hibernate//org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:86)
> at org.hibernate//org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:197)
> at org.hibernate//org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4272)
> at org.hibernate//org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:482)
> at org.hibernate//org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:452)
> at org.hibernate//org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:203)
> at org.hibernate//org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:262)
> at org.hibernate//org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:105)
> at org.hibernate//org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:73)
> at org.hibernate//org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1287)
> at org.hibernate//org.hibernate.internal.SessionImpl.access$2000(SessionImpl.java:211)
> at org.hibernate//org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2923)
> at org.hibernate//org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2904)
> at org.hibernate//org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2860)
> at org.hibernate//org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2904)
> at org.hibernate//org.hibernate.internal.SessionImpl.find(SessionImpl.java:3545)
> at org.hibernate//org.hibernate.internal.SessionImpl.find(SessionImpl.java:3512)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (ISPN-10220) Create named lambdas to identify which test is running
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-10220?page=com.atlassian.jira.plugin... ]
Diego Lovison updated ISPN-10220:
---------------------------------
Summary: Create named lambdas to identify which test is running (was: Create named lambdas to identify witch test is running)
> Create named lambdas to identify which test is running
> ------------------------------------------------------
>
> Key: ISPN-10220
> URL: https://issues.jboss.org/browse/ISPN-10220
> Project: Infinispan
> Issue Type: Bug
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Critical
>
> After ISPN-10148, all lambdas in the index will be the same. It will return only one test in the XML.
> For example:
> {code:java}
> // Put
> org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([org.infinispan.api.APINonTxTest$$Lambda$1688/0x0000000100b08440@79ef4571, false])
> // Functional Command
> org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([org.infinispan.api.APINonTxTest$$Lambda$1688/0x0000000100b08440@79ef4571, false])
> // Put all
> org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([org.infinispan.api.APINonTxTest$$Lambda$1688/0x0000000100b08440@79ef4571, false])
> // Put Async
> org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([org.infinispan.api.APINonTxTest$$Lambda$1688/0x0000000100b08440@79ef4571, false])
> // Compute
> org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([org.infinispan.api.APINonTxTest$$Lambda$1688/0x0000000100b08440@79ef4571, false])
> {code}
> will be reported only once like:
> {code:java}
> org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([$$Lambda$, false])
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (ISPN-10220) Create named lambdas to identify witch test is running
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-10220?page=com.atlassian.jira.plugin... ]
Diego Lovison updated ISPN-10220:
---------------------------------
Summary: Create named lambdas to identify witch test is running (was: Create named lambdas to identify each test that is running)
> Create named lambdas to identify witch test is running
> ------------------------------------------------------
>
> Key: ISPN-10220
> URL: https://issues.jboss.org/browse/ISPN-10220
> Project: Infinispan
> Issue Type: Bug
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Critical
>
> After ISPN-10148, all lambdas in the index will be the same. It will return only one test in the XML.
> For example:
> {code:java}
> // Put
> org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([org.infinispan.api.APINonTxTest$$Lambda$1688/0x0000000100b08440@79ef4571, false])
> // Functional Command
> org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([org.infinispan.api.APINonTxTest$$Lambda$1688/0x0000000100b08440@79ef4571, false])
> // Put all
> org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([org.infinispan.api.APINonTxTest$$Lambda$1688/0x0000000100b08440@79ef4571, false])
> // Put Async
> org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([org.infinispan.api.APINonTxTest$$Lambda$1688/0x0000000100b08440@79ef4571, false])
> // Compute
> org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([org.infinispan.api.APINonTxTest$$Lambda$1688/0x0000000100b08440@79ef4571, false])
> {code}
> will be reported only once like:
> {code:java}
> org.infinispan.api.APINonTxTest#testLockedStreamActuallyLocks([$$Lambda$, false])
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (ISPN-10228) Server licenses should be in docs/licenses/licenses.xml
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10228?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10228:
-----------------------------------
Fix Version/s: 10.0.0.Beta4
9.4.14.Final
> Server licenses should be in docs/licenses/licenses.xml
> -------------------------------------------------------
>
> Key: ISPN-10228
> URL: https://issues.jboss.org/browse/ISPN-10228
> Project: Infinispan
> Issue Type: Bug
> Components: Build
> Affects Versions: 10.0.0.Beta3, 9.4.13.Final
> Reporter: Prajakta Deshmukh
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.14.Final
>
>
> While Comparing distributions such as library, server, maven repository with current (7.3.1.CR2) and the previous build( 7.3.0-1) it fails with Missing Licenses : LICENSE NOT FOUND
> Steps to Reproduce :
> 1) Script run : /jdg-qe/scripts/initial-testing/initial-testing.sh
> 2) JDG_VERSION_LABEL = 7.3.1.CR2
> 3) JDG_VERSION_LABEL_PREVIOUS_BUILD = 7.3.0-1
> Fails with below missing licenses :================================================================
> Distribution Check fails with below Missing Licenses :
> [LICENSE NOT FOUND] com.googlecode.javaewah:JavaEWAH:1.1.6
> [LICENSE NOT FOUND] com.jcraft:jsch:0.1.54
> [LICENSE NOT FOUND] com.jcraft:jsch:0.1.54.redhat-00001
> [LICENSE NOT FOUND] com.jcraft:jzlib:1.1.1
> [LICENSE NOT FOUND] io.fabric8:agent-bond-agent:1.0.2.redhat-1
> [LICENSE NOT FOUND] io.netty:netty-transport-native-unix-common:4.1.28.Final-redhat-00001
> [LICENSE NOT FOUND] io.prometheus.jmx:jmx_prometheus_javaagent:0.3.1.redhat-00001
> [LICENSE NOT FOUND] io.reactivex.rxjava2:rxjava:2.2.4.redhat-00003
> [LICENSE NOT FOUND] javax.cache:cache-api:1.1.0.redhat-1
> [LICENSE NOT FOUND] javax.inject:javax.inject:1.0.0.redhat-6
> [LICENSE NOT FOUND] org.aesh:aesh-extensions:1.6.0.redhat-00001
> [LICENSE NOT FOUND] org.aesh:aesh-readline:1.10.0.redhat-00001
> [LICENSE NOT FOUND] org.aesh:aesh:1.7.0.redhat-00001 ----> (and packed as: aesh-readline-1.10.0.redhat-00001.jar )
> [LICENSE NOT FOUND] org.eclipse.jgit:org.eclipse.jgit:5.0.2.201807311906-r-redhat-00001
> [LICENSE NOT FOUND] org.fusesource.jansi:jansi:1.16.0.redhat-4
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-clustering-common:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-clustering-marshalling-api:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-clustering-marshalling-spi:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-clustering-service:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-ee:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-iiop-openjdk:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-naming:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-security:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-transactions:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:1.0.1.Final-redhat-1
> [LICENSE NOT FOUND] org.jboss.spec.javax.el:jboss-el-api_3.0_spec:1.0.12.Final-redhat-00001
> [LICENSE NOT FOUND] org.projectodd.vdx:vdx-core:1.1.6.redhat-1
> [LICENSE NOT FOUND] org.projectodd.vdx:vdx-wildfly:1.1.6.redhat-1
> [LICENSE NOT FOUND] org.reactivestreams:reactive-streams:1.0.2.redhat-1
> [LICENSE NOT FOUND] org.wildfly.client:wildfly-client-config:1.0.1.Final-redhat-00001
> [LICENSE NOT FOUND] org.wildfly.core:wildfly-core-management-client:6.0.11.Final-redhat-00001
> [LICENSE NOT FOUND] org.wildfly.core:wildfly-embedded:6.0.11.Final-redhat-00001
> [LICENSE NOT FOUND] org.wildfly.security.elytron-web:undertow-server:1.2.3.Final-redhat-00001
> [LICENSE NOT FOUND] org.wildfly.transaction:wildfly-transaction-client:1.1.2.Final-redhat-1
> [LICENSE NOT FOUND] org.wildfly.wildfly-http-client:wildfly-http-client-common:1.0.12.Final-redhat-1
> [LICENSE NOT FOUND] org.wildfly.wildfly-http-client:wildfly-http-naming-client:1.0.12.Final-redhat-1
> [LICENSE NOT FOUND] org.wildfly.wildfly-http-client:wildfly-http-transaction-client:1.0.12.Final-redhat-1
> [LICENSE NOT FOUND] org.wildfly:wildfly-naming-client:1.0.9.Final-redhat-1
> [LICENSE NOT FOUND] antlr:antlr:2.7.7.redhat-7 ----> (and packed as: antlr-bsd.txt )
> [LICENSE NOT FOUND] com.thoughtworks.xstream:xstream:1.4.10.redhat-1 ----> (and packed as: xstream-bsd.txt )
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (ISPN-10228) Server licenses should be in docs/licenses/licenses.xml
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10228?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10228:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/6966, https://github.com/infinispan/infinispan/pull/6967
> Server licenses should be in docs/licenses/licenses.xml
> -------------------------------------------------------
>
> Key: ISPN-10228
> URL: https://issues.jboss.org/browse/ISPN-10228
> Project: Infinispan
> Issue Type: Bug
> Components: Build
> Affects Versions: 10.0.0.Beta3, 9.4.13.Final
> Reporter: Prajakta Deshmukh
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.14.Final
>
>
> While Comparing distributions such as library, server, maven repository with current (7.3.1.CR2) and the previous build( 7.3.0-1) it fails with Missing Licenses : LICENSE NOT FOUND
> Steps to Reproduce :
> 1) Script run : /jdg-qe/scripts/initial-testing/initial-testing.sh
> 2) JDG_VERSION_LABEL = 7.3.1.CR2
> 3) JDG_VERSION_LABEL_PREVIOUS_BUILD = 7.3.0-1
> Fails with below missing licenses :================================================================
> Distribution Check fails with below Missing Licenses :
> [LICENSE NOT FOUND] com.googlecode.javaewah:JavaEWAH:1.1.6
> [LICENSE NOT FOUND] com.jcraft:jsch:0.1.54
> [LICENSE NOT FOUND] com.jcraft:jsch:0.1.54.redhat-00001
> [LICENSE NOT FOUND] com.jcraft:jzlib:1.1.1
> [LICENSE NOT FOUND] io.fabric8:agent-bond-agent:1.0.2.redhat-1
> [LICENSE NOT FOUND] io.netty:netty-transport-native-unix-common:4.1.28.Final-redhat-00001
> [LICENSE NOT FOUND] io.prometheus.jmx:jmx_prometheus_javaagent:0.3.1.redhat-00001
> [LICENSE NOT FOUND] io.reactivex.rxjava2:rxjava:2.2.4.redhat-00003
> [LICENSE NOT FOUND] javax.cache:cache-api:1.1.0.redhat-1
> [LICENSE NOT FOUND] javax.inject:javax.inject:1.0.0.redhat-6
> [LICENSE NOT FOUND] org.aesh:aesh-extensions:1.6.0.redhat-00001
> [LICENSE NOT FOUND] org.aesh:aesh-readline:1.10.0.redhat-00001
> [LICENSE NOT FOUND] org.aesh:aesh:1.7.0.redhat-00001 ----> (and packed as: aesh-readline-1.10.0.redhat-00001.jar )
> [LICENSE NOT FOUND] org.eclipse.jgit:org.eclipse.jgit:5.0.2.201807311906-r-redhat-00001
> [LICENSE NOT FOUND] org.fusesource.jansi:jansi:1.16.0.redhat-4
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-clustering-common:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-clustering-marshalling-api:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-clustering-marshalling-spi:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-clustering-service:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-ee:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-iiop-openjdk:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-naming:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-security:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-transactions:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:1.0.1.Final-redhat-1
> [LICENSE NOT FOUND] org.jboss.spec.javax.el:jboss-el-api_3.0_spec:1.0.12.Final-redhat-00001
> [LICENSE NOT FOUND] org.projectodd.vdx:vdx-core:1.1.6.redhat-1
> [LICENSE NOT FOUND] org.projectodd.vdx:vdx-wildfly:1.1.6.redhat-1
> [LICENSE NOT FOUND] org.reactivestreams:reactive-streams:1.0.2.redhat-1
> [LICENSE NOT FOUND] org.wildfly.client:wildfly-client-config:1.0.1.Final-redhat-00001
> [LICENSE NOT FOUND] org.wildfly.core:wildfly-core-management-client:6.0.11.Final-redhat-00001
> [LICENSE NOT FOUND] org.wildfly.core:wildfly-embedded:6.0.11.Final-redhat-00001
> [LICENSE NOT FOUND] org.wildfly.security.elytron-web:undertow-server:1.2.3.Final-redhat-00001
> [LICENSE NOT FOUND] org.wildfly.transaction:wildfly-transaction-client:1.1.2.Final-redhat-1
> [LICENSE NOT FOUND] org.wildfly.wildfly-http-client:wildfly-http-client-common:1.0.12.Final-redhat-1
> [LICENSE NOT FOUND] org.wildfly.wildfly-http-client:wildfly-http-naming-client:1.0.12.Final-redhat-1
> [LICENSE NOT FOUND] org.wildfly.wildfly-http-client:wildfly-http-transaction-client:1.0.12.Final-redhat-1
> [LICENSE NOT FOUND] org.wildfly:wildfly-naming-client:1.0.9.Final-redhat-1
> [LICENSE NOT FOUND] antlr:antlr:2.7.7.redhat-7 ----> (and packed as: antlr-bsd.txt )
> [LICENSE NOT FOUND] com.thoughtworks.xstream:xstream:1.4.10.redhat-1 ----> (and packed as: xstream-bsd.txt )
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (ISPN-10228) Server licenses should be in docs/licenses/licenses.xml
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10228?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10228:
-----------------------------------
Security: (was: Red Hat Internal)
> Server licenses should be in docs/licenses/licenses.xml
> -------------------------------------------------------
>
> Key: ISPN-10228
> URL: https://issues.jboss.org/browse/ISPN-10228
> Project: Infinispan
> Issue Type: Bug
> Components: Build
> Affects Versions: 10.0.0.Beta3, 9.4.13.Final
> Reporter: Prajakta Deshmukh
> Assignee: Tristan Tarrant
> Priority: Major
>
> While Comparing distributions such as library, server, maven repository with current (7.3.1.CR2) and the previous build( 7.3.0-1) it fails with Missing Licenses : LICENSE NOT FOUND
> Steps to Reproduce :
> 1) Script run : /jdg-qe/scripts/initial-testing/initial-testing.sh
> 2) JDG_VERSION_LABEL = 7.3.1.CR2
> 3) JDG_VERSION_LABEL_PREVIOUS_BUILD = 7.3.0-1
> Fails with below missing licenses :================================================================
> Distribution Check fails with below Missing Licenses :
> [LICENSE NOT FOUND] com.googlecode.javaewah:JavaEWAH:1.1.6
> [LICENSE NOT FOUND] com.jcraft:jsch:0.1.54
> [LICENSE NOT FOUND] com.jcraft:jsch:0.1.54.redhat-00001
> [LICENSE NOT FOUND] com.jcraft:jzlib:1.1.1
> [LICENSE NOT FOUND] io.fabric8:agent-bond-agent:1.0.2.redhat-1
> [LICENSE NOT FOUND] io.netty:netty-transport-native-unix-common:4.1.28.Final-redhat-00001
> [LICENSE NOT FOUND] io.prometheus.jmx:jmx_prometheus_javaagent:0.3.1.redhat-00001
> [LICENSE NOT FOUND] io.reactivex.rxjava2:rxjava:2.2.4.redhat-00003
> [LICENSE NOT FOUND] javax.cache:cache-api:1.1.0.redhat-1
> [LICENSE NOT FOUND] javax.inject:javax.inject:1.0.0.redhat-6
> [LICENSE NOT FOUND] org.aesh:aesh-extensions:1.6.0.redhat-00001
> [LICENSE NOT FOUND] org.aesh:aesh-readline:1.10.0.redhat-00001
> [LICENSE NOT FOUND] org.aesh:aesh:1.7.0.redhat-00001 ----> (and packed as: aesh-readline-1.10.0.redhat-00001.jar )
> [LICENSE NOT FOUND] org.eclipse.jgit:org.eclipse.jgit:5.0.2.201807311906-r-redhat-00001
> [LICENSE NOT FOUND] org.fusesource.jansi:jansi:1.16.0.redhat-4
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-clustering-common:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-clustering-marshalling-api:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-clustering-marshalling-spi:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-clustering-service:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-ee:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-iiop-openjdk:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-naming:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-security:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.eap:wildfly-transactions:7.2.0.GA-redhat-00005
> [LICENSE NOT FOUND] org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:1.0.1.Final-redhat-1
> [LICENSE NOT FOUND] org.jboss.spec.javax.el:jboss-el-api_3.0_spec:1.0.12.Final-redhat-00001
> [LICENSE NOT FOUND] org.projectodd.vdx:vdx-core:1.1.6.redhat-1
> [LICENSE NOT FOUND] org.projectodd.vdx:vdx-wildfly:1.1.6.redhat-1
> [LICENSE NOT FOUND] org.reactivestreams:reactive-streams:1.0.2.redhat-1
> [LICENSE NOT FOUND] org.wildfly.client:wildfly-client-config:1.0.1.Final-redhat-00001
> [LICENSE NOT FOUND] org.wildfly.core:wildfly-core-management-client:6.0.11.Final-redhat-00001
> [LICENSE NOT FOUND] org.wildfly.core:wildfly-embedded:6.0.11.Final-redhat-00001
> [LICENSE NOT FOUND] org.wildfly.security.elytron-web:undertow-server:1.2.3.Final-redhat-00001
> [LICENSE NOT FOUND] org.wildfly.transaction:wildfly-transaction-client:1.1.2.Final-redhat-1
> [LICENSE NOT FOUND] org.wildfly.wildfly-http-client:wildfly-http-client-common:1.0.12.Final-redhat-1
> [LICENSE NOT FOUND] org.wildfly.wildfly-http-client:wildfly-http-naming-client:1.0.12.Final-redhat-1
> [LICENSE NOT FOUND] org.wildfly.wildfly-http-client:wildfly-http-transaction-client:1.0.12.Final-redhat-1
> [LICENSE NOT FOUND] org.wildfly:wildfly-naming-client:1.0.9.Final-redhat-1
> [LICENSE NOT FOUND] antlr:antlr:2.7.7.redhat-7 ----> (and packed as: antlr-bsd.txt )
> [LICENSE NOT FOUND] com.thoughtworks.xstream:xstream:1.4.10.redhat-1 ----> (and packed as: xstream-bsd.txt )
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (ISPN-10214) Remove non-existing properties in spring4 module
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10214?page=com.atlassian.jira.plugin... ]
Ryan Emerson resolved ISPN-10214.
---------------------------------
Fix Version/s: 9.4.14.Final
Resolution: Done
> Remove non-existing properties in spring4 module
> ------------------------------------------------
>
> Key: ISPN-10214
> URL: https://issues.jboss.org/browse/ISPN-10214
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.4.13.Final
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Major
> Fix For: 9.4.14.Final
>
>
> The property {{version.spring}} doesn't exist in the project. The following dependencies can be removed since they are declared correctly a couple of lines below.
> {code:xml}
> <dependency>
> <groupId>org.springframework</groupId>
> <artifactId>spring-context</artifactId>
> <version>${version.spring}</version>
> </dependency>
> <dependency>
> <groupId>org.springframework</groupId>
> <artifactId>spring-test</artifactId>
> <version>${version.spring}</version>
> </dependency>
> <dependency>
> <groupId>org.springframework</groupId>
> <artifactId>spring-jdbc</artifactId>
> <version>${version.spring}</version>
> </dependency>
> <dependency>
> <groupId>org.springframework</groupId>
> <artifactId>spring-context-support</artifactId>
> <version>${version.spring}</version>
> </dependency>
> <dependency>
> <groupId>org.springframework.session</groupId>
> <artifactId>spring-session</artifactId>
> <version>${version.spring.session}</version>
> </dependency>
> <dependency>
> <groupId>org.springframework</groupId>
> <artifactId>spring-web</artifactId>
> <version>${version.spring}</version>
> </dependency>
> {code}
> Note: {{master}} isn't affected by this issue.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (ISPN-10206) Cache fails to stop due to unreleased persistence manager semaphore permits when using early terminal stream operations
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10206?page=com.atlassian.jira.plugin... ]
Ryan Emerson resolved ISPN-10206.
---------------------------------
Resolution: Done
> Cache fails to stop due to unreleased persistence manager semaphore permits when using early terminal stream operations
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-10206
> URL: https://issues.jboss.org/browse/ISPN-10206
> Project: Infinispan
> Issue Type: Bug
> Components: Core, Loaders and Stores
> Affects Versions: 10.0.0.Beta3, 9.4.13.Final
> Environment: Windows 10 x64
> java version "1.8.0_212"
> Java(TM) SE Runtime Environment (build 1.8.0_212-b10)
> Java HotSpot(TM) 64-Bit Server VM (build 25.212-b10, mixed mode)
> Wildfly 15.0.1
> Reporter: Paul Ferraro
> Assignee: Will Burns
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.14.Final
>
>
> Wildfly 15.0.1 fails to stop on shutdown command due to Infinispan subsystem failing to stop it's persisted caches successfully due to a possible bug in Infinispan's PersistenceManagerImpl.publishEntries not releasing Semaphore permit after finishing, so that the stop method waits forever because it lacks one more permit.
> To clarify this issue only happens when invoking an operation that uses an early terminating stream operation that doesn't fully iterate over the store contents. Examples would be `Cache.isEmpty`
> !third_semaphore.png|thumbnail!
> !forth_semaphore.png|thumbnail!
> Use following application to reproduce the issue:
> [^web-java-wildfly.zip]
> standalone Infinispan caches:
> {code}
> <cache-container name="testMetaData">
> <local-cache name="testCache">
> <locking concurrency-level="3"/>
> <transaction locking="OPTIMISTIC" mode="FULL_XA"/>
> <object-memory size="1000000"/>
> <file-store path="testCH/testCache" passivation="false" preload="false" purge="false"/>
> </local-cache>
> <local-cache name="testComponentCache">
> <locking concurrency-level="3"/>
> <transaction locking="OPTIMISTIC" mode="FULL_XA"/>
> <object-memory size="1000000"/>
> <file-store path="testCH/testComponentCache" passivation="false" preload="false" purge="false"/>
> </local-cache>
> </cache-container>
> {code}
> {code}
> 11:02:00,103 INFO [stdout] (default task-1) bla blanull
> 11:02:00,103 INFO [stdout] (default task-1) bla blanull
> 11:03:17,748 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0236: Suspending server with no timeout.
> 11:03:17,750 INFO [org.jboss.as.ejb3] (management-handler-thread - 1) WFLYEJB0493: EJB subsystem suspension complete
> 11:03:17,752 INFO [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
> 11:03:17,785 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0099: Unbound non-transactional data source: java:jboss/datasources/myprojdb1
> 11:03:17,785 INFO [org.jboss.as.mail.extension] (MSC service thread 1-7) WFLYMAIL0002: Unbound mail session [java:/mail/myproject]
> 11:03:17,785 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0099: Unbound non-transactional data source: java:jboss/datasources/myprojdb2
> 11:03:17,787 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0099: Unbound non-transactional data source: java:jboss/datasources/myprojdb3
> 11:03:17,789 INFO [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 88) WFLYMSGAMQ0006: Unbound messaging object to jndi name java:/ConnectionFactory
> 11:03:17,790 INFO [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
> 11:03:17,790 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0099: Unbound non-transactional data source: java:jboss/datasources/myprojdb4
> 11:03:17,797 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0019: Stopped Driver service with driver-name = ojdbc.jar
> 11:03:17,800 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 101) WFLYUT0022: Unregistered web context: '/wildfly-helloworld' from server 'default-server'
> 11:03:17,821 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 101) MODCLUSTER000002: Initiating mod_cluster shutdown
> 11:03:17,823 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0019: Host default-host stopping
> 11:03:17,840 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-3) WFLYJCA0119: Unbinding connection factory named java:/JmsXA to alias java:jboss/DefaultJMSConnectionFactory
> 11:03:17,841 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-4) WFLYJCA0011: Unbound JCA ConnectionFactory [java:/JmsXA]
> 11:03:17,842 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
> 11:03:17,842 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0019: Stopped Driver service with driver-name = h2
> 11:03:17,846 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 101) WFLYCLINF0003: Stopped client-mappings cache from ejb container
> 11:03:17,864 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTP listener default suspending
> 11:03:17,864 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow AJP listener ajp suspending
> 11:03:17,870 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment ojdbc.jar (runtime-name: ojdbc.jar) in 108ms
> 11:03:17,883 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment wildfly-helloworld.war (runtime-name: wildfly-helloworld.war) in 120ms
> 11:03:17,875 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow AJP listener ajp stopped, was bound to 192.168.1.2:8009
> 11:03:17,874 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 192.168.1.2:8080
> 11:03:17,872 INFO [org.apache.activemq.artemis.ra] (ServerService Thread Pool -- 104) AMQ151003: resource adaptor stopped
> 11:03:17,932 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 104) AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.3.jbossorg-00014 [7b985d04-761e-11e9-bb4e-0a0027000008] stopped, uptime 1 minute
> 11:03:17,933 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTPS listener default-ssl suspending
> 11:03:17,934 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow HTTPS listener default-ssl stopped, was bound to 192.168.1.2:8443
> 11:03:17,935 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0004: Undertow 2.0.15.Final stopping
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (ISPN-10227) DefaultCacheManager should stop components after start failure
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-10227:
-----------------------------------
Summary: DefaultCacheManager should stop components after start failure
Key: ISPN-10227
URL: https://issues.jboss.org/browse/ISPN-10227
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.4.10.Final, 10.0.0.Beta2
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 10.0.0.Beta4, 9.4.14.Final
Currently it is impossible to release all the resources allocated during startup if the {{DefaultCacheManager}} instance was created with {{start=true}}. The user has to do something like this:
{code:java}
DefaultCacheManager manager = new DefaultCacheManager(..., false);
try {
manager.start();
} catch (Throwable t) {
manager.stop();
throw t;
}
{code}
Both the constructor and the public {{start()}} method should clean up the started components after a startup failure, so that the user doesn't have to call {{stop()}} explicitly.
Our tests do not currently call {{stop()}} explicitly, so they leak threads and sockets when a manager fails to start (e.g. because something went wrong with the {{CONFIG}} cache).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (ISPN-10127) Error "mismatched input" in JDG CLI when trying to run site command with a hyphen in site's name
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10127?page=com.atlassian.jira.plugin... ]
Ryan Emerson resolved ISPN-10127.
---------------------------------
Resolution: Done
> Error "mismatched input" in JDG CLI when trying to run site command with a hyphen in site's name
> ------------------------------------------------------------------------------------------------
>
> Key: ISPN-10127
> URL: https://issues.jboss.org/browse/ISPN-10127
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 9.4.12.Final, 10.0.0.Beta3
> Environment: JDG 7.1.2 GA
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.14.Final
>
>
> An error message is returned when trying to get status of a site in JDG CLI, possibly because the site name has a hyphen character on it.
> The following example of the site command being executed in CLI shows the response I've got, trying to execute in different ways:
> {code:borderStyle=solid}
> [standalone@localhost:9990 distributed-cache=default] site --status site-01
> line 1:14 mismatched input 'site' expecting set null
> line 1:20 mismatched input '1' expecting set null
> [standalone@localhost:9990 distributed-cache=default] site --status 'site-01'
> Incorrect site name: 'site-01'
> [standalone@localhost:9990 distributed-cache=default] site --status "site-01"
> Incorrect site name: "site-01"
> [standalone@localhost:9990 distributed-cache=default] site --status {site-01}
> line 1:14 mismatched input '{' expecting set null
> line 1:21 mismatched input '1' expecting set null
> [standalone@localhost:9990 distributed-cache=default] site --status "{site-01}"
> Incorrect site name: "{site-01}"
> {code}
> However, if I try to execute the following command with a site name without the hyphen character in it's value, everything works as expected:
> {code:borderStyle=solid}
> [standalone@localhost:9990 distributed-cache=default] site --status SFO
> online
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months